feat: add image lightbox for documentation images - #23
Merged
Conversation
Implements a click-to-expand lightbox overlay for all images within documentation prose content. Enhances user experience by allowing full-screen image viewing with keyboard navigation and proper accessibility support. Key features: - Click or Enter/Space to expand images in overlay - ESC key or click-outside to close - Focus management and keyboard accessibility - Responsive sizing with smooth transitions - Dark theme overlay with backdrop blur
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThis PR introduces a documentation image lightbox feature with comprehensive CSS styling, client-side JavaScript functionality for lightbox interactions and keyboard navigation, and updates to the docs content component styling class. The CSS definitions appear duplicated in the diff. Changes
Comment |
5 tasks
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.
Implements a click-to-expand lightbox overlay for documentation images, enhancing the user experience when viewing visual content.
Key Features
Implementation
.docs-proseclass to article wrapper for scoped selectors