Skip to content

Wireframe quick wins: lightbox gallery, vocab table, globe reframe#110

Merged
rdhyee merged 1 commit intomainfrom
fix/wireframe-quick-wins
Apr 10, 2026
Merged

Wireframe quick wins: lightbox gallery, vocab table, globe reframe#110
rdhyee merged 1 commit intomainfrom
fix/wireframe-quick-wins

Conversation

@rdhyee
Copy link
Copy Markdown
Contributor

@rdhyee rdhyee commented Apr 10, 2026

Summary

Three wireframe alignment fixes in one PR:

Test plan

  • 118/120 tests pass locally (2 pre-existing vocab detail failures — CI-only pages)
  • All 4 vocabulary index tests pass with new table format
  • GLightbox JS/CSS loaded on all pages
  • Gallery images have lightbox links (7 total across homepage showcase + about gallery)
  • Globe visually centered in screenshot
  • Verify lightbox click-through on live site after deploy

Closes #97, closes #100, closes #77

🤖 Generated with Claude Code

#97 - Enable lightbox for Photo Gallery: adds `lightbox: true` to
_quarto.yml. The existing `group="gallery"` attributes on all 6 images
now activate GLightbox with prev/next arrow navigation.

#100 - Improve Vocabularies table readability: replace broken auto-
generated listings with clean markdown tables. Remove redundant
collapsible callout. Add section headings for Core and Extension
vocabularies. Link extensions to their GitHub repos (pages are 404).

#77 - Globe hero reframe: raise camera to center globe in viewport
(was sitting low). Slow rotation from 15s to 18s per loop. Reduce
file size from 3.8 MB to 1.6 MB (90 frames, quality 35).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@rdhyee rdhyee merged commit 5580c38 into main Apr 10, 2026
2 checks passed
@rdhyee rdhyee deleted the fix/wireframe-quick-wins branch April 10, 2026 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve Vocabularies table readability Add navigation arrows to Photo Gallery Tweak animated globe hero: camera angle, speed, styling

1 participant