[Enhancement]: Keep Selected Dupe Group Button On Screen #113
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#113
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
As duplicate groups are reviewed the duplicate group toolbox stays in a fixed location
Desired improvement
When a duplicate group is reviewed scroll the duplicate group toolbar down to keep the newly active group button 40% from the top.
References
No response
Implemented on branch
0.2.4/issue-113-keep-group-onscreen(pushed, stacked on0.2.4/issue-136-keep-dropdown, not yet merged tomain— awaiting PR):DupeContainer) now scrolls automatically whenever the active group changes, keeping the active group's button ~40% from the top of the visible list, clamped at the ends so it never scrolls past the first/last group.W/Skeyboard prev/next, Keep/AoK auto-advance, programmatic selection — funnels through one shared method (_scroll_active_button_into_view()), so future navigation entry points (e.g. issue #131's upcoming "next unreviewed" button) inherit this behavior automatically._compute_scroll_target()).Added
tests/test_dupe_active_button_scroll.py(6 tests: pure-function math + click/keyboard/programmatic integration viaqtbot). Full suite (593 passed), ruff, and the UI-exit smoke all pass. This is the third branch in the v0.3.0 tranche (VERSION0.3.1 → 0.3.2).Closing — PR #142 is open against
main.