[Bulk workspace edits] Add Copy Policy Settings progress modal#91368
Conversation
Adds translation keys for the copy-in-progress modal states: copyInProgressTitle, copyInProgressDescription, letMeKnowPrompt, conciergeNotificationTitle, conciergeNotificationDescription, goToConcierge, dismiss, allSetTitle, allSetDescription, done.
…letion states Uses ConfirmModal to display copy progress with three states: - Loading: offers to notify user via Concierge when done - Notification requested: shows confirmation and link to Concierge - Complete: success state with dismiss action
Covers visibility, loading state transitions, notification request flow, complete state, and state reset on step changes.
|
Hey, I noticed you changed If you want to automatically generate translations for other locales, an Expensify employee will have to:
Alternatively, if you are an external contributor, you can run the translation script locally with your own OpenAI API key. To learn more, try running: npx ts-node ./scripts/generateTranslations.ts --helpTypically, you'd want to translate only what you changed by running |
…sModal to use a new structure
…progress-modal # Conflicts: # src/languages/de.ts # src/languages/en.ts # src/languages/es.ts # src/languages/fr.ts # src/languages/it.ts # src/languages/ja.ts # src/languages/nl.ts # src/languages/pl.ts # src/languages/pt-BR.ts # src/languages/zh-hans.ts
… in multiple languages
…t for clarity and maintainability
… consistency in CopyPolicySettingsParams
Codecov Report✅ Changes either increased or maintained existing code coverage, great job!
|
…odal in CopyPolicySettingsProgressModal
|
@bernhardoj 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: ee0f3c83d3
ℹ️ About Codex in GitHub
Your team has set up Codex to 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 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
joekaufmanexpensify
left a comment
There was a problem hiding this comment.
Core design doc issue
The merge-base changed after approval.
@dannymcclain Yes |
|
🚧 @dannymcclain has triggered a test Expensify/App build. You can view the workflow run here. |
This comment has been minimized.
This comment has been minimized.
Adds a new optional `isTitleLoading` prop to ConfirmModal and ConfirmContent that displays an ActivityIndicator next to the title. This is useful for modals showing progress states where a loading indicator in the header area is more appropriate than the confirm button loading state.
…ismiss behavior - Use new isTitleLoading prop to show loading indicator during copy in progress - Fix "All Set" screen incorrectly showing when dismissing from Concierge notification step by only showing it when on the loading step AND backend reports complete
… page Update CopyPolicySettingsSelectFeaturesPage to use custom Checkbox and PressableWithFeedback for "Select all" control, matching the pattern used in WorkspaceDuplicateSelectFeaturesForm for visual consistency.
@dannymcclain Updated to match that
Fixed that as well CleanShot.2026-06-04.at.16.38.47.mp4CleanShot.2026-06-04.at.16.45.54.mp4 |
Reviewer Checklist
Screenshots/VideosScreen.Recording.2026-06-05.at.8.00.50.PM.movScreen.Recording.2026-06-05.at.9.03.21.PM.movScreen.Recording.2026-06-05.at.9.07.30.PM.mov |
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
|
🚧 @yuwenmemon 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/yuwenmemon in version: 9.4.0-0 🚀
Bundle Size Analysis (Sentry): |
|
Deploy Blocker #92850 was identified to be related to this PR. |
|
Deploy Blocker #92873 was identified to be related to this PR. |
|
🚀 Deployed to production by https://github.com/Julesssss in version: 9.4.0-7 🚀
|




Explanation of Change
Implements the Copy Policy Settings progress modal — task 6 of the Bulk Workspace Edits project. Stacked on top of #91241 (page 3 of 3) which is itself stacked on #90220 (page 2). Please land the upstream PRs first.
Fixed Issues
$ #88673
$ #92390
PROPOSAL: N/A
Tests
Setup
Test 1 — Loading state
Test 2 — Notification requested state
Test 3 — Complete state (no notify requested)
Onyx.merge('nvp_bulkPolicyCopySettings', {state: 'complete'}).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