rswag-online/frontend/app
Jeff Emmett 54ccbbc350 feat: add Upload Swag page with product mockup previews
Users can upload their own logo/design, see instant mockup previews on
shirts, stickers, and art prints via client-side Canvas compositing,
then save and activate the design to the store for ordering.

- Backend: POST /api/design/upload with file validation (type, size,
  dimensions), Pillow processing, saves to designs/uploads/
- Frontend: /upload page with drag-and-drop, real-time mockup gallery,
  activate/discard flow matching existing Design Swag pattern
- Fix: activate/delete endpoints now scan all category dirs instead of
  hardcoding stickers/
- Nav: "Upload Swag" button added to header and homepage CTAs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 12:38:58 -07:00
..
cart feat: add multi-tenant spaces with Fungi Flows storefront 2026-02-18 12:20:19 -07:00
design feat: add multi-tenant spaces with Fungi Flows storefront 2026-02-18 12:20:19 -07:00
products feat: add multi-tenant spaces with Fungi Flows storefront 2026-02-18 12:20:19 -07:00
upload feat: add Upload Swag page with product mockup previews 2026-02-18 12:38:58 -07:00
globals.css Initial commit: rSwag - merch store for the rSpace ecosystem 2026-02-18 03:24:22 -07:00
layout.tsx feat: add Upload Swag page with product mockup previews 2026-02-18 12:38:58 -07:00
page.tsx feat: add Upload Swag page with product mockup previews 2026-02-18 12:38:58 -07:00