This is the current navbar.

This is as narrow as I can get the Window before it has to collapse to a menu button. With Audio and Text items in the roadmap, plus Playlists and such, we're going to run out of room in the navbar. We need to think about reworking it.
Some design considerations:
- we need to maintain single-click navigation for at least the most used buttons. I know that I will be bothered if I suddenly need to do two clicks to go to Scenes, Performers and Studios.
- the navitems fit into categorical groups. Scenes, Markers and Movies would fall under a
Video group, and Images and Galleries would fall under an Image group, and the rest could go under Metadata.
- saved queries are in the roadmap and should ideally be accessible from the navbar.
- we should consider that on desktops, there is a lot more horizontal real estate than there is vertical
- we should ensure consistency between desktop and mobile views
Possible designs:
- on desktops, group navitems into the groups mentioned above (
Metadata probably wouldn't need to grouped). The groups would be implemented as a hover dropdown button. Pornhub does something like this, as does xhamster:

- we could potentially save some horizontal realestate by increasing the height of the navbar and placing the icons above the text, with a squarer button - like how Sonarr/Radarr do it:

This would mean a loss of vertical real estate which I'm loathe to lose.
- move the items into a clickable menu like how the mobile view is currently. I'd rather not do this since it adds an extra click to all those top-level objects.
- move the items into a sidebar. Plex has this, for example:

Said sidebar is collapsible to it's icons, with the More > button only accessible when not collapsed. On most widescreens, we'd probably be losing less proportional real estate horizontally than vertically, and definitely less when collapsed. It would mean that some of our screens would need to be redesigned (the scene detail page for example).
- show only the first x items that will fit and put the rest into a
More... menu button. Menu item configuration would then be order as well as inclusion.
This is the current navbar.
This is as narrow as I can get the Window before it has to collapse to a menu button. With Audio and Text items in the roadmap, plus Playlists and such, we're going to run out of room in the navbar. We need to think about reworking it.
Some design considerations:
Videogroup, and Images and Galleries would fall under anImagegroup, and the rest could go underMetadata.Possible designs:
Metadataprobably wouldn't need to grouped). The groups would be implemented as a hover dropdown button. Pornhub does something like this, as does xhamster:This would mean a loss of vertical real estate which I'm loathe to lose.
Said sidebar is collapsible to it's icons, with the
More >button only accessible when not collapsed. On most widescreens, we'd probably be losing less proportional real estate horizontally than vertically, and definitely less when collapsed. It would mean that some of our screens would need to be redesigned (the scene detail page for example).More...menu button. Menu item configuration would then be order as well as inclusion.