lookbook/internal/handlers
soup 4a2cb341fa
Improve Twitter/X link handling and text formatting
- Use FxTwitter API for full note tweet text (with syndication API fallback)
- Save Twitter posts based on media content:
  - Videos → embed type (proxied video)
  - Images → image type (gallery)
  - Text-only → quote type
- Add granular preview badges: 'X VIDEO', 'X GALLERY', 'X POST'
- Preserve formatting/spacing with white-space: pre-wrap for quotes and descriptions
- Rename VideoInfo to EmbedInfo for better semantic clarity
2026-01-18 00:03:30 -05:00
..
api_auth.go Add password change functionality 2026-01-17 22:28:13 -05:00
api_items.go Improve Twitter/X link handling and text formatting 2026-01-18 00:03:30 -05:00
api_tags.go Initial commit: Lookbook personal collection app 2026-01-17 01:09:23 -05:00
api_upload.go Improve Twitter/X link handling and text formatting 2026-01-18 00:03:30 -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 Improve Twitter/X link handling and text formatting 2026-01-18 00:03:30 -05:00
item_page.go Improve Twitter/X link handling and text formatting 2026-01-18 00:03:30 -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