feat: batch metadata editing + sync across selected images#1310
Open
SandeepSubba wants to merge 1 commit into
Open
feat: batch metadata editing + sync across selected images#1310SandeepSubba wants to merge 1 commit into
SandeepSubba wants to merge 1 commit into
Conversation
- Opening an image that's part of a multi-selection now preserves the whole selection instead of collapsing to the opened image, so batch actions keep targeting every selected image. - Creator Details edits (Title/Author/Copyright/Comments) now apply to all selected images, with a "Edits apply to all N selected images" hint. The backend already wrote every path it received; it just never got the others. - Add a "Sync to N selected" action that copies the focused image's creator details to every selected image at once. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Description
Lets you edit image metadata (Title / Author / Copyright / Comments) across
multiple selected images at once, and adds a one-click action to sync one
image's creator details to the rest of the selection.
Type of Change
Changes Made
selection instead of collapsing it to the opened image, so batch actions keep
targeting every selected image. Opening a fresh single image is unchanged.
all N selected images" hint. (The backend already wrote every path it received;
it just never got the others.)
Copyright/Comments to every selected image at once.
Screenshots/Videos
Testing
Built and ran via
tauri dev. (Reviewer: please tick this box once you've run areal multi-select edit/sync — see note below.)
Test Configuration:
Checklist
Additional Notes
.rrdatasidecars (the app's metadata store),consistent with the existing single-image metadata behavior; they're embedded
on export with "keep metadata".
npm run typechecksurfaces pre-existing strict-tscerrors in the repounrelated to this PR; the Vite/esbuild build does not gate on them.
AI Disclaimer: