-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[CP Staging] Remove beta newDotHelpSidePanel
, show help button only based on Onyx key
#60135
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
Conversation
e0535e4
to
6ab3907
Compare
@ 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] |
To add clarity: if you sign out and then sign back in, it's expected that the button won't appear anymore. The NVP is not persisted to the backend. |
Reviewer Checklist
Screenshots/VideosAndroid: Native60135_android_native.movAndroid: mWeb Chrome60135_android_web.moviOS: Native60135_ios_native.moviOS: mWeb Safari60135_ios_web.movMacOS: Chrome / Safari60135_web_chrome.movMacOS: Desktop60135_web_desktop.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. Just pay attention to this comment.
To open the console in others platforms, use this tutorial and/or the app's own "Debug console": Go to "Settings" > "Troubleshoot" > Enable "Client side logging" > Click "View debug console"
@arosiclair 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] |
newDotHelpSidePanel
, show help button only based on Onyx keynewDotHelpSidePanel
, show help button only based on Onyx key
Was asked to review/merge early since we want to CP so took over the review. |
[CP Staging] Remove beta `newDotHelpSidePanel`, show help button only based on Onyx key (cherry picked from commit a00349b) (CP triggered by francoisl)
✋ 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/francoisl in version: 9.1.27-2-staging 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
Performance Comparison Report 📊 (1/3)Significant Changes To Duration
Show details
|
Performance Comparison Report 📊 (2/3)Meaningless Changes To Duration (1/2)Show entries
Show details
|
Performance Comparison Report 📊 (3/3)Meaningless Changes To Duration (2/2)Show entries
Show details
|
@Expensify/mobile-deployers 📣 Please look into this performance regression as it's a deploy blocker. |
^ Sounds like a false positive, this PR just removes a beta and doesn't affect the search router. |
🚀 Deployed to production by https://github.com/marcaaron in version: 9.1.28-15 🚀
|
Explanation of Change
This removes the beta
newDotHelpSidePanel
, and restores the logic to show the help side panel button to be only based on the Onyx keynvp_sidePanel
, so that we can more easily test on any account by runningOnyx.set("nvp_sidePanel", {});
in the JS console.Fixed Issues
$ #60069
https://expensify.slack.com/archives/C07NZ8B1VTQ/p1744318812379879?thread_ts=1743366781.999989&cid=C07NZ8B1VTQ
Tests
Onyx.set("nvp_sidePanel", {});
Onyx.set("nvp_sidePanel", null);
Offline tests
Same as tests
QA Steps
Same as test steps above
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
MacOS: Chrome / Safari
Screen.Recording.2025-04-11.at.10.25.47.mov