joomla / backend-template

backend template for Joomla 4 working area
GNU General Public License v2.0
13 stars 23 forks source link

Make quicicons more compact #425

Closed chmst closed 5 years ago

chmst commented 5 years ago

Summary of Changes

Make quickicons more compact. This is an alternative to the original design with two separate buttons. I removed the text from additional button. The Text remains as beefore for screenreaders and is added as titile to the link.

quickicons-compact

@brianteeman could you please have a look here to make sure that it does not affect a11y.

brianteeman commented 5 years ago

From a design perspective it is better

As I said before there is an a11y issue with the code (same problem with the menu) - still trying to get a proper fix for that but it should not hold up merging this

simbus82 commented 5 years ago

Nice! Better than before! But i think you have to move the "counter" out of the space between the icon and his label. It's really wrong for an UI "breaking" the proximity between icon and his label.

image This type of counters, in common use and in the UI that the user expects, are like notifications and must be positioned in a more recognizable way

Furthermore, a number that appears there without a different style seems like an error, not an information

Example: image

bembelimen commented 5 years ago

I think if we move the number, the context is missing: 1 user 0 articles 3 modules

C-Lodder commented 5 years ago

Or just remove the counter completely?

chmst commented 5 years ago

Now on dev 4.0 https://github.com/joomla/joomla-cms/pull/25865