-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Fix sort on multiple statuses #52280
Conversation
I'll start checking in few minutes |
Look like the issue show loading infinite still happen. I'll investigate loading infinite before check this PR Screen.Recording.2024-11-09.at.04.57.03.mp4 |
I think the search result from BE is not ready to support multiple sort status Screen.Recording.2024-11-09.at.05.27.17.mp4So this condition always return false |
Yes, the backend is still not ready. |
@suneox backend changes are deployed. We can resume testing. |
Reviewer Checklist
Screenshots/VideosMacOS: DesktopScreen.Recording.2024-11-12.at.08.05.16.mp4MacOS: Chrome / SafariScreen.Recording.2024-11-12.at.08.02.51.mp4iOS: NativeScreen.Recording.2024-11-12.at.08.14.49.mp4iOS: mWeb SafariScreen.Recording.2024-11-12.at.08.11.04.mp4Android: NativeScreen.Recording.2024-11-12.at.08.21.48.mp4Android: mWeb ChromeScreen.Recording.2024-11-12.at.08.18.58.mp4 |
✋ 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/luacmartins in version: 9.0.61-0 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 9.0.61-3 🚀
|
Explanation of Change
We only allow sorting transactions, so
status:all
. We should disable sorting if we have multiple statuses selectedFixed Issues
$ #51838
Tests
status:all,drafts
and press enterOffline tests
N/A
QA Steps
Same as test 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
Screen.Recording.2024-11-08.at.2.28.29.PM.mov
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop