-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Add move option to search selected menu #62270
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 move option to search selected menu #62270
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] |
cc @luacmartins |
Move expenses doesn't work after refresh page Screen.Recording.2025-05-19.at.23.55.06.mov |
…k-move-transactions-on-search
This bug is already present on search page for example on hold RHP. Selected transactions are stored in context so after refresh it's cleared. I think this should be handled as separate issue search.mov |
I agree that's an existing bug. Maybe we can just dismiss the modal after the refresh, but that should be handled in a follow up |
…k-move-transactions-on-search
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppScreen.Recording.2025-05-21.at.16.41.21.movAndroid: mWeb ChromeScreen.Recording.2025-05-21.at.16.35.25.moviOS: HybridAppScreen.Recording.2025-05-21.at.16.44.33.moviOS: mWeb SafariScreen.Recording.2025-05-21.at.16.31.27.movMacOS: Chrome / SafariScreen.Recording.2025-05-21.at.16.02.18.movMacOS: DesktopScreen.Recording.2025-05-21.at.16.48.25.mov |
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.
Thanks for addressing the comments
✋ 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.1.48-0 🚀
|
return [...reports]; | ||
}, [allReports, selectedTransactions]); | ||
|
||
const selectReport = (item: ReportListItem) => { |
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.
🚀 Deployed to staging by https://github.com/luacmartins in version: 9.1.48-0 🚀
|
🚀 Deployed to staging by https://github.com/luacmartins in version: 9.1.49-5 🚀
|
🚀 Deployed to production by https://github.com/arosiclair in version: 9.1.50-0 🚀
|
Explanation of Change
Fixed Issues
$ #61770
PROPOSAL: N/A
Tests
Offline tests
QA Steps
// TODO: These must be filled out, or the issue title must include "[No QA]."
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
iosWeb.mov
MacOS: Chrome / Safari
web.mov
MacOS: Desktop