-
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
feat: BankInfo step #31121
feat: BankInfo step #31121
Conversation
d1a5c47
to
75fa77d
Compare
75fa77d
to
02f287e
Compare
…ify/App into michal/bank-info-screen
src/pages/ReimbursementAccount/utils/getInitialSubstepForPersonalInfo.js
Outdated
Show resolved
Hide resolved
Hey! I see that you made changes to our Form component. Make sure to update the docs in FORMS.md accordingly. Cheers! |
@shubham1206agra Please 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] |
src/pages/ReimbursementAccount/utils/getInitialSubstepForBankInfo.js
Outdated
Show resolved
Hide resolved
Looks fine. We will do improvement if there's any. |
Awesome. Any chance you can do the checklist today so we can merge it? |
Screen.Recording.2023-11-16.at.5.25.01.PM.mov@MrMuzyk Can you check this at the end? |
@shubham1206agra What about it exactly? |
After the plaid connection, it shows the landing page for a brief time. |
It will not happen when this whole step will be on separate route. This is coming later on. Same case as back button |
One minor thing the next button in the manual step is getting hidden behind the keyboard but not on native. Can you check this? |
yes, checking |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2023-11-14.at.8.39.59.PM.movAndroid: mWeb ChromeScreen.Recording.2023-11-16.at.7.12.52.PM.moviOS: NativeScreen.Recording.2023-11-16.at.7.31.41.PM.moviOS: mWeb SafariScreen.Recording.2023-11-16.at.5.25.01.PM.movMacOS: Chrome / SafariScreen.Recording.2023-11-16.at.4.52.36.PM.movMacOS: DesktopScreen.Recording.2023-11-16.at.7.19.48.PM.mov |
Let me know in slack if this will be ready to merge |
…ify/App into michal/bank-info-screen
Screen.Recording.2023-11-17.at.08.03.51.movIve resolved the conflicts. For me it looks like this. Once user goes through the whole form and is on last field the the button is visible |
Is it not related to this PR then? |
@shubham1206agra |
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.
Thanks lets keep going
Thsi goes to a feature branch so failing ts check can be handled later |
57da62e
into
Expensify:vit-tieredBankAccountFlow
#38920 regression was probably caused by the change in this PR. |
return ( | ||
<Form | ||
formID={ONYXKEYS.REIMBURSEMENT_ACCOUNT} | ||
onSubmit={onNext} |
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 update caused a regression #43135.
We should had handled the onSubmit
in a function call and used useReimbursementAccountStepFormSubmit
, this way we would had made sure that we trim the input number if there were any whitespaces involved
Details
Updated BankInfo step for VBBA
Fixed Issues
$ #30244
PROPOSAL:
Tests
Offline tests
QA Steps
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)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
Android: Native
android.mp4
Android: mWeb Chrome
mweb.chrome.mp4
iOS: Native
ios.mp4
iOS: mWeb Safari
mweb.safari.mp4
MacOS: Chrome / Safari
web.mp4
MacOS: Desktop
desktop.mp4