feat(F-133): completed feature
This commit is contained in:
@@ -5388,6 +5388,23 @@
|
||||
"close": true
|
||||
},
|
||||
"completed_at": "2026-08-21T15:45:12Z"
|
||||
},
|
||||
{
|
||||
"id": "F-133",
|
||||
"type": "fix",
|
||||
"title": "Inline custom weight input inside the Peso unitario dropdown",
|
||||
"description": "En apps/admin/src/features/products/components/sections/PriceStockSection.tsx, el campo Peso unitario (Gr) tiene un <select> con presets [100,150,200,250,300,350,500,740,Personalizado...]. Cuando se elige 'Personalizado...', aparece un <input> separado debajo del select. El operador reporta que esto rompe la forma visual del grid. Fix: integrar el input custom DENTRO del mismo control (p. ej. <datalist> + input number con list attribute, o un input con suggestion datalist), para que sea un único campo visual.",
|
||||
"priority": "med",
|
||||
"risk": "low",
|
||||
"status": "done",
|
||||
"created_at": "2026-08-21",
|
||||
"gates": {
|
||||
"reviewer": true,
|
||||
"security": true,
|
||||
"qa": true,
|
||||
"close": true
|
||||
},
|
||||
"completed_at": "2026-08-21T16:44:42Z"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user