-
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
[CP Staging] Fix navigation loop on the members csv import page #56088
[CP Staging] Fix navigation loop on the members csv import page #56088
Conversation
@abdulrahuman5196 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.webmAndroid: mWeb Chromeandroid-mweb.webmiOS: Nativeios.mp4iOS: mWeb Safariios-mweb.mp4MacOS: Chrome / Safariweb.movMacOS: Desktopdesktop.mov |
@mountiny The main issue is fixed ✅ (not stuck on infinite loop anymore), but while tapping back -> the Members and WS Settings page does show up a 2nd time before reaching Account settings Here's a better example where it works as expected and the flow is exactly as in Members (where the issue is present):
Here's a clear example between how the 2 behave differently: Screen.Recording.2025-01-30.at.14.27.09.movAnother thing I noticed on wide layout devices (Web / Desktop) which seems isolated to the same
when clicking Back button and the Import spreadsheet RHP is closing, when clicking Back on top of WS Settings LHN for the first time does nothing, only the 2nd time works as expected. Note that this works as expected on first try in the WS Settings > Tags > 3Dot Menu > Import spreadsheet flow. desktop.mov |
Discussed with @ikevin127 and we agree this is a more minor UX issue that still needs to be addressed through @sumo-slonik @adamgrzybowski but we would not block on it as Kevin confirmed these issues only appear in this specific flow |
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.
explained above should fix the blocker but we should follow up on the minor ux issues left
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, blocker was fixed 🚀
We decided to merge despite the non-blocker issues found in #56088 (comment), as those will be addressed separately based on #56088 (comment) and #56088 (review).
…kowski/fix_members_navigation_loop [CP Staging] Fix navigation loop on the members csv import page (cherry picked from commit bcfcf14) (CP triggered by yuwenmemon)
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Cherry-picked to staging by https://github.com/yuwenmemon in version: 9.0.92-6 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/yuwenmemon in version: 9.0.92-6 🚀
|
Hi, the two problems that @ikevin127 noted are not due to this fix or the PR we added earlier from switch animation, they already occur on new.expensify.com which is why we didn't fix it here. In addition, there will soon be a major switch in navigation and I would wait with fixing these bugs until it is deployed |
Recording from new.expensify.com Screen.Recording.2025-01-31.at.11.23.38.mov |
Explanation of Change
Change condition in navigation to prevent the loop.
Fixed Issues
$ #56025
PROPOSAL:
Tests
Offline tests
unnecessary
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.2025-01-30.at.17.38.36.mov
Android: mWeb Chrome
Screen.Recording.2025-01-30.at.17.38.36.mov
iOS: Native
Screen.Recording.2025-01-30.at.17.32.56.mov
iOS: mWeb Safari
Screen.Recording.2025-01-30.at.17.34.15.mov
MacOS: Chrome / Safari
Screen.Recording.2025-01-30.at.17.22.44.mov
MacOS: Desktop
Screen.Recording.2025-01-30.at.17.30.32.mov