-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[CP Staging] fix: preserve scroll position and fixed the Saved title #49244
Conversation
I just encountered an error with android native, but it I think the PR can be reviewed now while I am trying to resolve that problem. |
Added Android video. |
@@ -178,7 +203,7 @@ function SearchTypeMenu({queryJSON}: SearchTypeMenuProps) { | |||
/> | |||
</View> | |||
), | |||
[styles, translate], | |||
[styles], |
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.
This change is to fix the lint issue which is not related to this PR.
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-09-16.at.15.10.43.movAndroid: mWeb ChromeiOS: NativeScreen.Recording.2024-09-16.at.15.06.42.moviOS: mWeb SafariScreen.Recording.2024-09-16.at.15.12.43.movMacOS: Chrome / SafariScreen.Recording.2024-09-16.at.15.07.06.movScreen.Recording.2024-09-16.at.15.11.45.movMacOS: DesktopScreen.Recording.2024-09-16.at.15.18.26.mov |
[CP Staging] fix: preserve scroll position and fixed the Saved title (cherry picked from commit 6147770) (CP triggered by mountiny)
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Cherry-picked to staging by https://github.com/mountiny in version: 9.0.35-7 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/grgia in version: 9.0.35-7 🚀
|
Details
Fixed Issues
$ #49218
PROPOSAL: #49218 (comment)
Tests
1. Large screen device:
Precondition:
There is a long list of saved search until the saved search list is scrollable.
2. Small screen device:
Precondition:
There is a long list of saved search until the saved search list is scrollable.
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.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
Screen.Recording.2024-09-16.at.17.28.20.mov
Android: mWeb Chrome
Screen.Recording.2024-09-16.at.15.31.51.mov
iOS: Native
Screen.Recording.2024-09-16.at.15.16.10.mov
iOS: mWeb Safari
Screen.Recording.2024-09-16.at.15.20.35.mov
MacOS: Chrome / Safari
Screen.Recording.2024-09-16.at.14.20.23.mov
MacOS: Desktop
Screen.Recording.2024-09-16.at.15.13.34.mov