-
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
Implemented International Bank Account flow #52322
base: main
Are you sure you want to change the base?
Implemented International Bank Account flow #52322
Conversation
@shubham1206agra @Expensify/design When clicking the confirm button, should we display a loading icon instead of "Confirm" while waiting response from BE? I think it will be better from UX perspective Impr.mov |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-12-17.at.17.09.40.movAndroid: mWeb ChromeScreen.Recording.2024-12-17.at.16.57.13.moviOS: NativeScreen.Recording.2024-12-17.at.17.08.52.moviOS: mWeb SafariScreen.Recording.2024-12-17.at.17.02.48.movMacOS: Chrome / SafariScreen.Recording.2024-12-17.at.16.48.55.movMacOS: DesktopScreen.Recording.2024-12-17.at.16.55.08.mov |
@DylanDylann Check your email. Access was already given to you. |
I saw it before |
That makes total sense to me and feels consistent with how we handle these sorts of things elsewhere. Let's update that. |
Agree with Shawn about the loader/spinner. |
Waiting for @shubham1206agra to update above comments: |
What do you need then? |
src/pages/settings/Wallet/InternationalDepositAccount/substeps/Confirmation.tsx
Outdated
Show resolved
Hide resolved
@shubham1206agra waiting for you : #52322 (comment) |
Ops, It seems I mentioned a wrong link |
Ops, we got a failed lint but It caused by our new rule caused it. I think we can ignore it in this PR because this PR already be so big. Wdyt? |
@DylanDylann Done |
@DylanDylann Added header content, but unable to add button as this requires major changes to |
@shubham1206agra Could you also fix the failed lint? Because I just checked again and see that we only failed on three files and we can do it quickly |
@DylanDylann The lint issue will spread to other files as the changes to function will cascade to different files. Its best to leave it for now. |
@shubham1206agra I think we need to confirm with the design team if we want to change the original design. But we can do it in a follow up
|
For this one, I will leave the final decision to @MonilBhavsar |
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.
The rest looks good to me 💯
Explanation of Change
Fixed Issues
$ #51082
Tests
https://docs.google.com/document/d/19ltca0iKwB00pReokjBf9rEHoi1u8y-2_x-82jMibho/edit?pli=1&tab=t.0#bookmark=id.tf0af0lugbin
Offline tests
Same as Tests
QA Steps
Same as Tests
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
Android: Native
Screen.Recording.2024-11-25.at.5.24.19.PM.mov
Android: mWeb Chrome
Screen.Recording.2024-11-25.at.4.46.43.PM.mov
iOS: Native
Screen.Recording.2024-11-25.at.5.08.17.PM.mov
iOS: mWeb Safari
Screen.Recording.2024-11-25.at.4.29.32.PM.mov
MacOS: Chrome / Safari
Screen.Recording.2024-11-25.at.4.23.43.PM.mov
MacOS: Desktop
Screen.Recording.2024-11-25.at.4.59.34.PM.mov