-
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
Update the direct bank connection flow on desktop #55203
Update the direct bank connection flow on desktop #55203
Conversation
@mountiny I've applied the updates similar to
The fix is easy - just update the options to So the questions are: |
@allroundexperts 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] |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb Safari |
@VickyStash yes! i think we want this to be full screen |
@VickyStash Tooltips are coming out of the new page. |
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.
Thank you!
✋ 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 staging by https://github.com/mountiny in version: 9.0.87-0 🚀
|
Tested the connection on desktop and works well! Couldn't test the final routing on staging, as you noted. Checking off for now and made a note to test again when it's deployed to prod. |
🚀 Deployed to production by https://github.com/Beamanator in version: 9.0.87-3 🚀
|
Explanation of Change
Update the direct bank connection flow on desktop.
/bank-connection-complete
page displayFixed Issues
$ #55161
PROPOSAL: N/A
Tests
Add Cards
button to start the feed setup (Feed selector -> Add Cards).On the desktop:
After successful feed setup user should be navigated in the browser to/bank-connection-complete
route. If user returns to the desktop app he sees that the new feed is successfully added.!IMPORTANT NOTE: After successful feed setup user re-directed to
https://new.expensify.com/bank-connection-complete
, if this PR wasn't deploy to production, you will not see the expected page. To see the expected one change the URL to start withhttps://dev.new.expensify.com:8082/
On the web:
Ensure the bank browser window is closed and a new feed is successfully added.Offline tests
N/A
QA Steps
Same, as in the Tests section.
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
MacOS: Chrome / Safari
web1.mp4
MacOS: Desktop
desktop1.mp4