-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[$250] Help button is missing #62548
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
Comments
Triggered auto assignment to @lschurr ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.The Help button is missing. What is the root cause of that problem?Coming from this PR We decided to remove beta But we only set Lines 91 to 100 in 6871ba9
and it will not have onyx It leads to Line 46 in 6871ba9
And we return as null here App/src/components/SidePanel/HelpComponents/HelpButton.tsx Lines 16 to 24 in 6871ba9
What changes do you think we should make in order to solve the problem?we can remove the
Line 46 in 6871ba9
Note: We should also consider uses of Or create a function to set the default value of What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?None What alternative solutions did you explore? (Optional)Reminder: Please use plain English, be brief and avoid jargon. Feel free to use images, charts or pseudo-code if necessary. Do not post large multi-line diffs or write walls of text. Do not create PRs unless you have been hired for this job. |
Job added to Upwork: https://www.upwork.com/jobs/~021925608618964074308 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @suneox ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Help button is missing What is the root cause of that problem?The Help button never appears on initial login because the Line 46 in 6871ba9
App/src/libs/actions/SidePanel.ts Lines 13 to 44 in 6871ba9
We return null if the App/src/components/SidePanel/HelpComponents/HelpButton.tsx Lines 22 to 24 in 6871ba9
What changes do you think we should make in order to solve the problem?Simplest way to to fix this issue we can initialize the We can add following code here Line 51 in 6871ba9
initialKeyStates: {
....
[ONYXKEYS.NVP_SIDE_PANEL]: {},
}, By initializing ONYXKEYS.NVP_SIDE_PANEL as mention above, this key will always be present in the application, simplifying checks to only determine whether the help panel is open. This ensures consistent behavior and eliminates the need to handle cases where the key might be undefined. What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?None What alternative solutions did you explore? (Optional)Reminder: Please use plain English, be brief and avoid jargon. Feel free to use images, charts or pseudo-code if necessary. Do not post large multi-line diffs or write walls of text. Do not create PRs unless you have been hired for this job. |
Thank you for all the proposals. I’ll take a look at this one today |
Uh oh!
There was an error while loading. Please reload this page.
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 9.1.49-2
Reproducible in staging?: Yes
Reproducible in production?: Yes
If this was caught during regression testing, add the test name, ID and link from TestRail: #62349
Email or phone of affected tester (no customers): [email protected], [email protected]
Issue reported by: Applause Internal Team
Device used: Windows 11/ Chrome, Samsung S23FE/ Android 14
App Component: Other
Action Performed:
Expected Result:
The Help button is shown in the top right corner next to the search button.
Actual Result:
The Help button is missing.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6838758_1747869569580.Help_button_missing.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @suneoxThe text was updated successfully, but these errors were encountered: