feat(F-061): completed feature

This commit is contained in:
chattie
2026-08-19 16:56:06 +02:00
parent 5e2e935f76
commit e0411bc5a4
8 changed files with 195 additions and 15 deletions

View File

@@ -0,0 +1,14 @@
{
"feature_id": "F-061",
"agent": "reviewer",
"verdict": "APPROVED",
"summary": "Container no longer forces aspect-[5/7], which made the box narrower than the column and pushed the image to the left edge. New pattern matches /checkout: w-full fills the column, max-h-[500px] bounds height, object-contain centres the image. Fallback 🌿 now absolute-centred.",
"evidence": [
"git diff project/frontend/src/app/products/[slug]/page.tsx — removed aspect-[5/7]; added w-full; preserved max-h-[500px]; preserved object-contain on Image",
"curl /products/proteina-guisante-ecologica HTML — container is 'relative w-full max-h-[500px] ...'; no aspect-[5/7] left on this container",
"Image still has class='object-contain' (centred visually)",
"npx tsc --noEmit (frontend) — exit 0",
"./scripts/verify.sh — exit 0"
],
"timestamp": "2026-08-19T15:05:00Z"
}