FABRIC/src/web
jeda 68624b081a feat(bd-1fe): Add RecoveryPanel component to web frontend
Port TUI RecoveryPanel.ts to React web frontend:
- Add RecoverySuggestion, RecoveryAction, and related types to types.ts
- Create RecoveryPanel.tsx component with:
  - Recovery suggestions list with expandable actions
  - Priority badges and category icons
  - Automated/manual action indicators
  - Execute and dismiss buttons for actions
  - Detail panel for selected suggestion
- Add CSS styles for recovery panel and toggle button
- Integrate RecoveryPanel into App.tsx with toggle button in header

All 442 tests pass.

Co-Authored-By: Claude Worker <noreply@anthropic.com>
2026-03-03 15:33:24 +00:00
..
frontend feat(bd-1fe): Add RecoveryPanel component to web frontend 2026-03-03 15:33:24 +00:00
index.ts feat(bd-2kf): Add comprehensive test coverage for parser and store 2026-03-03 10:43:24 +00:00
server.test.ts feat(bd-ak8): Add comprehensive web server unit tests 2026-03-03 14:53:53 +00:00
server.ts feat(bd-1mh): Add DependencyDag component to web frontend 2026-03-03 15:13:13 +00:00