-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[Due for payment 2025-04-28] [Due for payment 2025-04-25] Review duplicates - Receipt thumbnail on the confirmation page does not have right margin #60422
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
Comments
Triggered auto assignment to @NikkiWines ( |
Triggered auto assignment to @alexpensify ( |
💬 A slack conversation has been started in #expensify-open-source |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
Discussing in slack |
Can i have access to slack please?) |
https://github.com/Expensify/App/blob/main/contributingGuides/CONTRIBUTING.md#slack-channels |
Yep, i have applied about 1.5 week ago) Still waiting |
🚨 Edited by proposal-police: This proposal was edited at 2025-04-17 13:08:21 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.Review duplicates - Receipt thumbnail on the confirmation page does not have right margin What is the root cause of that problem?The main problem is as follows: What changes do you think we should make in order to solve the problem?I suggest adding another prop called isInSideBar (or isFromReviewDuplicates). If this value is true, then add maxWidth: 335px(375px-40px) And this component is used in the MoneyRequestView, but there is already a prop called isFromReviewDuplicates App/src/components/ReceiptEmptyState.tsx Line 28 in 717b77a
/** Whether the component is used in the sidebar */
isInSideBar?: boolean; Add new style(can be also called expenseViewImageInSideBar): expenseViewImageFromReviewDuplicates: {
maxWidth: 335,
}, Add this row: isInSideBar && styles.expenseViewImageFromReviewDuplicates, To this styles(after that row): App/src/components/ReceiptEmptyState.tsx Line 53 in 717b77a
And pass this prop from here:
Like that: isInSideBar={isFromReviewDuplicates} What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?None What alternative solutions did you explore? (Optional)An alternative solution would be to rewrite the component so that the container is not padded, but rather the card itself. But this method is more difficult + still requires certain conditions inside, because in the display in Expense it would have indents, and this should not be the case |
Raised the fix Uploading snapshots.... |
Fix deployed to staging. I asked QA to retest this one. |
@marcaaron bug is not reproducible Screen.Recording.2025-04-18.at.8.07.17.AM.1.mov |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.1.29-10 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2025-04-25. 🎊 |
@NikkiWines / @marcaaron @alexpensify @NikkiWines / @marcaaron The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed. Please copy/paste the BugZero Checklist from here into a new comment on this GH and complete it. If you have the K2 extension, you can simply click: [this button] |
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.1.30-4 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2025-04-28. 🎊 |
@NikkiWines / @marcaaron @alexpensify @NikkiWines / @marcaaron The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed. Please copy/paste the BugZero Checklist from here into a new comment on this GH and complete it. If you have the K2 extension, you can simply click: [this button] |
@marcaaron, can you please confirm? I believe that @FitseTLT and @ahmedGaber93 helped fix this one. If yes, I need to prepare for the payment date on Monday. Thanks! |
@alexpensify, please close it. |
@FitseTLT thanks, after my comment, I saw that there is another GH where the payment will happen. Thanks again for the update. |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 9.1.29-3
Reproducible in staging?: Yes
Reproducible in production?: No
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: N/A
If this was caught during regression testing, add the test name, ID and link from TestRail: Exp
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause Internal Team
Device used: Mac 15.3 / Chrome
App Component: Money Requests
Action Performed:
Expected Result:
Receipt thumbnail on the confirmation page will have right margin.
Actual Result:
Receipt thumbnail on the confirmation page does not have right margin.
Workaround:
Unknown
Platforms:
Screenshots/Videos
1.mp4
View all open jobs on GitHub
Issue Owner
Current Issue Owner: @alexpensifyThe text was updated successfully, but these errors were encountered: