feat(F-129): completed feature

This commit is contained in:
chattie
2026-08-21 18:11:19 +02:00
parent 69b882dd48
commit a67045d97c
10 changed files with 208 additions and 42 deletions

View File

@@ -0,0 +1,20 @@
{
"verdict": "APPROVED",
"reviewer": "qa",
"feature_id": "F-129",
"summary": "Build limpio, comportamiento esperado.",
"checks": [
"tsc --noEmit exit 0",
"npm run build exit 0",
"ServerLogViewer usa flex flex-col-reverse en el contenedor",
"No quedan referencias a autoScroll en el componente",
"No quedan referencias a bottomRef en el componente",
"No quedan referencias a scrollToBottom en el componente",
"Toolbar muestra solo botón Limpiar + status indicator + contador de líneas"
],
"evidence_files": [
"apps/admin/src/components/ServerLogViewer.tsx"
],
"notes": "Tras restart, /logs mostrará el evento más reciente arriba sin auto-scroll.",
"reviewed_at": "2026-08-21T16:11:00Z"
}