Add ⏮ First button and ◀ Prev Untagged mode to navigation row#6
Draft
Add ⏮ First button and ◀ Prev Untagged mode to navigation row#6
Conversation
…ate requirements.txt Co-authored-by: jad507 <194408899+jad507@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add sorting for custom tags and implement load hotkeys button
Add tag sorting and "Load Hotkeys from File" to Configure Hotkeys dialog
Mar 17, 2026
Co-authored-by: jad507 <194408899+jad507@users.noreply.github.com>
Copilot
AI
changed the title
Add tag sorting and "Load Hotkeys from File" to Configure Hotkeys dialog
Fix tests to use pathlib.Path instead of bare strings
Mar 17, 2026
Co-authored-by: jad507 <194408899+jad507@users.noreply.github.com>
Copilot
AI
changed the title
Fix tests to use pathlib.Path instead of bare strings
Add ⏮ First button and ◀ Prev Untagged mode to navigation row
Mar 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The navigation row lacked a way to jump to the first image, and the "untagged" checkbox only affected the Next button — not Prev.
Navigation row changes
⏮ Firstbutton inserted to the left of◀ Prev; jumps to index 0◀ Prevnow mirrors the untagged checkbox: when checked, it transforms to◀ Prev Untaggedand navigates backward to the nearest untagged imageprev_action)New methods
first_image()current_index = 0, shows imageprev_action()prev_image()orprev_untagged()prev_untagged()current_index - 1; shows status message if none found_on_next_mode_changednow toggles bothself.prev_btnandself.next_btnlabels together.prev_btnwas promoted from a local variable toself.prev_btnto allow this.✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.