-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[PhoneNumber-Verification 2] Display only valid numbers in user search. #18103
[PhoneNumber-Verification 2] Display only valid numbers in user search. #18103
Conversation
Signed-off-by: Prince Mendiratta <[email protected]>
@stitesExpensify @s77rt One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
… in user search."" This reverts commit fcf63a9.
Did I just travel back in time or a deja-vu 😅? I will review asap. I think the only change here from last PR is |
@s77rt haha yeah deja-vu indeed. To recap, so we merged the original PR but due to a delay between updates, we had new substantial conflicts as the In order to account for the previous PR and add just the pending changes to the |
Signed-off-by: Prince Mendiratta <[email protected]>
Reviewer Checklist
Screenshots/Videos |
@Prince-Mendiratta Please tag me once the remaining requested change is resolved. |
Signed-off-by: Prince Mendiratta <[email protected]>
@s77rt all done, please have one final look and we're good to go with this! |
@Prince-Mendiratta Thank you! |
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! 🚀
🚀 Deployed to staging by https://github.com/stitesExpensify in version: 1.3.9-12 🚀
|
🚀 Deployed to production by https://github.com/roryabraham in version: 1.3.12-0 🚀
|
Details
With this PR, we are adding the ability to only show valid phone number users in the search page when a user enters a number.
Fixed Issues
$ #17461
PROPOSAL: #17461 (comment)
Tests
Verify the test steps above for these pages:
Search Page
New group page
New chat page
Send Money
Request Money
Split Bill
Workspace - Invite Members
Verify that no errors appear in the JS console
Offline tests
Ensure that phone number validation works even when offline.
QA Steps
Same as above.
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)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
Web
web.mp4
Mobile Web - Chrome
android-mWeb.mp4
Mobile Web - Safari
iOS-mWeb.mp4
Desktop
desktop.mp4
iOS
iOS.mp4
Android
android.mp4