Back button is not showing on "Hmm... it's not here" page - #91856
Conversation
Codecov Report✅ Changes either increased or maintained existing code coverage, great job!
|
|
@abzokhattab 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: HybridAppAndroid: mWeb ChromeiOS: HybridAppiOS: mWeb SafariMacOS: Chrome / SafariScreen.Recording.2026-05-31.at.18.34.09.movScreen.Recording.2026-05-31.at.17.34.10.mov |
|
We did not find an internal engineer to review this PR, trying to assign a random engineer to #91831 as well as to this PR... Please reach out for help on Slack if no one gets assigned! |
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
|
🚧 @JS00001 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! 🧪🧪
|
|
🚀 Deployed to staging by https://github.com/JS00001 in version: 9.3.91-0 🚀
Bundle Size Analysis (Sentry): |
|
🤖 Help site review: No documentation changes required. This PR is an internal UI/navigation rendering fix and does not change any user-facing, documented behavior. Why no help site changes are neededWhat this PR changes:
Why it doesn't affect the help site: I searched No draft help site PR was created since no changes are required. |
|
@borys3kk Hi, do we need QA for this or I can check it off the list? |
|
Deploy Blocker #92327 was identified to be related to this PR. |
…zIndex PR Expensify#91856 made the navigation tab bar drop its zIndex while a full-screen blocking view (e.g. the "Hmm... it's not here" page) is visible, so the blocking view's back button shows. But toggling the tab bar zIndex tears down its stacking context, and the still-mounted full-screen workspace screen then composites over the home page's left navigation after returning home, replacing it with a stray back button. Keep the tab bar's zIndex static and instead hide it (opacity + pointerEvents) while a blocking view is visible, so the blocking view's back button still shows through without ever destroying the tab bar's stacking context.
|
Deploy Blocker #92409 was identified to be related to this PR. |
|
🚀 Deployed to staging by https://github.com/JS00001 in version: 9.3.94-0 🚀
Bundle Size Analysis (Sentry): |
Help site review — no changes requiredI reviewed the changes in this PR against Why: This is an internal UI rendering fix with no change to any customer-facing feature, setting, workflow, or label that the help site documents. What the PR actually changes
None of these touch documented product behavior — the "Hmm... it's not here" page is a generic not-found state, and @borys3kk, since no help site changes are required, no docs PR was created. If you believe a specific article is affected, let me know which one and I'll take another look. |
|
🚀 Deployed to production by https://github.com/luacmartins in version: 9.3.94-0 🚀
|
|
Coming from #92327 BugZero checklist: This PR (wide-layout tab bar Root cause was a latent design flaw (PR #49539): The fix in #93078 adds the |
Explanation of Change
Changed zIndex:1 to be added conditionally to TabNavigatorBar to avoid rendering on FullScreenBlockingViews.
Fixed Issues
$ #91831
PROPOSAL:
Tests
Offline tests
QA Steps
// TODO: These must be filled out, or the issue title must include "[No QA]."
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-05-27.at.17.18.22.mov