Opened 5 years ago
Last modified 4 years ago
#53184 new feature request
Toolbar Enhancements: turn off labels / disable plugins / auto-hiding
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Toolbar | Keywords: | needs-design needs-patch 2nd-opinion |
| Focuses: | ui, css, administration | Cc: |
Description
Something that can get pretty crowded quickly is the Toolbar. I have three suggestions for improving this:
- The option to turn on/off text labels next to the icons
- The option to disable / enable certain plugins to add things to the toolbar
- The option to enable / disable auto-hiding, where the toolbar hides until you move your mouse up (similar to what lots of people use with their Mac's dock)
I'd love to hear your thoughts.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Thanks for the suggestions! Yes, the toolbar can get very crowded (#28983).
For now, a plugin could add any of these features. The first two options might be simpler within core, though, or at least simpler with changes to core.
:beforepseudo-element, but those can be onab-itemorab-iconelements (plus the#adminbarsearchform). So a plugin probably would need to specify each link that contains an icon and set a width (which would need to change at mobile sizes), with overflow hidden. Adding something likeab-has-iconas a meta class and usingab-iconspans within core links could help with consistency.