-
Notifications
You must be signed in to change notification settings - Fork 3.2k
fix: Update duplicate detection to be treated as any other violation #58387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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] |
@pecanoro Could you help to verify the icon on the status bar? Currently we display clock icon on both both report header and request header Screen.Recording.2025-03-21.at.15.47.30.mov |
@pecanoro Just want to confirm: with these steps, If we submit expense the RBR and the message still be retained. But when approving the expense the RBR and the message on the header will be changed Screen.Recording.2025-03-21.at.15.54.34.mov |
@DylanDylann Let me double check with @garrettmknight |
I think I'd update the transaction thread header to not refer to hold:
|
@DylanDylann after chatting with our designers, let's use the exclamation point instead of the clock in the header: |
@garrettmknight Please help to verify that comment. |
@DylanDylann / @nkdengineer sorry for the change, but can we use the flag icon instead of the exclamation point, please. |
@garrettmknight as this comment, could you help to confirm if we should retain the “Potential duplicate expenses identified. Review duplicates to enable submission.” message after users submit the expense report |
To this questions, the RBR should persist until the submitter resolves it. A few notes on the submitter experience:
As for the approver, I think we let's update the header to something closer to the approver version we have today:
|
@nkdengineer Let's update this PR like the above expectation |
@garrettmknight This will display for both submitter and approver or only approver and submitter will still display |
Updated these bugs. |
@nkdengineer The header message isn't updated and RBR doesn't display if we approve or unapprove offline Screen.Recording.2025-03-27.at.11.16.10.mov |
|
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2025-03-27.at.17.19.30.movAndroid: mWeb ChromeScreen.Recording.2025-03-27.at.17.14.22.moviOS: NativeScreen.Recording.2025-03-27.at.17.12.45.moviOS: mWeb SafariScreen.Recording.2025-03-27.at.17.11.19.movMacOS: Chrome / SafariScreen.Recording.2025-03-27.at.17.06.13.movMacOS: DesktopScreen.Recording.2025-03-27.at.17.09.29.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. |
🚀 Deployed to staging by https://github.com/pecanoro in version: 9.1.21-0 🚀
|
🚀 Deployed to production by https://github.com/grgia in version: 9.1.21-3 🚀
|
@garrettmknight I thought we agreed to use the flag icon per this Slack convo? Do you mind creating a separate issue to get that updated? |
@JmillsExpensify we did, looks like it slipped by: #58387 (comment) |
Cool, let's tackle it in a fix then. |
Explanation of Change
Fixed Issues
$ #57941
PROPOSAL: #57941 (comment)
Tests
Offline tests
None
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Screen.Recording.2025-03-19.at.14.43.19.mov
Android: mWeb Chrome
Screen.Recording.2025-03-19.at.14.40.50.mov
iOS: Native
Screen.Recording.2025-03-19.at.14.45.26.mov
iOS: mWeb Safari
Screen.Recording.2025-03-19.at.14.42.17.mov
MacOS: Chrome / Safari
Screen.Recording.2025-03-19.at.14.34.51.mov
MacOS: Desktop
Screen.Recording.2025-03-19.at.14.47.57.mov