-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFC add a menu to category pages #1842
Conversation
staging deploy at https://shields-staging-pr-1842.herokuapp.com |
First observations:
|
Mind merging master into this branch when you have a moment? I wrote some steps here: #1866 (comment) |
Good idea. Now I can easily move between categories. Before this I have to go back in browser to see all categories. |
Is it worth revisiting and giving this the last finishing (as a interim solution at least)? @chris48s This would help a lot with category and site navigation in general! |
With more categories being added such as |
I'm not particularly attached to it. I'm aiming to try and have a look at #2441 tomorrow. If you want to have a go at this once that's in, feel free. Cheers |
Reopened as #2682. |
Based on @tooomm 's #1808 (comment) on the new front-end design, I have put together a rough implementation based on that screenshot. This isn't intended as ready-to-merge, but it gives me a way to deploy something to staging so we can test something and move the conversation on.
A horizontal menu is probably not great for mobile users, so I've hidden it at low-res for now. In general I'd like to move towards a more mobile-friendly front-end although I'm aware that right now we are rendering most of our content in tables.
Something like this is probably OK as long as we have a relatively small number of categories (we've just increased to 11), but as discussed in #1762 (comment) I can see a case for moving to a situation where we might have a much larger number of menu items. I wonder if anyone has any ideas about how we could present this, particularly if we had many more 'categories' or 'headings' (more than you'd want on a single row).
Feedback generally welcome. Also probably worth keeping en eye on the issues as more users see the new layout.