feat: add EXIF info overlay to lightbox#7
Open
cwygoda wants to merge 1 commit into
Open
Conversation
71f56e3 to
3c6ba26
Compare
Add an info button (i) to the lightbox that displays image EXIF metadata: - Camera make/model and lens - Capture date and time - Exposure settings (focal length, aperture, shutter speed, ISO) - Artist and copyright - GPS coordinates with configurable map link Configuration options: - mapUrl in .zone5.toml for default map provider - PUBLIC_ZONE5_MAP_URL_TEMPLATE env var for override - mapUrl prop on Zone5Provider for programmatic control - Default: Google Earth Keyboard shortcuts: - Press 'i' to toggle info overlay - Escape closes overlay first, then lightbox 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
3c6ba26 to
b3ec68c
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
.zone5.tomlorPUBLIC_ZONE5_MAP_URL_TEMPLATEenv var)Test plan
🤖 Generated with Claude Code