[Enhancement]: GoTo Next Unreviewed Dupe Group Button #131
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#131
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
Duplicate Group Toolbox
Current behavior
N/A
Desired improvement
Add a button at the top of the duplicate toolbox to jump to the next unreviewed duplicate group.
References
No response
Implemented on branch
0.2.4/issue-131-next-unreviewed-button(stacked on0.2.4/issue-113-keep-group-onscreen; pushed, awaiting PR tomain):dupe_group_review_status()used by the toolbox list and Dupe Grid icons).set_active_tag()/_scroll_active_button_into_view()path from issue #113, so jumping via this button automatically scrolls the toolbox to keep the new active group on screen.core/dupe_tags.find_next_unreviewed_tag()handles the wraparound lookup logic, unit-tested independently of any widget.Added
tests/test_dupe_next_unreviewed.py(10 tests: pure lookup logic + widget-level enable/disable/click behavior). Full suite 603 passed/1 skipped (up from 593 baseline), ruff clean, UI-exit smoke clean. This is the fourth branch in the v0.3.0 tranche (VERSIONbumped 0.3.2 → 0.3.3).Closing — PR #143 is open against
main.