Build full navigation state for stacked dynamic routes on refresh#87089
Conversation
Codecov Report❌ Looks like you've decreased code coverage for some files. Please write tests to increase, or at least maintain, the existing level of code coverage. See our documentation here for how to interpret this table.
|
|
@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] |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5a8d53cd24
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
Reviewed the code. I need to test the following tests:
|
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppandroid-bt-invite.movAndroid: mWeb Chromemweb-chrome-bt-invite-message.moviOS: HybridAppios-bt-invite-message.moviOS: mWeb Safarimweb-safari-bt-invite-message.movMacOS: Chrome / Safariweb-bt-country-picker.movweb-bt-invite-message.movweb-bt-deep-nested.mov |
|
@collectioneur Not sure if this is related to the PR but the Android app keeps crashing when I click on Invite. It doesn't crash on another branch. android-bt-invite-message.mov |
|
Hmm, it's working fine on my end @mananjadhav Screen.Recording.2026-04-21.at.21.31.37.mov |
|
Works fine on the latest pull. android-bt-invite.mov |
|
🚧 @mjasikowski has triggered a test Expensify/App build. You can view the workflow run here. |
|
🧪🧪 Use the links below to test this adhoc build on Android, iOS, and Web. Happy testing! 🧪🧪
|
|
✋ 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/mjasikowski in version: 9.3.62-0 🚀
Bundle Size Analysis (Sentry): |
Explanation of Change
Added
getDynamicRouteAdaptedStateto iteratively strip dynamic suffixes from URLs and insert intermediate navigation states into the stack. This ensures back navigation works correctly after a page refresh when the URL contains stacked dynamic routes. Removed the old RESET-based workaround fromNavigation.tsand updatedgetAdaptedStateFromPathto use the new function. Added tests and updated NAVIGATION.md.Fixed Issues
$ #87086
Tests
Test 1: Workspace invite role
/workspaces/<policyID>/overview/invite/invite-message)Test 2: Settings profile address country
/settings/profile/address)/settings/profile/address/country?country=<country>)Offline tests
N/A
QA Steps
Same as tests
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)src/languages/*files and using the translation methodSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))npm run compress-svg)Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
Screen.Recording.2026-04-14.at.17.48.34.mov