lookbook/internal
soup 2887d9c430
Add Twitter video support and use sql.Null[T] for nullable columns
- Store Twitter video URLs in embed_video_url column instead of downloading
- Play videos directly from Twitter's CDN in <video> element
- Fix Twitter API parsing (content_type/url fields)
- Strip t.co URLs from tweet text descriptions
- Use sql.Null[T] generic type for nullable DB columns
- Add Nullable[T] and Ptr[T] helper functions
- Add play indicator overlay for video items in grid
- Add migration for embed_video_url column
2026-01-17 01:23:32 -05:00
..
components Initial commit: Lookbook personal collection app 2026-01-17 01:09:23 -05:00
data Add Twitter video support and use sql.Null[T] for nullable columns 2026-01-17 01:23:32 -05:00
embed Add Twitter video support and use sql.Null[T] for nullable columns 2026-01-17 01:23:32 -05:00
handlers Add Twitter video support and use sql.Null[T] for nullable columns 2026-01-17 01:23:32 -05:00
middleware Initial commit: Lookbook personal collection app 2026-01-17 01:09:23 -05:00
migrations Add Twitter video support and use sql.Null[T] for nullable columns 2026-01-17 01:23:32 -05:00
opengraph Initial commit: Lookbook personal collection app 2026-01-17 01:09:23 -05:00
static Add Twitter video support and use sql.Null[T] for nullable columns 2026-01-17 01:23:32 -05:00
video Initial commit: Lookbook personal collection app 2026-01-17 01:09:23 -05:00