-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Attendee Tracking: Created AttendeeSelectionPage #48008
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attendee Tracking: Created AttendeeSelectionPage #48008
Conversation
@@ -1661,7 +1668,7 @@ function getUserToInviteOption({ | |||
showChatPreviewLine, | |||
}); | |||
userToInvite.isOptimisticAccount = true; | |||
userToInvite.login = searchValue; | |||
userToInvite.login = isValidEmail || isValidPhoneNumber ? searchValue : ''; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sure it doesn't break filtering logic for participants screen and others (by looking at the usage)
@ZhenjaHorbach again all yours 😄 |
I am not sure is it a bug or not And when I open screen Recents list is empty, but when I unselect submitter of the Request 2024-09-04.10.18.18.mov |
Looks like a bug, let me check |
@filip-solecki |
@ZhenjaHorbach can you upload a video? |
But actually it works a bit strange When we open screen, we couldn't find the submitter using search 2024-09-04.11.08.55.mov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The diff just got hugee (we need to merge the newest main on the feature branch)
Also @zfurtak / @filip-solecki let's add test steps to the description 👀
Thanks all, this is looking good. As we haven't yet made the backend changes available to you I think we are in a good place to merge to the feature branch. Then we can create bugs for the remaining issues. Once main is merged I'm going to add a C+ reviewer to try to locate other bugs that may have been mixed. |
In this case React Compiler left ! https://github.com/Expensify/App/actions/runs/10701554408/job/29667753333?pr=48008 |
@zfurtak But it's optional |
@ZhenjaHorbach don't worry! it was not very elegant but for sure quick fix 😊
About this bug, I couldn't reproduce it, did you do anything special? 😅
This one I managed to reproduce and indeed it's very weird... I will look into this right now 🕵️♀️ |
Yeah |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Okay, this is looking good. Let's merge these changes to the feature branch so we can get the backend changes in place for you. Then we can handle the remaining bugs (recent empty, workspaces showing in list, ect) |
7641012
into
Expensify:feature-attendeeTracking
Details
Fixed Issues
$ #47171
$ #47172
PROPOSAL:
Tests
+
-> Submit expenseRecents
andContacts
without workspaces in themOffline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop