feat: quick screenshot upload at /upload

- Drop zone: drag and drop files
- Paste: Ctrl+V pastes clipboard screenshots directly
- Browse: file picker button
- Saves to platform/screenshots/ with timestamp filename
- Mounted as volume in frontend container
- Accessible from any device at dash.quadjourney.com/upload

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Yusuf Suleman
2026-04-01 21:31:13 -05:00
parent 02a9783d4f
commit 07cbec89c4
3 changed files with 144 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ services:
dockerfile: Dockerfile
container_name: platform-frontend-v2
restart: unless-stopped
volumes:
- ./screenshots:/app/screenshots
environment:
- ORIGIN=${PLATFORM_V2_ORIGIN:-https://dash.quadjourney.com}
- GATEWAY_URL=http://gateway:8100