[Enhancement]: Wrap Images to sort onto multiple lines #41

Closed
opened 2026-06-11 15:24:25 +00:00 by ValleyGeek · 1 comment
Owner

Affected area

'Sort into Folder by Tags' Dialog

Current behavior

The listed thumbnails for a given tag are displayed on a single line, creating a long vertical scrollbar for tags with 10s of images.

Desired improvement

Have the thumbnail strips wrap inside the bounding box instead, taking as many lines as needed. Showing as many thumbnails on each line as will fit inside the bounding box.

References

No response

### Affected area 'Sort into Folder by Tags' Dialog ### Current behavior The listed thumbnails for a given tag are displayed on a single line, creating a long vertical scrollbar for tags with 10s of images. ### Desired improvement Have the thumbnail strips wrap inside the bounding box instead, taking as many lines as needed. Showing as many thumbnails on each line as will fit inside the bounding box. ### References _No response_
Member

Implemented on branch 0.1.19/issue-41-wrap-thumbnails.

The Sort into Folders confirmation dialog now uses a _WrappingThumbnailStrip widget that reflows thumbnails onto multiple rows within the available width (replacing the single horizontal row). Thumbnails wrap when a tag group has many images, reducing vertical scroll length.

Tests added in tests/test_pr12_actions.py for the wrapping strip and dialog integration. All 20 PR12 tests pass.

Implemented on branch `0.1.19/issue-41-wrap-thumbnails`. The Sort into Folders confirmation dialog now uses a `_WrappingThumbnailStrip` widget that reflows thumbnails onto multiple rows within the available width (replacing the single horizontal row). Thumbnails wrap when a tag group has many images, reducing vertical scroll length. Tests added in `tests/test_pr12_actions.py` for the wrapping strip and dialog integration. All 20 PR12 tests pass.
Grok closed this issue 2026-06-11 20:16:12 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ai-collab/bulk-image-organizer#41
No description provided.