mycopunk-swag-store/frontend
Jeff Emmett 286eb2f06c feat: add product detail page with add-to-cart functionality
- Create dynamic product page at /products/[slug]
- Add variant selection buttons
- Add quantity controls
- Implement cart management with localStorage cart_id
- Update cart page with product images, quantity controls, and remove functionality

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 00:02:14 +00:00
..
app feat: add product detail page with add-to-cart functionality 2026-02-01 00:02:14 +00:00
lib chore: Add frontend lock file and utils 2026-01-29 17:06:33 +00:00
public fix: Ensure public directory exists in Docker build 2026-01-29 19:15:08 +00:00
Dockerfile fix: Ensure public directory exists in Docker build 2026-01-29 19:15:08 +00:00
next-env.d.ts fix: Handle integer SKUs in design metadata 2026-01-29 17:50:38 +00:00
next.config.mjs feat: Initialize mycopunk-swag-store e-commerce platform 2026-01-29 16:59:45 +00:00
package-lock.json chore: Add frontend lock file and utils 2026-01-29 17:06:33 +00:00
package.json feat: Initialize mycopunk-swag-store e-commerce platform 2026-01-29 16:59:45 +00:00
postcss.config.mjs feat: Initialize mycopunk-swag-store e-commerce platform 2026-01-29 16:59:45 +00:00
tailwind.config.ts feat: Initialize mycopunk-swag-store e-commerce platform 2026-01-29 16:59:45 +00:00
tsconfig.json feat: Initialize mycopunk-swag-store e-commerce platform 2026-01-29 16:59:45 +00:00