fix:76137: correct styles for right arrow in report#76606
fix:76137: correct styles for right arrow in report#76606MariaHCD merged 1 commit intoExpensify:mainfrom
Conversation
|
@ikevin127 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] |
| pr0half: { | ||
| paddingRight: 2, | ||
| }, | ||
|
|
There was a problem hiding this comment.
The pr0half style should be placed between pr0 (paddingRight: 0) and pr1 (paddingRight: 4) to maintain alphabetical and numerical ordering consistency. Currently it's placed after pr0, which is correct.
However, the spacing value of 2 follows the pattern where 0half = 2, 1 = 4, 2 = 8, etc. This is consistent with pl0half which also uses paddingLeft: 2. ✅
Code Review SummaryI've completed a comprehensive review of this PR. Here are my findings: Code Quality AssessmentOverall: The code changes are clean and follow best practices. Key Changes Reviewed:
Positive Observations
Notes
No blocking issues found. The changes are straightforward, well-structured, and ready for approval. |
Codecov Report✅ Changes either increased or maintained existing code coverage, great job!
|
joekaufmanexpensify
left a comment
There was a problem hiding this comment.
Looks good 👍
Reviewer Checklist
Screenshots/Videos |
|
Hi @dubielzyk-expensify, i think it's out of the scope of this PR, since we just fix here padding for arrow |
|
So was this broken before this? |
Yes, this can be seen in Video from OP |
|
Alright. Can we make a follow-up PR to fix it? Otherwise this looks good padding wise |
Agree with this, not related to this PRs changes and should not block this PR from merging. @dubielzyk-expensify I think it's expected on web (large layouts) to see the checkboxes while not being in select mode because it's web layout / not mobile where you have to long press -> Screen.Recording.2025-12-03.at.17.57.14.movBut if you feel strongly about this, I think reporting it on Slack as bug would be the way to go about addressing this in a new issue where different proposals could come in with different solutions, as it could be complicated due to the RHP placement to align web with native behaviour for select. |
|
Fair point. I think I expect to see the wide RHP similar to other report views though and not see the mobile version of expenses (which definitely shouldn't have checkboxes by default). cc @Expensify/product-pr and @Expensify/design for thoughts. |
|
Pretty sure there's an issue somewhere talking about killing report previews from the Chats search. I agree if they stay they should be super wide modal (or wide modal if one expense report) though. |
|
Totally agree with Jon and Tom as well 👍 |
|
@MariaHCD We're good to merge here! |
|
🚀 Deployed to staging by https://github.com/MariaHCD in version: 9.2.74-0 🚀
|
|
🚀 Deployed to production by https://github.com/yuwenmemon in version: 9.2.74-12 🚀
|
1 similar comment
|
🚀 Deployed to production by https://github.com/yuwenmemon in version: 9.2.74-12 🚀
|
|
🚀 Deployed to production by https://github.com/yuwenmemon in version: 9.2.74-12 🚀
|






Explanation of Change
This PR fixes right padding for reports on search page
Fixed Issues
$#76137
PROPOSAL:#76137 (comment)
Tests
Offline tests
Same as tests
QA Steps
// TODO: These must be filled out, or the issue title must include "[No QA]."
Same as tests
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectioncanBeMissingparam foruseOnyxtoggleReportand 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
76137-android-native.mov
Android: mWeb Chrome
76137-android-web.mov
iOS: Native
76137-ios-native.mov
iOS: mWeb Safari
76137-ios-web.mov
MacOS: Chrome / Safari
76137-web.mov