New request
#2724: Add toggleable Hermes Dashboard tab in Appearance settings
We'll provision a sandbox, run an agent against the issue, and open a draft PR. You can pull the branch and iterate from there.
Issue
enhancementux
Summary: The Hermes Dashboard tab is currently missing from the list of sidebar tabs that can be toggled on or off under Settings > Appearance.
Steps to Reproduce:
- Go to Settings > Appearance.
- Observe the list of sidebar tabs available to be toggled.
- Notice that the Hermes Dashboard tab is not present.
Expected Behavior: All main sidebar tabs, including Hermes Dashboard, should be toggleable via the Appearance settings.
Suggestion for Fix:
- Add the Hermes Dashboard tab to the toggle list in Appearance settings.
- Ensure its display state tracks with the user's toggle selection like the other tabs.
Assessmentadvisory
feature● easy95% confidence
Adding an existing sidebar tab to the appearance toggle list is a localized frontend settings change touching only a few files.
Likely files
- static/settings.js
- static/sidebar.js
- static/index.html
- static/preferences.js
Create the request