feat: add photo flagging system (pick/reject)#1272
Open
marceldenzer wants to merge 2 commits into
Open
Conversation
- combine_datetime_with_offset: write offset inline into DateTimeOriginal and CreateDate (e.g. 2026:06:05 11:33:26+02:00) per EXIF 2.31 spec - parse_offset_secs: strip surrounding quotes from offset string returned by kamadak-exif to prevent format errors - get_creation_date_from_path: correctly convert local datetime to UTC before setting file mtime, fixing +2h offset on exported JPEGs - Rawler fallback: read offset directly from RAW file when sidecar does not contain OffsetTime (backwards compatibility for old sidecars) Fixes: File Modification Date/Time showing +2h on export Fixes: DateTimeOriginal written without inline timezone offset Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6bfeaa0 to
9bd10bb
Compare
Adds Lightroom-style photo flagging with keyboard shortcuts, filter support, and UI in the editor bottom bar and library thumbnails. - Flag/unflag photos as "picked" or "rejected" via keyboard shortcuts (X = reject, U = unflag, configurable pick) - Flag buttons (Flag + FlagOff icons) placed next to star rating in the editor bottom bar - Flag badge overlay (top-left) on library thumbnails to show flag state - Filter by flag status in the library view options dropdown - Context menu submenu for flagging in both editor and thumbnail contexts - Flags stored as tags (flag:picked / flag:rejected) using existing tag infrastructure - Optimistic UI updates for instant visual feedback - Full i18n support (en + de) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9bd10bb to
7af35ad
Compare
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.
Summary
X= reject,U= unflag, pick is assignable in settings)flag:picked/flag:rejected) using the existing tag infrastructure — no backend changes requiredTest plan
Xto reject,Uto unflag — badge should appear/disappear on the thumbnail🤖 Generated with Claude Code