-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Reports - Tap on expands shows nothing in selection mode #78950
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
base: main
Are you sure you want to change the base?
Conversation
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.
|
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppCleanShot.2026-01-08.at.01.06.30.mp4Android: mWeb ChromeCleanShot.2026-01-08.at.01.02.42.mp4iOS: HybridAppCleanShot.2026-01-08.at.01.09.25.mp4iOS: mWeb SafariCleanShot.2026-01-08.at.01.07.45.mp4MacOS: Chrome / SafariCleanShot.2026-01-08.at.01.00.06.mp4 |
| onSelectRow(item, transactionPreviewData); | ||
| } | ||
| if (!isExpenseReportType) { | ||
| if (groupItem.transactionsQueryJSON && !isExpanded) { |
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.
| if (groupItem.transactionsQueryJSON && !isExpanded) { | |
| if (groupItem.transactionsQueryJSON && !isExpanded && transactions.length === 0) { |
We should only search transactions when the transactions list isn’t loaded.
Explanation of Change
Fixed Issues
$ #78111
PROPOSAL: #78111 (comment)
Tests
Preconditions: New login to an account that has expenses from at least 2 other users (Or Clear Cache during tests)
Offline tests
Needs internet connection.
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
android.mp4
Android: mWeb Chrome
android_web.mp4
iOS: Native
ios.mp4
iOS: mWeb Safari
ios_web.mp4
MacOS: Chrome / Safari
web.mp4