-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Add several UI fixes to MoneyRequestTransaction list #61677
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
Add several UI fixes to MoneyRequestTransaction list #61677
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
✅ |
@@ -38,7 +37,6 @@ function TransactionItemRow({ | |||
isSelected: boolean; | |||
shouldShowTooltip: boolean; | |||
dateColumnSize: TableColumnSize; | |||
shouldShowChatBubbleComponent?: boolean; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was only used twice in the app, and always true
so I removed it
@Expensify/design please take a look - mostly it fixes the empty spacing in transaction rows which looked bad. |
</View> | ||
{shouldShowChatBubbleComponent && <ChatBubbleCell transaction={transactionItem} />} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't remove this check. We should prevent ChatBubbleCell from rendering if shouldShowChatBubbleComponent is false
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DylanDylann can you tell me when it could be false?
@@ -215,7 +219,7 @@ function TransactionItemRow({ | |||
/> | |||
</View> | |||
<View style={[StyleUtils.getReportTableColumnStyles(CONST.REPORT.TRANSACTION_LIST.COLUMNS.COMMENTS)]}> | |||
{shouldShowChatBubbleComponent && <ChatBubbleCell transaction={transactionItem} />} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same above
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppScreen.Recording.2025-05-12.at.11.17.34.movAndroid: mWeb ChromeScreen.Recording.2025-05-12.at.11.12.35.moviOS: HybridAppScreen.Recording.2025-05-12.at.11.16.11.moviOS: mWeb SafariScreen.Recording.2025-05-12.at.11.11.20.mov |
🚧 @trjExpensify has triggered a test app build. You can view the workflow run here. |
🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪 |
I'm having some trouble testing - do we have updated screenshots/videos I can review? |
ahh sorry the screenshots were done before merging the other PR that @sumo-slonik did - on the adhoc with newest main the date and total are aligned and centered. |
Let me know when we have up-to-date screenshots to review, thanks! |
@DylanDylann any reason why they are missing from your checklist? |
I think it's cos the new code from the 2 PRs merged just came in early today 😅 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shawnborton All updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just waiting for @shawnborton to give a 🟢
@shawnborton if recently you have noticed any other visual problems around report view (the new) etc. then you can also use this PR to point these out. |
Unless that is being addressed elsewhere... then we can merge this and follow up with that. |
I am not sure about this one actually but since its EOD I think we can just handle this in a follow up too @Kicu |
✋ 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/mountiny in version: 9.1.45-0 🚀
|
🚀 Deployed to staging by https://github.com/mountiny in version: 9.1.45-0 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 9.1.45-21 🚀
|
Explanation of Change
This PR contains some minor UI tweaks that are mostly followups after other PRs.
Done:
wrong help pane button
Fixed Issues
$ #61557
PROPOSAL:
Tests
Offline tests
QA Steps
Same as Tests.
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectioncanBeMissing
param foruseOnyx
toggleReport
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
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
help pane button
MacOS: Desktop