- 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 |
||
|---|---|---|
| .. | ||
| api_auth.go | ||
| api_items.go | ||
| api_tags.go | ||
| api_upload.go | ||
| context.go | ||
| handler.go | ||
| home.go | ||
| item_page.go | ||
| media.go | ||
| proxy.go | ||
| router.go | ||
| templates.go | ||