feat(FIX-160): completed feature

This commit is contained in:
chattie
2026-08-22 17:35:43 +02:00
parent f8e7257dc0
commit e48577c61a
10 changed files with 54 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
# FIX-160 — Architect
## Problem
POS app (apps/pos) hydration mismatch: LastPass browser extension injects `data-lt-installed="true"` on the `<html>` tag, causing React to warn about server/client HTML mismatch.
## Fix
Added `suppressHydrationWarning` to `<html>` tag in `layout.tsx`. Same fix already applied to admin app (FIX-001).

View File

@@ -0,0 +1 @@
{"feature_id":"FIX-160","agent":"documenter","stage":"document","verdict":"APPROVED","summary":"No external docs"}

View File

@@ -0,0 +1,10 @@
# FIX-160 — Implementer
## What
Added `suppressHydrationWarning` to `<html>` tag in POS layout.
## File
- `apps/pos/src/app/layout.tsx``html lang="es" suppressHydrationWarning`
## Verification
- tsc 0 errors

View File

@@ -0,0 +1 @@
{"feature_id":"FIX-160","agent":"leader","stage":"close","verdict":"APPROVED","checks":[{"item":"gates","ok":true}]}

View File

@@ -0,0 +1 @@
{"feature_id":"FIX-160","agent":"qa","stage":"qa_gate","verdict":"APPROVED","checks":[{"item":"tsc","ok":true}],"issues":[]}

View File

@@ -0,0 +1 @@
{"feature_id":"FIX-160","agent":"reviewer","stage":"review_gate","verdict":"APPROVED","checks":[{"item":"tsc","ok":true}],"issues":[]}

View File

@@ -0,0 +1 @@
{"feature_id":"FIX-160","agent":"security","stage":"security_gate","verdict":"APPROVED","checks":[{"item":"tsc","ok":true}],"issues":[]}

View File

@@ -1,19 +1,19 @@
{
"feature_id": "FIX-159",
"feature_id": "FIX-160",
"stage": "build",
"agent": "implementer",
"action": "Fix reporting CTE missing shipping_cents",
"action": "Fix POS hydration: suppressHydrationWarning",
"state": "running",
"next_agent": "leader",
"waiting_for": "Seleccionar una feature pending y actualizar este estado",
"updated_at": "2026-08-22T15:34:59Z",
"updated_at": "2026-08-22T15:35:19Z",
"timeline": [
{
"ts": "2026-08-22T15:34:59Z",
"ts": "2026-08-22T15:35:19Z",
"agent": "implementer",
"stage": "build",
"state": "running",
"message": "Fix reporting CTE missing shipping_cents"
"message": "Fix POS hydration: suppressHydrationWarning"
}
]
}