-
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
Fix left modal navigator weird navigation animation #42517
Fix left modal navigator weird navigation animation #42517
Conversation
@ishpaul777 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] |
hello @bernhardoj i'll be OOO until wednesday so expect a slight delay in PR review. Sorry for inconvinience |
That's fine, thanks for the heads up! |
Reviewer Checklist
Screenshots/VideosAndroid: NativeWhatsApp.Video.2024-05-30.at.12.39.33.AM.mp4Android: mWeb ChromeWhatsApp.Video.2024-05-30.at.12.30.28.AM.mp4iOS: NativeScreen.Recording.2024-05-30.at.12.00.49.AM.moviOS: mWeb SafariScreen.Recording.2024-05-30.at.12.16.33.AM.movMacOS: Chrome / SafariScreen.Recording.2024-05-29.at.11.56.31.PM.movMacOS: DesktopScreen.Recording.2024-05-30.at.12.50.47.AM.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. |
🚀 Deployed to production by https://github.com/Julesssss in version: 1.4.79-11 🚀
|
Details
The left modal navigator screen opens/closes weirdly. This PR fix it.
Fixed Issues
$ #42282
PROPOSAL: #42282 (comment)
Tests
Same as QA Steps
Offline tests
Same as QA Steps
QA Steps
For Web/Desktop
2. Press CTRL+K
3. Press back twice
For Android/iOS
2. Deep link to
/chat-finder
3. Press back twice
For mWeb
Can't use shortcut or deep link
2. Press back
For all
Verify the page open/close animates correctly.
Open: slide from left to right
Close: slide from right to left
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-05-23.at.19.41.34.mov
Android: mWeb Chrome
Screen.Recording.2024-05-23.at.19.37.34.mov
iOS: Native
Screen.Recording.2024-05-23.at.19.42.08.mov
iOS: mWeb Safari
Screen.Recording.2024-05-23.at.19.37.49.mov
MacOS: Chrome / Safari
Screen.Recording.2024-05-23.at.19.35.15.mov
MacOS: Desktop
Screen.Recording.2024-05-23.at.19.36.46.mov