[Enhancement]: Bounce to Last Image #72
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#72
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
Image Viewer (All Areas)
Current behavior
N/A
Desired improvement
Assign a hotkey to bounce to the last displayed image. This would bounce between two images, allowing the user to select a non-adjacent image from the filmstrip then quickly flip between the two.
References
No response
Implemented on branch
0.1.44/issue-55-58-72-87-grid-nav-zoom(chained off the previous dev branch, not merged tomainyet).Added a new
Bviewer shortcut (customizable like other viewer shortcuts) that bounces to the previously displayed image, and bounces back again on a second press — implemented viaImageViewerSub._last_session_index, updated at the single_go_to_session_index()chokepoint that all viewer navigation (prev/next, filmstrip clicks, etc.) already funnels through, so it stays correct regardless of how you got to the current image. Covered by new tests intests/test_pr8_viewer.py.Bundled with #58, #55, and #87 in the same branch/PR.