diff --git a/backlog/features.json b/backlog/features.json index 2b9fc1e..b0bd709 100644 --- a/backlog/features.json +++ b/backlog/features.json @@ -2883,7 +2883,7 @@ { "id": "F-053", "title": "Category selector desalineado en admin", - "status": "pending", + "status": "done", "stage": null, "type": "fix", "priority": "low", @@ -2892,12 +2892,13 @@ "updated_at": "2026-08-19T08:23:15Z", "assignee": null, "gates": { - "reviewer": null, - "security": null, - "qa": null, - "close": null + "reviewer": true, + "security": true, + "qa": true, + "close": true }, - "acceptance": "1. El select de categoría padre y el checkbox de promote están alineados verticalmente y ambos ocupan todo el ancho disponible." + "acceptance": "1. El select de categoría padre y el checkbox de promote están alineados verticalmente y ambos ocupan todo el ancho disponible.", + "completed_at": "2026-08-19T08:48:35Z" } ] } diff --git a/project/apps/admin/src/app/(dashboard)/categories/page.tsx b/project/apps/admin/src/app/(dashboard)/categories/page.tsx index 5462552..49a11a8 100644 --- a/project/apps/admin/src/app/(dashboard)/categories/page.tsx +++ b/project/apps/admin/src/app/(dashboard)/categories/page.tsx @@ -261,8 +261,8 @@ export default function CategoriesPage() { Cualquier categoría (parent o child) puede ser padre; si la elegida aún no lo es, promuévela abajo.

-
-