mirror of
https://github.com/Xevion/xevion.dev.git
synced 2026-01-31 04:26:43 -06:00
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
This commit is contained in:
Vendored
+1
-1
@@ -7,7 +7,7 @@ web/build/
|
||||
web/.svelte-kit/
|
||||
|
||||
# CLI session file
|
||||
.xevion-session
|
||||
.*-session
|
||||
|
||||
# Added by cargo
|
||||
/target
|
||||
|
||||
Reference in New Issue
Block a user