-
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 search bar slides from right to left #57929
Fix search bar slides from right to left #57929
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] |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2025-03-07.at.23.46.41.movAndroid: mWeb ChromeScreen.Recording.2025-03-07.at.23.46.13.moviOS: NativeScreen.Recording.2025-03-07.at.23.45.58.moviOS: mWeb SafariScreen.Recording.2025-03-07.at.23.45.39.movMacOS: Chrome / SafariScreen.Recording.2025-03-07.at.23.44.20.movMacOS: DesktopScreen.Recording.2025-03-07.at.23.45.17.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.
LGTM
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Explanation of Change
Fixes a bug where search bar shifts from right to left when the search modal opens. It is fixed by disabling the
LinearTransition
animation in cases where it is not needed.Fixed Issues
$ #57292
PROPOSAL: #57292 (comment)
Tests
Same as QA steps
Offline tests
N/A
QA Steps
Try this in both narrow and wide layout:
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
Android: Native
57292.android.native.webm
Android: mWeb Chrome
57292.android.chrome.webm
iOS: Native
57292.ios.native.mp4
iOS: mWeb Safari
57292.ios.safari.mp4
MacOS: Chrome / Safari
57292.macos.chrome.mov
MacOS: Desktop
57292.macos.desktop.mov