-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Fix 53003 on room invite sms shown #53240
Merged
luacmartins
merged 36 commits into
Expensify:main
from
Kalydosos:fix-53003-on-room-invite-sms-shown
Dec 12, 2024
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
4624eb4
fix #53003 on room invite sms shown
Kalydosos f9927db
generalize the usage of phone number formatting
Kalydosos 079e8c3
generalize the usage of phone number formatting
Kalydosos b10f5fb
run prettier
Kalydosos bd015ed
Merge branch 'Expensify:main' into fix-53003-on-room-invite-sms-shown
Kalydosos 423332c
usememo dependency fix
Kalydosos 3e28287
update some tests with no-break space character
Kalydosos 30912b1
lint update
Kalydosos b004644
lint update
Kalydosos 845de1c
Merge branch 'main' into fix-53003-on-room-invite-sms-shown
Kalydosos ab4b111
remove an extra formatting
Kalydosos 1c367fe
Merge branch 'Expensify:main' into fix-53003-on-room-invite-sms-shown
Kalydosos 2c3415c
Merge branch 'Expensify:main' into fix-53003-on-room-invite-sms-shown
Kalydosos 55e9738
update on iou confirmation options
Kalydosos e308a4b
revert changes on cards
Kalydosos 864293c
migrate some files from withOnyx to useOnyx
Kalydosos 63e30c3
migrate some files from withOnyx to useOnyx
Kalydosos f0987e0
Merge branch 'Expensify:main' into fix-53003-on-room-invite-sms-shown
Kalydosos 3b39a32
format phone number and display names
Kalydosos 6d93690
format phone number and display names
Kalydosos e79c907
format phone number and display names
Kalydosos 3e216f8
use of formatphonenumber
Kalydosos de3750f
use of formatphonenumber
Kalydosos e36f20c
use of formatphonenumber
Kalydosos 9c25564
Merge branch 'main' into fix-53003-on-room-invite-sms-shown
Kalydosos b05d47b
resolve conflict on profileavatar
Kalydosos fa48b45
resolve conflict on profileavatar
Kalydosos 21da67d
resolve conflict on profileavatar
Kalydosos 6bdeffb
fix phone number formatting issue
Kalydosos 953d533
Merge branch 'Expensify:main' into fix-53003-on-room-invite-sms-shown
Kalydosos b705118
fix phone number formatting issue
Kalydosos 135dde6
Merge branch 'main' into fix-53003-on-room-invite-sms-shown
Kalydosos fe38203
Merge branch 'Expensify:main' into fix-53003-on-room-invite-sms-shown
Kalydosos 8e43fe1
fix phone number formatting issue
Kalydosos 2e8a6ea
Merge branch 'main' into fix-53003-on-room-invite-sms-shown
Kalydosos d8cf634
fix phone number formatting
Kalydosos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
IMO, this is not needed here. We are already using
formatPhoneNumber
fordisplayName
. Please let me know if there is any case where we explicitly need to applyformatPhoneNumber
to the room member's display name.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.
@jayeshmangwani i'll check that
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.
@Kalydosos Please keep the discussion either here or on Slack.
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.
ok, got it, i was trying not to pollute the PR with questions about your question, got it
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.
Haha, no problem! Keeping discussion in one place makes things faster, so 😃 .
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.
i will do a new merge with main
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.
@jayeshmangwani i did a test again after the new merge and it's the same result as in the video above
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.
@Kalydosos For me, it’s working fine both with and without using the
formatPhoneNumber
. I’m not sure why we’re getting different results.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.
@Kalydosos Please leave the
RoomMemberDetailsPage.tsx
page as it is with the changes you’ve made; we’ll figure this out later. However, can you please check the other comments? I feel we shouldn’t make changes in a few places that I’ve highlighted.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.
@jayeshmangwani I made a test again for this one and i still have the same result., any change on your side for this ?