-
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
[Offline] Restarting workspace bank account setup should show the BankAccountStep #15161
Conversation
…ank account setup process
@mananjadhav @Julesssss One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
The change looks fine, I will complete the checklist by tonight. |
Reviewer Checklist
Screenshots/VideosWebweb-offline-bank-account-step.movweb-bank-account-step.movMobile Web - Chromemweb-chrome-bank-account-step.movMobile Web - Safarimweb-safari-bank-account-step.movDesktopdesktop-bank-account-step.moviOSAndroid |
I have some issues with pod install and android builds, due to recent env change. I am working on fixing those, but I've uploaded the screencasts for the rest of the platforms. |
I tested native Android/iOS and checked off the remaining boxes for @mananjadhav. |
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.
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Thanks @Julesssss |
🚀 Deployed to staging by https://github.com/Julesssss in version: 1.2.80-0 🚀
|
✋ 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 production by https://github.com/roryabraham in version: 1.2.80-2 🚀
|
More context here: #15114 (comment)
Follow up from: #14726
Details
Fixed Issues
$ #15114
PROPOSAL: GH_LINK_ISSUE(COMMENT)
Tests
Start over
Offline tests
QA Steps
Same as test steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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.Screenshots/Videos
Web
Screen.Recording.2023-02-15.at.12.57.36.PM.mov
Screen.Recording.2023-02-15.at.12.58.35.PM.mov
Mobile Web - Chrome
XRecorder_Edited_06032023_134306.mp4
Mobile Web - Safari
Screen.Recording.2023-03-06.at.3.01.51.PM.mov
Desktop
Screen.Recording.2023-03-06.at.3.08.18.PM.mov
iOS
Screen.Recording.2023-03-06.at.3.03.15.PM.mov
Android
Screen.Recording.2023-03-06.at.1.54.03.PM.mov