Replies: 3 comments 14 replies
-
I like option 2 the best as clearer from a user perspective. Just not a fan of the added line. What about moving the 2 buttons on each side of the hamburger? |
Beta Was this translation helpful? Give feedback.
-
As you can imagine my favorite is option 6 as it was my first attempt when I drafted #726. In case that's not an option I think option 2 is legit (thus my vote). Cellphones screen are huge now (I'm still struggling to find room for mine in my pockets) so I think we can afford the extra "sub header". At the moment it's 2/3 of the normal header height but we can also make it smaller. |
Beta Was this translation helpful? Give feedback.
-
Update - I had an idea for how we could get all of this functionality without changing the general UI structure of the header. Would love thoughts over in this PR: |
Beta Was this translation helpful? Give feedback.
-
Currently, we have sidebar toggle buttons on mobile that hide as you scroll down the page. This is kind-of annoying because you often want access to those buttons from other parts of the page (in particular, for the in-page table of contents).
However, it's not clear to me what is the right UX. Here are a few options and I'm curious if folks have opinions. I'll share a few options below and there's a poll at the bottom!
Option 1: Nest them in the header
Put them inside the header, but then users need to make a second click to expand the header before clicking the sidebar toggle
Option 2: Put them at the bottom of the header and always visible
Make them stick to the top under the header, but then we are taking up more vertical space for menu items.
Option 3: Do some JavaScript hacking to show the buttons on a scroll-up event
Make them show under the header via a "scroll up event" and a JavaScript hook, but that is some extra complexity and hackiness. This would be kind-of like Option 2, but they'd only show up when the user scrolled up.
Option 6 (not in poll): Put the toggle buttons on either side of the header
If you like this idea, 👍 this comment: #800 (reply in thread)
here's a demo:
Option 7 (not in poll): Put the buttons on either side of the header toggle
If you like this idea, 👍 this comment: #800 (reply in thread)
here's a demo:
Option 8 (not in poll): Put the buttons on either side of the header
If you like this idea, 👍 this comment: #800 (reply in thread)
here's a demo:
5 votes ·
Beta Was this translation helpful? Give feedback.
All reactions