-
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
Fix #12244: Pay button is briefly hidden by loading spinner #12299
Conversation
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 and tests well. @thesahindia all yours for the final review!
ScreenshotsWeb Screen.Recording.2022-10-31.at.11.37.23.PM.movMobile Web - Chrome Screen.Recording.2022-10-31.at.11.31.36.PM.movMobile Web - Safari Screen.Recording.2022-10-31.at.11.49.19.PM.movDesktop Screen.Recording.2022-10-31.at.11.36.22.PM.moviOS Screen.Recording.2022-10-31.at.11.53.05.PM.movAndroid Screen.Recording.2022-10-31.at.11.28.26.PM.movLooks good and tests well! cc: @luacmartins C+ reviewed 🎀👀🎀
|
@hungvu193, please update the details. |
@luacmartins looks like this was merged without the checklist test passing. Please add a note explaining why this was done and remove the |
Tests passed. Removing label. |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
@luacmartins do we have upwork job for for this issue? |
@hungvu193 posted on the issue. Let's keep the conversation there. |
🚀 Deployed to staging by @luacmartins in version: 1.2.23-0 🚀
|
🚀 Deployed to production by @Julesssss in version: 1.2.23-9 🚀
|
Details
Fix: Log in - Leave the login input when the user hits back from the password page
Fixed Issues
$ #12244
PROPOSAL: #12244 (comment)
Tests
Pay
.QA Steps
Pay
.PR Review Checklist
PR Author Checklist
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesWaiting 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)PR Reviewer Checklist
The reviewer will copy/paste it into a new comment and complete it after the author checklist is completed
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
).src/languages/*
filesWaiting 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
have been tested & I retested again)/** 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)Screenshots
Web
Screen.Recording.2022-10-31.at.20.56.58.mov
Mobile Web - Chrome
Screen.Recording.2022-10-31.at.20.57.41.mov
Mobile Web - Safari
Screen.Recording.2022-10-31.at.21.00.13.mov
Desktop
Screen.Recording.2022-10-31.at.21.03.47.mov
iOS
Screen.Recording.2022-10-31.at.21.26.13.mov
Android
Screen.Recording.2022-10-31.at.21.31.48.mov