ordinarthur d44bad4c68
All checks were successful
Build & Deploy to K3s / build-and-deploy (push) Successful in 2m52s
feat(admin): multi-image carousel with add/remove in product editor
Rewrite ImageUploadSlot to read the full images array via
useField({ path: 'images', hasRows: true }), resolve each row's
media id via /api/media/<id>, and render prev/next arrows on hover,
dot navigation, and a remove button. Uploading appends a new row via
dispatchFields ADD_ROW.

Dots are 14px black squares with a 1px yellow border and a 6px yellow
inner square when active.

Frontend already supports multi-image carousel (main.js) via
data-images JSON on product cards — no frontend changes needed.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-21 18:08:10 +02:00
..