[Feature] General screen space optimization — sidebar, Space header banner, and filter panel together leave too little room for the actual photos, especially on smaller and medium screens #912
photoserver-pro
started this conversation in
Ideas
Replies: 1 comment
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
On smaller and medium sized screens, several UI elements together take up a large portion of the available screen space, leaving comparatively little room for the actual photo grid, which is the core content people come to Noodle for. This is a general space optimization request, not about a single element. The main navigation sidebar is one example, but the same screenshot also shows a large header/banner area for a Space, a full width hero image with the Space name, description, and photo count overlaid, taking up a large vertical portion of the screen, plus the Filter panel, all present and expanded at the same time by default.
The sidebar behavior in particular is also inconsistent across screen sizes and orientations, which suggests the underlying logic isn't a deliberate design decision but more a side effect of fixed width thresholds:
Describe the solution you'd like
Rather than treating each of these elements independently, the overall design goal should be maximizing the actual photo viewing area, especially on tablets and other smaller/medium screens. Concretely:
Describe alternatives you've considered
Manually collapsing the Filter panel via its own close button already helps somewhat, but there is no equivalent way to collapse the main navigation sidebar or reduce the Space header banner, and the current sidebar behavior differs unpredictably between device sizes and orientations rather than following one clear, consistent rule.
Impact
Photos are the actual content people come to Noodle for. On tablets in particular, a device otherwise well suited for browsing a photo library, a large and inconsistently applied amount of screen space is used by navigation chrome, branding, and filters rather than content. Optimizing all of these together, not just the sidebar, would make a meaningfully larger difference in how much of the screen is actually usable for looking at photos, and would make the layout behave consistently and predictably across screen sizes and orientations.
Screenshots
All reactions