feat(03-04): ImageGallery and ImageLightbox components

- ImageGallery renders horizontal scrolling thumbnails
- Edit mode shows delete buttons on images
- ImageLightbox provides fullscreen image viewer
- Keyboard navigation (Escape, arrows) in lightbox
- Click outside image or X button closes lightbox
- Image counter shown when multiple images
This commit is contained in:
Thomas Richter
2026-01-29 15:31:15 +01:00
parent 0188483036
commit eaf976f24b
4 changed files with 232 additions and 0 deletions

View File

@@ -37,6 +37,7 @@
"nanoid": "^5.1.6",
"sharp": "^0.34.5",
"svelte-gestures": "^5.2.2",
"svelte-lightbox": "^1.1.7",
"svelte-persisted-store": "^0.12.0",
"tailwindcss": "^4.1.18",
"zod": "^4.3.6"