⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

feat(blog): add navigation arrows to lightbox#60

Merged
CalvinAllen merged 1 commit intomainfrom
feat/blog/lightbox-navigation
Jan 29, 2026
Merged

feat(blog): add navigation arrows to lightbox#60
CalvinAllen merged 1 commit intomainfrom
feat/blog/lightbox-navigation

Conversation

@CalvinAllen
Copy link
Collaborator

Summary

  • Add prev/next navigation buttons to the lightbox for cycling through all images in a blog post
  • Display image counter in footer (e.g., "1 / 5")
  • Support keyboard navigation with left/right arrow keys
  • Navigation stops at first and last image (no wrap-around)

Test plan

  • Open a blog post with multiple images
  • Click an image to open the lightbox
  • Verify prev/next arrows appear
  • Click next arrow to advance through images
  • Click prev arrow to go back
  • Verify arrows are disabled/dimmed at first and last images
  • Test keyboard navigation with arrow keys
  • Verify image counter updates correctly

- Add prev/next buttons to lightbox for navigating between post images
- Show image counter (e.g., "1 / 5") in footer
- Support keyboard navigation with arrow keys
- Disable arrows at first/last image (no wrap-around)
- Style navigation buttons to match existing lightbox design
@CalvinAllen CalvinAllen merged commit c00a5a2 into main Jan 29, 2026
2 checks passed
@CalvinAllen CalvinAllen deleted the feat/blog/lightbox-navigation branch January 29, 2026 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant