-
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
[Ideal nav] Fix getAlreadyOpenedSettingsScreen #46885
[Ideal nav] Fix getAlreadyOpenedSettingsScreen #46885
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. Gonna get a C+ assigned to review this PR.
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-08-06.at.23.59.10.movAndroid: mWeb ChromeScreen.Recording.2024-08-06.at.23.56.28.moviOS: NativeScreen.Recording.2024-08-06.at.23.58.53.moviOS: mWeb SafariScreen.Recording.2024-08-06.at.23.57.47.movMacOS: Chrome / SafariScreen.Recording.2024-08-06.at.23.53.30.movMacOS: DesktopScreen.Recording.2024-08-06.at.23.55.57.mov |
Agree with the solution. For further details, this issue was previously addressed in this PR. At that time, the UI design was different, with the settings page being the workspace settings page, necessitating the addition of policyID as a parameter. However, now that the settings page is the account settings page, the |
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.
The change looks good. Also test on mobile to ensure that there are no regression
🎯 @DylanDylann, thanks for reviewing and testing this PR! 🎉 An E/App issue has been created to issue payment here: #46906. |
I also see we have the same bug in the Search page Screen.Recording.2024-08-06.at.23.58.33.mov |
Great catch! I will work tomorrow to make it work there as well. |
✋ 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/luacmartins in version: 9.0.18-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 9.0.18-10 🚀
|
Details
We found a bug. If the user opens a settings page, it should be remembered if the user goes to another tab and back to the settings tab.
NOTE: Changes visible only for the web/desktop
Fixed Issues
$
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
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
web.mp4
MacOS: Desktop
desktop.mp4