-
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
Reapply feat: Connect USD and nonUSD VBA flows #57460
base: main
Are you sure you want to change the base?
Reapply feat: Connect USD and nonUSD VBA flows #57460
Conversation
This reverts commit 0894c30.
Hey! I see that you made changes to our Form component. Make sure to update the docs in FORMS.md accordingly. Cheers! |
…ursement-account-page-refactor
@paultsimura 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] |
Hey @hungvu193! So as you probably know this PR got reverted because of the deploy blockers it caused. I wasn't able to fix them at that time as it was already late evening for me after whole day of work so decision was made to revert the PR. I've linked all the blockers it caused and added 2 new commits with fixes and 1 rebase - these are the only new things in this PR. |
Thanks @MrMuzyk, I'll verify these bugs and let you know |
@MrMuzyk To confirm, since we moved non-usd flow into separated flow, we also removed the |
non USD flow was built separately but it needs to have the same options and looks as USD flow in it's entry point, thus the refactor. I've extracted that Start, Continue etc. options from USD flow and created VerifiedBankAccountFlowEntryPoint.tsx component that is used as an entry point for both flows |
Explanation of Change
Reapplies changes reverted by - #57422
Original PR (#55949) caused 5 deploy blockers so it was reverted.
This PR includes fixes for all the blocker issues below that were reported while this was on staging:
#57408
#57409
#57410
#57413
#57415
None of these issues are reproducible anymore.
Changes this PR re-introduces
Fixed Issues
$ #50911
PROPOSAL:
n/a
Tests
For USD workspace:
For non USD workspace:
Offline tests
QA Steps
For USD workspace:
For non USD workspace:
Behaviour shouldn't change at all. It should work the same way as it does on production at the moment
Verify that no errors appear in the JS console
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.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
Recording showcasing fixes for previously reported blockers
https://github.com/user-attachments/assets/766cffd7-fc83-42c9-8180-eb83649dcedb
Android: Native
android.mp4
Android: mWeb Chrome
android.web.mp4
iOS: Native
ios.mp4
iOS: mWeb Safari
ios.web.mp4
MacOS: Chrome / Safari
web.mp4
MacOS: Desktop
desktop.mp4