-
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
Move "Continue Setup"/"Start Over" confirmation to ReimbursementAccountPage #12422
Conversation
I know the file name is bad. Thinking about renaming it to |
Updated, please review! |
src/libs/actions/ReimbursementAccount/resetFreePlanBankAccount.js
Outdated
Show resolved
Hide resolved
Updated! Should be ready for final review |
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
We need a c+ review, right? |
This isn't 100% necessary (that a C+ is required), but someone else will need to fill out a PR Reviewer Checklist if there is no C+. |
I can do it |
|
Thanks @MariaHCD . So in the future what label do I add to get a C+ assigned? |
iOS / nativeSimulator.Screen.Recording.-.iPhone.14.-.2022-11-08.at.19.34.17.mp4Android / nativeScreen.Recording.2022-11-08.at.7.12.29.PM.moviOS / SafariSimulator.Screen.Recording.-.iPhone.14.-.2022-11-08.at.19.23.55.mp4Android / ChromeScreen.Recording.2022-11-08.at.7.17.13.PM.movMacOS / ChromeScreen.Recording.2022-11-08.at.6.44.39.PM.movMacOS / DesktopScreen.Recording.2022-11-08.at.7.37.13.PM.mov |
@MariaHCD looks like this was merged without the checklist test passing. Please add a note explaining why this was done and remove the |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
If you use pullerbear, then it should assign a C+ automatically. |
🚀 Deployed to production by @yuwenmemon in version: 1.2.25-0 🚀
|
Removing Emergency label. It's old |
@nkuoch
cc @tgolen @MariaHCD
Details
Moves the "Continue" or "Start Over" to ReimbursementAccountPage, where we do the VBBA fetch.
Solves two bugs:
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/238317
Tests / QA Steps
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
https://recordit.co/GI7RlTtLeg
Mobile Web - Chrome
https://recordit.co/J70EQUkLMA
Mobile Web - Safari
https://recordit.co/DJ085bSVzs
Desktop
https://recordit.co/KTb5Sk6yN5
iOS
https://recordit.co/siZkfFLH4E
Android