Decompose MoneyReportHeader modals into imperative hooks and context provider#87063
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] |
|
Looking into it |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 14120b2f42
ℹ️ 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".
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppScreen.Recording.2026-04-03.at.16.39.31.movAndroid: mWeb ChromeScreen.Recording.2026-04-03.at.16.42.06.moviOS: HybridAppScreen.Recording.2026-04-03.at.16.39.31.moviOS: mWeb SafariScreen.Recording.2026-04-03.at.16.42.06.movMacOS: Chrome / SafariScreen.Recording.2026-04-03.at.16.38.05.mov |
abzokhattab
left a comment
There was a problem hiding this comment.
Good refactoring overall — modal state is cleanly extracted, props drilling is eliminated, and all CI checks pass. A few concerns below.
|
Just added two comments (first one has higher prioirty) let me know what you think |
…eractionManager guard
|
thanks ... retesting |
|
@codex review |
|
Codex Review: Didn't find any major issues. More of your lovely PRs please. ℹ️ About Codex in GitHubCodex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
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". |
|
🚧 @rlinoz 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/rlinoz in version: 9.3.54-0 🚀
Bundle Size Analysis (Sentry): |
|
No help site changes are required for this PR. This is a purely internal code refactoring — it decomposes
The hold menu, payment modals, and approval confirmations all behave identically from the user's perspective. The existing help site articles (e.g., |
Explanation of Change
MoneyReportHeaderwas a monolith that directly rendered and managed all modal state inline — hold menus, payment modals, approval confirmations. This PR decomposes that into a clean architecture:MoneyReportHeaderModalsContext— a React context that exposes imperativeopen*callbacks for each modal (hold menu, non-reimbursable payment, etc.)MoneyReportHeaderModals— a provider component that owns all modal state and renders the actual modal components, wiring them to the contextuseHoldMenuModal/useNonReimbursablePaymentModal— lightweight imperative hooks that manage individual modal open/close state and callbacksMoneyReportHeader— now only reads from context to trigger modals; no longer manages any modal state directlyMoneyReportHeaderPrimaryActionsubcomponents (PayPrimaryAction,ApprovePrimaryAction) consume the modals context directly instead of receiving modal props drilled down from the header.The result:
MoneyReportHeader.tsxshrinks significantly, all modal logic is colocated and reusable, and the component tree is easier to reason about.Fixed Issues
$ #77173
$ #84123
PROPOSAL:
Tests
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
Simulator.Screen.Recording.-.iPhone.17.Pro.-.2026-04-03.at.13.04.58.mov
iOS: mWeb Safari
MacOS: Chrome / Safari
Screen.Recording.2026-04-03.at.11.26.16.mov