Files
xevion.dev/.gitignore
Xevion e83133cfcc feat: add media upload pipeline with multipart support, blurhash generation, and R2 storage
- Add project_media table with image/video variants, ordering, and metadata
- Implement multipart upload handlers with 50MB limit
- Generate blurhash placeholders and resize images to thumb/medium/full variants
- Update ProjectCard to use media carousel instead of mock gradients
- Add MediaManager component for drag-drop upload and reordering
2026-01-14 22:34:15 -06:00

14 lines
133 B
Plaintext

.env*
/*.txt
web/node_modules/
target/
.vscode/
web/build/
web/.svelte-kit/
# CLI session file
.*-session
# Added by cargo
/target