Conversation
|
|
|
@DylanDylann 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: 12cf324efa
ℹ️ 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".
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.
|
|
For Transaction.ts, the coverage drop (-0.41%) is purely from removing the covered getDraftTransactions function and its Onyx connection — no new uncovered code was introduced (the diff shows <ø>), so there's nothing actionable to test there without writing tests for previously-uncovered code unrelated to this PR. |
|
No product review needed |
|
@DylanDylann can you pls review this PR? |
|
@dukenv0307 Could you merge main one more time? |
|
No luck @DylanDylann, can you pls review the PR first? |
|
@dukenv0307 I think the failed test is caused by our changes. Could you check again? Also, please merge new main |
|
@DylanDylann I tried to run it locally but it worked well, can you please verify it on your side? |
src/pages/iou/request/step/IOURequestStepScan/hooks/useMobileReceiptScan.ts
Outdated
Show resolved
Hide resolved
| const selfDMReport = useSelfDMReport(); | ||
| const [allTransactionDrafts] = useOnyx(ONYXKEYS.COLLECTION.TRANSACTION_DRAFT, {selector: validTransactionDraftsSelector}); | ||
| const [amountOwed] = useOnyx(ONYXKEYS.NVP_PRIVATE_AMOUNT_OWED); | ||
| const draftTransactionIDs = Object.keys(allTransactionDrafts ?? {}); |
There was a problem hiding this comment.
I think we can use validTransactionDraftIDsSelector here
There was a problem hiding this comment.
we still need allTransactionDrafts so I think that's fine to extract the keys from allTransactionDrafts
…eceiptScan.ts Co-authored-by: DylanDylann <141406735+DylanDylann@users.noreply.github.com>
|
@DylanDylann can you pls review again? Thanks |
Reviewer Checklist
Screenshots/VideosScreen.Recording.2026-03-19.at.14.59.50.mov |
MarioExpensify
left a comment
There was a problem hiding this comment.
Awesome, thank you!!
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
|
🚧 @MarioExpensify 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/MarioExpensify in version: 9.3.41-0 🚀
Bundle Size Analysis (Sentry): |
|
🚀 Deployed to production by https://github.com/cristipaval in version: 9.3.41-4 🚀
|

Explanation of Change
Fixed Issues
$ #67778
PROPOSAL:
Tests
Offline tests
QA Steps
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