-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Settings - Left hand menu and RHP do not open instantly when opening from link #45778
Settings - Left hand menu and RHP do not open instantly when opening from link #45778
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] |
Reviewer Checklist
Screenshots/VideosAndroid: NativeRecord_2024-07-20-00-53-12.mp4Android: mWeb ChromeScreen.Recording.2024-07-19.at.11.33.47.PM.moviOS: NativeScreen.Recording.2024-07-19.at.9.51.42.PM.moviOS: mWeb SafariScreen.Recording.2024-07-19.at.9.48.13.PM.movMacOS: Chrome / SafariScreen.Recording.2024-07-19.at.9.44.22.PM.movMacOS: DesktopScreen.Recording.2024-07-20.at.12.50.41.AM.mov |
hello @WojtekBoman, Thanks for the PR it does fix the issue 🎉
before i approve could you help me understand why we were doing this and why not necessary anymore. Thanks! |
Previously, the application used the Onyx state |
it make sense, Thanks for clarifying! |
✋ 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/marcaaron in version: 9.0.11-0 🚀
|
@marcaaron Do we need to validate anything in Staging here? |
yes, updated the description |
🚀 Cherry-picked to staging by https://github.com/francoisl in version: 9.0.11-2 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/francoisl in version: 9.0.11-5 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 9.0.12-0 🚀
|
Details
This PR fixes displaying LHN and RHP when opening a link to the RHP page in Settings.
When launching the app from the deeplink, we always pushed Home page at the bottom of the BottomTabNavigator, it has been removed as it was no longer necessary and was causing delays.
Comparison of opening link with and without the fix:
Screen.Recording.2024-07-19.at.16.02.53.mov
Fixed Issues
$ #44585
PROPOSAL:
Tests
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-07-19.at.15.45.23.mov
Android: mWeb Chrome
Screen.Recording.2024-07-19.at.15.47.09.mov
iOS: Native
Screen.Recording.2024-07-19.at.16.09.30.mov
iOS: mWeb Safari
Screen.Recording.2024-07-19.at.15.34.47.mov
MacOS: Chrome / Safari
Screen.Recording.2024-07-19.at.16.02.53.mov
MacOS: Desktop
Screen.Recording.2024-07-19.at.15.50.10.mov