lookbook/internal/handlers
soup 007e167707
Add support for multiple images from Twitter links
- Fetch all images from Twitter syndication API (photos array)
- Store images with unified 'image' media type (first = thumbnail by ID order)
- Display multi-image tweets in grid layout on detail page
- Add hover cycling through images on home grid (2s interval)
- Show image count indicator on multi-image items
- Extract shared downloadAndStoreImages() helper for create/refresh
- Add migration to convert existing thumbnail/gallery types to image
- Make images clickable to open in new tab on detail page
2026-01-17 13:28:20 -05:00
..
api_auth.go Initial commit: Lookbook personal collection app 2026-01-17 01:09:23 -05:00
api_items.go Add support for multiple images from Twitter links 2026-01-17 13:28:20 -05:00
api_tags.go Initial commit: Lookbook personal collection app 2026-01-17 01:09:23 -05:00
api_upload.go Add support for multiple images from Twitter links 2026-01-17 13:28:20 -05:00
context.go Initial commit: Lookbook personal collection app 2026-01-17 01:09:23 -05:00
handler.go Initial commit: Lookbook personal collection app 2026-01-17 01:09:23 -05:00
home.go Add support for multiple images from Twitter links 2026-01-17 13:28:20 -05:00
item_page.go Add support for multiple images from Twitter links 2026-01-17 13:28:20 -05:00
media.go Initial commit: Lookbook personal collection app 2026-01-17 01:09:23 -05:00
proxy.go Add video proxy to fix Firefox tracking protection blocking Twitter videos 2026-01-17 01:39:49 -05:00
router.go Initial commit: Lookbook personal collection app 2026-01-17 01:09:23 -05:00
templates.go Initial commit: Lookbook personal collection app 2026-01-17 01:09:23 -05:00