-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 new contact method isn't displayed #53742
Conversation
Reviewer Checklist
Screenshots/VideosAndroid: Native53742_android_native.movAndroid: mWeb Chrome53742_android_web.moviOS: Native53742_ios_native.moviOS: mWeb Safari53742_ios_web.movMacOS: Chrome / Safari53742_web_chrome.movMacOS: Desktop53742_web_desktop.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.
Everything seems fine to me, but I can reproduce two bugs, first "Secondary login sends two magic codes for validation - causes login/rejection loop", and another that I didn't find a reported issue for:
- Log into account
- Add secondary login
- Enter Magic code for existing account to allow secondary email to be added
- When clicking to send magic code to verify secondary email, a blank page appears briefly before the page to enter the code
However, I don't believe it is caused by our PR, because I can also reproduce it in the latest main (v9.0.72-1). I can't reproduce it in production:
v9.0.72-1 - development
main.mov
v9.0.71-2 - production
prod.mov
I'll investigate a bit more, and report on Slack if necessary.
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.
@brunovjk thank you! for sure please report this in slack 🙌 I agree this does not look like its related
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/mountiny in version: 9.0.73-0 🚀
|
Looks like this created a regression #53819 |
🚀 Deployed to production by https://github.com/luacmartins in version: 9.0.73-8 🚀
|
Explanation of Change
Fix new contact method isn't displayed
Fixed Issues
$ #53481
PROPOSAL: #53481 (comment)
Tests
New contact method
Offline tests
None
QA Steps
// TODO: These must be filled out, or the issue title must include "[No QA]."
New contact method
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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
Screen.Recording.2024-12-09.at.11.53.01.mov
Android: mWeb Chrome
Screen.Recording.2024-12-09.at.11.49.56.mov
iOS: Native
Screen.Recording.2024-12-09.at.11.53.55.mov
iOS: mWeb Safari
Uploading Screen Recording 2024-12-09 at 11.51.12.mov…
MacOS: Chrome / Safari
Screen.Recording.2024-12-09.at.11.48.00.mov
MacOS: Desktop
Screen.Recording.2024-12-09.at.11.56.28.mov