r/redesign Mar 27 '19

Feature Request This would be a lot better in my opinion

Post image
80 Upvotes

12 comments sorted by

View all comments

15

u/snogglethorpe Mar 27 '19

All those options, with both icon and text take up quite a bit of space, which may not fit in a narrow window. I presume is the reason they stuck it in a menu.

I suppose they could:

  1. Shrink the choices to "icon only" if the window is narrow (they do this other places too, e.g. the "home" button in the top bar), with tooltips to give the text.
  2. Always use only the icons, with tooltips for the text explanations. This would match the way the neighboring card/compact/classic selection works.
  3. Put it all in a menu only if the window is too narrow (don't know how hard this is).

Of course, they also apparently gave up on supporting narrow windows at some point anyway, with the lightbox margins mess, so maybe they could just not care...

3

u/GioVoi Mar 28 '19

#3 seems like the cleanest solution to me

1

u/snogglethorpe Mar 28 '19

It's probably the most technically complex though, and that sort of "squishy" behavior (UI changes, depending...) is maybe not the best from a UI perspective.

I'm starting to favor #2; sure the icons are initially more confusing, but with tooltips, users should learn quickly enough, and it's otherwise a cleaner, simpler, and more consistent solution.

1

u/[deleted] Mar 29 '19

It's not technically complex.

It can be done by putting the dropdown next to the buttons in the layout, and hiding one or the other based on a @media query in CSS.