-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[UX Reliability] Add new modal for SearchList #60961
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
[UX Reliability] Add new modal for SearchList #60961
Conversation
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
@shawnborton @ZhenjaHorbach One of you needs to 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] |
Reviewer Checklist
Screenshots/VideosAndroid: Native2025-04-29.10.49.57.movAndroid: mWeb Chrome2025-04-29.10.43.16.moviOS: Native2025-04-29.10.19.55.moviOS: mWeb Safari2025-04-29.10.24.41.movMacOS: Chrome / Safari2025-04-29.10.37.51.mov2025-04-29.10.37.51.mov |
LGTM ! |
CC: @mountiny |
@mountiny |
Looks like Vit is OOO, so I'll merge this |
✋ 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/cead22 in version: 9.1.42-0 🚀
|
🚀 Deployed to staging by https://github.com/cead22 in version: 9.1.43-5 🚀
|
Thanks for handling Carlos! |
🚀 Deployed to production by https://github.com/francoisl in version: 9.1.44-8 🚀
|
Explanation of Change
We've decided to refactor the react-native-bottom-modal code so that it utilizes react-native-reanimated, our goal was to improve FPS, remove the outdated library and gradually switch to the new solution. This PR enables the new solution in selection modal of
SearchList
.Fixed Issues
$ #49354
PROPOSAL:
N/A
Tests
For the web: visible only on narrow view
Offline tests
Same as 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_Native.mov
Android: mWeb Chrome
Android_Chrome.mov
iOS: Native
IOS_Native.mov
iOS: mWeb Safari
IOS_Safari.mov
MacOS: Chrome / Safari
Web.mov
MacOS: Desktop