-
Notifications
You must be signed in to change notification settings - Fork 46
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
Added home, settings and explore menu entries back into sidebar #336
base: main
Are you sure you want to change the base?
Conversation
@Tywele is attempting to deploy a commit to the Xylight's projects Team on Vercel. A member of the Team first needs to authorize it. |
I'm not sure what kind of plan Xylight has for the sidebar, but I agree on having all fundamental navigation there. There are more things that could be changed in the sidebar. I'm not sure if they're all good ideas, but I'll just throw them here anyway.
|
The issue with this is that it removes location cohesion. Currently, the sidebar is associated with everything related to your account. (Profile, inbox, saved, account switcher, communities), and the navbar is associated with navigation to common pages. If I were to add these into the sidebar, I'd probably have to commit hard and completely remove the regular navbar, but this would ruin people's muscle memory. |
To be fair with the change to the navbar you've already ruined people's muscle memory once. |
The legacy navigation layout still exists? You just set both panel mode and position to "adaptive" |
But that doesn't bring back the menu entries in the sidebar. That's the point. Even with both set to adaptive my muscle memory (and probably lot's of other people's) is completely useless with any version past 1.28 |
The option for this could be called "Legacy Sidebar" or something. |
That's an interesting idea that I would like to spin a bit further: Since every menu entry in the sidebar is accessible some other way anyway (mainly through the Profile Picture menu in the top right). You could take this concept and make a setting to select which menu entries in the sidebar are shown (and in which order) instead of pins that are on top of it. The default could either be the layout it is right now or the sidebar would only contain Favorites, Moderates and Subscribed. What do you think of that? I would also take a shot at it if you don't want to invest the time in it. |
The pins system is easier to code, but I could try that. |
I think the new navigation layout is too different from the old layout and messes up muscle memory and the frontpage button is also too far away and leads to too much mouse movement for a button that is regularly used.
I have moved the frontpage, settings, and explore buttons back to the sidebar for easier access and kept everything else as is.