Opened 4 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.
:before
pseudo-element, but those can be onab-item
orab-icon
elements (plus the#adminbarsearch
form). 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-icon
as a meta class and usingab-icon
spans within core links could help with consistency.