Paratii-Video / paratii-portal

Component-based web-interface for uploading, browsing and organising content of Paratii's P2P network.
GNU General Public License v3.0
12 stars 5 forks source link

Where to show the sidebar(UserNav) if max-width: 1440px #790

Closed jrgarou closed 6 years ago

jrgarou commented 6 years ago

The UserNav is accessible by the avatar only, and this is not good. openusernav

Some options

  1. We could put a button(icon? text? where?) to toggle the UserNav

  2. We could create those same links(two) on MainNavigation and just shows them when reaches our breakpoint(max-width: 1440px).

image

This option brings a question: is the sidebar really necessary? The top header works good when min-width: 1441px(above our breakpoint) image.

We could put this informations on some page, like /profile and/or /my-videos image

What you think, guys?

pedrocasa commented 6 years ago

This option is the best one

''2- We could create those same links(two) on MainNavigation and just shows them when reaches our breakpoint(max-width: 1440px).'' ( im gonna design it now )

But I do think the sidebar is really important for future interactions, right now it doesn't have many buttons on it but it will be a necessary tool soon.

''We could put this information on some page, like'' I think this info is really important to our users and hide it in a specific page may be not such a good idea.

jellegerbrandy commented 6 years ago

@jrgarou @pedrocasa what is the status on this? Can I close it?

jrgarou commented 6 years ago

working on it, @jellegerbrandy We've removed the UserNav on mobile and put its items on main nav. I'll commit soon