fix: storefront live search relative URLs + auth error messages + TPV clock

- Storefront: use relative URLs in api.ts (fix ERR_ADDRESS_UNREACHABLE)
- Auth: show specific error for EMAIL_NOT_CONFIRMED
- TPV: add clock with date/time, modern SVG icons, panel toggle left
This commit is contained in:
chattie
2026-08-24 16:13:02 +02:00
parent 3d404de25c
commit 30a0cd3552
9 changed files with 163 additions and 21 deletions

View File

@@ -7744,6 +7744,38 @@
},
"phase": "pos",
"completed_at": "2026-08-24T13:51:08Z"
},
{
"id": "SHOP-STOCK",
"type": "bug",
"title": "Storefront: Añadir al carrito respeta stock",
"description": "Añadir al carrito se salta restriccion de stock. Si hay 2 en stock se puede pedir 1 o 2, pero no 3.",
"priority": "high",
"risk": "low",
"status": "pending",
"created_at": "2026-08-24",
"gates": {
"reviewer": false,
"security": false,
"qa": false
},
"phase": "storefront"
},
{
"id": "SHOP-AUTH",
"type": "bug",
"title": "Storefront: Login register mismatch",
"description": "Email already registered en register pero iniciar sesion dice password incorrecto cuando es correcta.",
"priority": "high",
"risk": "low",
"status": "pending",
"created_at": "2026-08-24",
"gates": {
"reviewer": false,
"security": false,
"qa": false
},
"phase": "storefront"
}
]
}