feat(F-061): completed feature
This commit is contained in:
@@ -3124,6 +3124,39 @@
|
||||
"close": true
|
||||
},
|
||||
"completed_at": "2026-08-19T14:49:16Z"
|
||||
},
|
||||
{
|
||||
"id": "F-061",
|
||||
"type": "fix",
|
||||
"title": "Product detail image not centered horizontally inside its column",
|
||||
"problem": "On product detail page the image container has aspect-5/7 max-h-500 so it becomes narrower than the column and gets left-aligned leaving empty space on the right side on desktop; on tablet widths similar empty space appears on the right of the image",
|
||||
"goal": "Image container centered horizontally inside its grid cell on every breakpoint",
|
||||
"scope_in": [
|
||||
"Add a centering flex wrapper around the image container; add max-w to keep image sensible on tablets; ensure the description cell remains left-aligned"
|
||||
],
|
||||
"scope_out": [
|
||||
"No API change",
|
||||
"no schema change"
|
||||
],
|
||||
"priority": "high",
|
||||
"risk": "low",
|
||||
"description": "Problem: On product detail page the image container has aspect-5/7 max-h-500 so it becomes narrower than the column and gets left-aligned leaving empty space on the right side on desktop; on tablet widths similar empty space appears on the right of the image. Goal: Image container centered horizontally inside its grid cell on every breakpoint. Scope IN: Add a centering flex wrapper around the image container; add max-w to keep image sensible on tablets; ensure the description cell remains left-aligned. Scope OUT: No API change, no schema change. Type: fix. Priority: high. Risk: low.",
|
||||
"acceptance": [
|
||||
"Image container centered horizontally inside its grid cell on desktop (2 cols) and mobile (1 col)",
|
||||
"No empty space on the right of the image on desktop with 2-col layout",
|
||||
"Image stays inside its bounding box on tablet widths (max-w cap)",
|
||||
"Description cell unchanged",
|
||||
"verify.sh is green"
|
||||
],
|
||||
"status": "done",
|
||||
"created_at": "2026-08-19",
|
||||
"gates": {
|
||||
"reviewer": true,
|
||||
"security": true,
|
||||
"qa": true,
|
||||
"close": true
|
||||
},
|
||||
"completed_at": "2026-08-19T14:56:06Z"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user