chore: mark US-028 complete, update progress log

This commit is contained in:
2026-02-14 21:42:17 +00:00
parent c5b0f7da43
commit 6e66cd631b
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -229,7 +229,7 @@
"Verify in browser using dev-browser skill: app starts at boot, progresses through ECG and login, arrives at the scaled dashboard"
],
"priority": 11,
"passes": false,
"passes": true,
"notes": "Simple revert of US-018."
}
]
+12
View File
@@ -203,3 +203,15 @@
- At 768px without sidebar or search bar, the TopBar cleanly shows brand + A.RECRUITER + session badge
---
## 2026-02-14 — US-028
- Reverted initial Phase state from 'pmr' back to 'boot' in src/App.tsx (line 47)
- Verified full sequence in browser: boot animation → ECG heartbeat → login screen → clicked Log In → dashboard loaded
- All phases transition correctly, dashboard renders with all scaled components
- npm run build and typecheck both pass
- Files changed: src/App.tsx
- **Learnings for future iterations:**
- This is the exact revert of US-018 — single line change on line 47: useState<Phase>('boot')
- The full boot→ECG→login sequence takes ~15 seconds before the login button becomes clickable
- Canvas2D warnings during ECG are expected (multiple readback operations) — not errors
---