Page MenuHomePhabricator

Make grid view thumbnails resizable (size selector / slider) (!16)
Closed, ResolvedPublic

Description

Grid view currently shows thumbnails at a single fixed size. Some users want bigger tiles to inspect images, others want smaller tiles to see more files at once. Add a size control (slider or stepped selector — small / medium / large) so the user can scale grid tiles to taste. The chosen size should persist across sessions (localStorage UI pref, same pattern as the other stashhub.* prefs).

Out of scope: Table view; focus mode (separate task).

Acceptance:

  • Grid view has a visible size control (slider or stepped buttons).
  • Adjusting it re-flows the grid live.
  • Choice persists across reloads.

Source: User feedback session, 2026-05-08.

Event Timeline

Daanvr triaged this task as Medium priority.
Daanvr lowered the priority of this task from Medium to Low.May 9 2026, 6:59 AM
Daanvr moved this task from To do to Doing on the Tool-upload-workbench board.

There should be even bigger options. Um and let's re change the three buttons with the three icon sizes, let's say. um let's change that for plus a minus um and have like two more bigger uh uh views where the where only basically two images are visible next to each other and something in between

Daanvr renamed this task from Make grid view thumbnails resizable (size selector / slider) to Make grid view thumbnails resizable (size selector / slider) (!16).May 11 2026, 2:12 PM

Iterated per feedback: replaced the 3 size buttons with plus / minus stepping over five sizes (small / medium / large / xlarge / xxlarge — the two extras drop the grid to roughly two tiles per row). Buttons disable at the boundaries. Preview updated: https://upload-workbench.toolforge.org/mr-16/

Released as v0.9.0 (MR !16 merged into main).