No description
Find a file
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
cmd/server Add password change functionality 2026-01-17 22:28:13 -05:00
internal Improve Twitter/X link handling and text formatting 2026-01-18 00:03:30 -05:00
vendor Add vendor directory and update vendorHash to null 2026-01-17 22:29:54 -05:00
.envrc Initial commit: Lookbook personal collection app 2026-01-17 01:09:23 -05:00
.gitignore Initial commit: Lookbook personal collection app 2026-01-17 01:09:23 -05:00
default.nix Add lookbook binary to system PATH 2026-01-17 22:38:14 -05:00
go.mod Add password change functionality 2026-01-17 22:28:13 -05:00
go.sum Add password change functionality 2026-01-17 22:28:13 -05:00
Makefile Initial commit: Lookbook personal collection app 2026-01-17 01:09:23 -05:00
Procfile Initial commit: Lookbook personal collection app 2026-01-17 01:09:23 -05:00
shell.nix Initial commit: Lookbook personal collection app 2026-01-17 01:09:23 -05:00