chore: mark US-011 complete, update progress log

This commit is contained in:
2026-02-15 14:36:19 +00:00
parent 4fe68aa1b2
commit 0e450c4b17
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -178,7 +178,7 @@
"Verify in browser using dev-browser skill" "Verify in browser using dev-browser skill"
], ],
"priority": 11, "priority": 11,
"passes": false, "passes": true,
"notes": "Simple revert of US-001. Phase state is on line 47 of App.tsx." "notes": "Simple revert of US-001. Phase state is on line 47 of App.tsx."
} }
] ]
+10
View File
@@ -190,3 +190,13 @@
- The label fontWeight 600 matches the dashboard's `CardHeader` convention (seen in `Card.tsx`) - The label fontWeight 600 matches the dashboard's `CardHeader` convention (seen in `Card.tsx`)
- The connection indicator gap of 8px matches the standard icon-text gap used in dashboard card headers - The connection indicator gap of 8px matches the standard icon-text gap used in dashboard card headers
--- ---
## 2026-02-15 - US-011: Re-enable boot sequence
- Changed initial Phase state from `'login'` back to `'boot'` in `src/App.tsx` line 47
- Reverts the dev shortcut from US-001, restoring the full boot → ECG → login → dashboard flow
- Typecheck and lint pass cleanly
- Files changed: `src/App.tsx`
- **Learnings for future iterations:**
- This is a simple one-line revert — the phase state controls the entire UI flow
- All 11 stories in this PRD are now complete
---