[Enhancement]: Wrap Images to sort onto multiple lines #41
Labels
No labels
Kind/Bug
Kind/Feature
Priority/High
Priority/Medium
Reviewed/Confirmed
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ai-collab/bulk-image-organizer#41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
Implemented on branch
0.1.19/issue-41-wrap-thumbnails.The Sort into Folders confirmation dialog now uses a
_WrappingThumbnailStripwidget 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.pyfor the wrapping strip and dialog integration. All 20 PR12 tests pass.