Conversation
|
@codex review |
|
Codex Review: Didn't find any major issues. 🎉 Reviewed commit: ℹ️ 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". |
|
@aimane-chnaif 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.movAndroid: mWeb ChromeiOS: HybridAppios.moviOS: mWeb SafariMacOS: Chrome / Safariweb.mov |
Regression reviewFound one regression (high confidence): on narrow layout, when Search is the topmost full-screen route, this change makes the Why it happensThe new Then
Now the refinement check breaks. Because it's treated as a different flow, Before this PR, L43 set Why the tests don't catch it & the targeted path is likely unreachable
Suggested fixEither keep passing This is automated review feedback — please verify against the actual production navigation state before acting. Reply with |
|
Codex Review: Didn't find any major issues. Breezy! Reviewed commit: ℹ️ 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". |
aimane-chnaif
left a comment
There was a problem hiding this comment.
I think this analysis makes sense.
I think the underlying concern makes sense, but the exact path described shouldn’t happen in practice: Search-topmost submit dismisses already take the plain I tightened the code so that contract is explicit in |
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
|
🚧 @mountiny 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/mountiny in version: 9.4.17-0 🚀
Bundle Size Analysis (Sentry): |
|
🤖 No help site changes required. I reviewed the changes in this PR against the help site articles under This PR is an internal telemetry/performance fix. It changes how the The change is entirely under the hood:
Help site articles document user-facing product behavior, and nothing in this PR alters that. Therefore no draft PR for documentation was created, and there is no linked help site PR to review. If you believe a specific user-facing behavior changed that should be documented, let me know which flow and I'll take another look. |
|
🚀 Deployed to production by https://github.com/blimpich in version: 9.4.17-3 🚀
|
1 similar comment
|
🚀 Deployed to production by https://github.com/blimpich in version: 9.4.17-3 🚀
|
Explanation of Change
Fixes a
submit-to-destination-visiblespan failure identified from a Sentry trace on Android.Dismiss-only span waits for report (trace
5bee564c, Android, ~28.3s): Thedismiss_modalhandler storesDISMISS_MODAL_ONLYwith a destination report ID even when returning to Search. Fix:setDismissOnlyPendingActionForCurrentRouteomits the report ID when Search is the topmost fullscreen route, so the span ends on Search return instead of waiting for the user to manually open the destination report.Fixed Issues
$ #93724
PROPOSAL: N/A
Tests
Note: Not currently reproducible with a verified UI flow. The tested UI flows route through
search_dismissand the span ends normally. This issue requiresfast_path_handler: dismiss_modalwhile Search is already the topmost fullscreen route and a destination report ID is present.from:... to:...)ManualSubmitToDestinationVisiblespan ends on the Search returnOffline 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
Reports_Filters_Android.mov
Android: mWeb Chrome
iOS: Native
Reports_filters_iOS.mov
iOS: mWeb Safari
MacOS: Chrome / Safari