-
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
disable "Didn't receive magic code" while loading #26783
disable "Didn't receive magic code" while loading #26783
Conversation
src/pages/settings/Profile/Contacts/ValidateCodeForm/BaseValidateCodeForm.js
Outdated
Show resolved
Hide resolved
Bump @Ollyws |
Note (out of scope for this issue): Since #23023 multiple tabs should be synchronized when logging in, this seems to have been recently broken and as a consequence you can type the magic code in one one tab and neither the magic code nor the button will be de-activated in the second tab. |
Reviewer Checklist
Screenshots/VideosWebMacOS_Chrome_01.movMacOS_Chrome_02.movMobile Web - ChromeAndroid_Chrome_01.movAndroid_Chrome_02.movMobile Web - SafariiOS_Safari_01.moviOS_Safari_02.movDesktopMacOS_Desktop_01.movMacOS_Desktop_02.moviOSiOS_Native_01.moviOS_Native_02.movAndroidAndroid_Native_01.movAndroid_Native_02.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.
LGTM.
src/pages/settings/Profile/Contacts/ValidateCodeForm/BaseValidateCodeForm.js
Outdated
Show resolved
Hide resolved
src/pages/settings/Profile/Contacts/ValidateCodeForm/BaseValidateCodeForm.js
Outdated
Show resolved
Hide resolved
src/pages/settings/Profile/Contacts/ValidateCodeForm/BaseValidateCodeForm.js
Outdated
Show resolved
Hide resolved
@youssef-lr Updated with the suggested name. Thanks! |
✋ 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/youssef-lr in version: 1.3.69-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.3.69-2 🚀
|
🚀 Deployed to staging by https://github.com/youssef-lr in version: 1.3.70-0 🚀
|
🚀 Deployed to production by https://github.com/thienlnam in version: 1.3.70-8 🚀
|
Details
Disable "Didn't receive magic code" while loading in
BaseValidateCodeForm
of signin and contacts.Fixed Issues
$ #25932
PROPOSAL: #25932 (comment)
Tests
Test 1 for SignIn Magic Code page
Test 2 for Secondary Contact Magic Code page
Offline tests
NA
QA Steps
Test 1 for SignIn Magic Code page
Test 2 for Secondary Contact Magic Code page
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.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
disabledDidntReceiveMagicCodeSignIn-Web.mov
disabledDidntReceiveMagicCodeSecondaryContact-Web.mov
Mobile Web - Chrome
Screenrecorder-2023-09-05-19-00-37-667.mp4
Screenrecorder-2023-09-05-19-11-50-362.mp4
Mobile Web - Safari
disabledDidntReceiveMagicCodeSignIn-iOSSafari.mov
disabledDidntReceiveMagicCodeSecondaryContact-iOSSafari.mov
Desktop
disabledDidntReceiveMagicCodeSignIn-Desktop.mov
disabledDidntReceiveMagicCodeSecondaryContact-Desktop.mov
iOS
disabledDidntReceiveMagicCodeSignIn-iOSNative.mov
disabledDidntReceiveMagicCodeSecondaryContact-iOSNative.mov
Android
disabledDidntReceiveMagicCodeSignIn-AndroidNative.mov
disabledDidntReceiveMagicCodeSecondaryContact-AndroidNative.mov