Wrap Sort into Folders dialog thumbnails onto multiple lines (fixes #41) #43

Merged
ValleyGeek merged 2 commits from 0.1.19/issue-41-wrap-thumbnails into main 2026-06-11 20:47:38 +00:00
Member

Summary

Fixes #41. The Sort into Folders confirmation dialog now wraps per-tag thumbnail previews onto multiple rows within the dialog width instead of laying them out on a single horizontal strip.

Changes

  • Add _WrappingThumbnailStrip in sort_into_dialog.py to reflow thumbnails on resize
  • Add unit tests for the wrapping strip and dialog integration
  • Update USER_GUIDE.md and CHANGELOG.md
  • Bump VERSION to 0.1.20

Testing

  • ruff check / ruff format --check
  • pytest tests/test_pr12_actions.py (20 passed)
  • ./scripts/check-version-bump.sh
## Summary Fixes #41. The Sort into Folders confirmation dialog now wraps per-tag thumbnail previews onto multiple rows within the dialog width instead of laying them out on a single horizontal strip. ## Changes - Add `_WrappingThumbnailStrip` in `sort_into_dialog.py` to reflow thumbnails on resize - Add unit tests for the wrapping strip and dialog integration - Update `USER_GUIDE.md` and `CHANGELOG.md` - Bump `VERSION` to `0.1.20` ## Testing - `ruff check` / `ruff format --check` - `pytest tests/test_pr12_actions.py` (20 passed) - `./scripts/check-version-bump.sh`
ui: wrap sort-into dialog thumbnails onto multiple lines
Some checks failed
CI / test (pull_request) Has been cancelled
CI / nuitka-smoke (pull_request) Has been cancelled
CI / lint (pull_request) Has been cancelled
ce785d771e
Replace the single-row horizontal thumbnail strip in Sort into Folders
with a wrapping layout so large tag groups use vertical space instead of
a long horizontal scroll. Adds unit tests for the wrapping strip widget
and dialog integration.

VERSION set to 0.1.19-enhancement.41 for issue #41.
docs: PR-prep for issue 41 sort-into thumbnail wrapping
All checks were successful
CI / lint (pull_request) Successful in 10s
CI / test (pull_request) Successful in 3m22s
CI / nuitka-smoke (pull_request) Successful in 16m17s
faabc13c20
Update USER_GUIDE and CHANGELOG for wrapped thumbnail previews in the
Sort into Folders dialog. Bump VERSION to 0.1.20.
ValleyGeek deleted branch 0.1.19/issue-41-wrap-thumbnails 2026-06-11 20:47:38 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
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!43
No description provided.