-
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
fix: remove add bank account page from central pane mapping #50228
Conversation
@rushatgabhane 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-app-2024-10-04_16.06.40.mp4Android: mWeb Chromeandroid-chrome-2024-10-04_16.09.11.mp4iOS: Nativeios-app-2024-10-04_16.02.54.mp4iOS: mWeb Safariios-safari-2024-10-04_16.01.54.mp4MacOS: Chrome / Safaridesktop-chrome-2024-10-04_14.21.14.mp4MacOS: Desktopdesktop-app-2024-10-04_16.10.15.mp4 |
@rushatgabhane Sorry for the ping! I'll take this one as it's a regression from a PR I was C+ on. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
@jjcoffee I'm looking for a good solution to cover all possible cases for this bug. Might take a while. |
@daledah That looks like a bug, no? Why is the screen reloading? I don't think that's expected. |
@daledah Yeah I don't think that's expected. Are you sure it was happening before your PR? |
@jjcoffee Yes, I tested it with Screen.Recording.2024-10-07.at.17.50.44.mp4 |
@daledah I don't see the behaviour on staging, are you saying your PR fixed this behaviour? |
@jjcoffee Current staging sends user back to wallet page:
|
@daledah Oh, sorry! I think I get what you mean now. So when you introduced this change in your PR, that fixed an issue that was previously present.
I think if reverting that line fixes the issue here (i.e. correct navigation) and gets us back to the behaviour before the offending PR (i.e. page refreshes on closing the modal), that should be fine for this PR. Your original PR wasn't setting out to fix or modify anything to do with the modal itself, so I don't think it's within scope to fix that behaviour unless it's an easy tidy-up. Do you agree? @techievivek |
@jjcoffee I updated and fixed some screens:
Screen.Recording.2024-10-10.at.17.51.46.mov
Screen.Recording.2024-10-10.at.17.53.30.mov
Screen.Recording.2024-10-10.at.17.57.23.mov
Screen.Recording.2024-10-10.at.17.59.09.movPlease let me know if there are places I missed |
@jjcoffee It's also fixed. Screen.Recording.2024-10-10.at.18.25.10.mov |
@daledah There are conflicts. |
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.
LGTM!
✋ 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/techievivek in version: 9.0.49-0 🚀
|
🚀 Deployed to production by https://github.com/marcaaron in version: 9.0.49-2 🚀
|
Details
Fixed Issues
$ #50214
PROPOSAL:
Tests
Precondition:
Steps:
Offline tests
QA Steps
Precondition:
Steps:
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.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-10-04.at.18.10.46.mov
Android: mWeb Chrome
Screen.Recording.2024-10-04.at.18.12.41.mov
iOS: Native
Screen.Recording.2024-10-04.at.18.14.55.mov
iOS: mWeb Safari
Screen.Recording.2024-10-04.at.18.16.20.mov
MacOS: Chrome / Safari
Screen.Recording.2024-10-04.at.17.58.45.mov
MacOS: Desktop
Screen.Recording.2024-10-04.at.18.20.58.mov