FABRIC/src/tui/components
jedarden 5b350b9326
Some checks are pending
CI / test (18.x) (push) Waiting to run
CI / test (20.x) (push) Waiting to run
CI / test (22.x) (push) Waiting to run
test(bf-40cu): fix 6 failing unit tests
1. CrossReferencePanel.test.ts - moved vi.hoisted() outside vi.mock()
2. WorkerAnalyticsPanel.test.ts - moved vi.hoisted() outside vi.mock()
3. WorkerGrid.ts - render lastEvent.bead and lastEvent.msg in worker lines
4. WorkerGrid.ts - escape blessed color tags with double braces in template literals
5. WorkerGrid.test.tsx - use lastActivity (number) instead of lastSeen (ISO string)

All 2484 tests pass. Compile gates: tsc, build, build:web all pass.

Closes: bf-40cu
2026-05-26 17:16:39 -04:00
..
ActivityStream.e2e.test.ts feat(bd-29t): E2E test: ActivityStream displays scrolling log entries 2026-03-05 03:54:31 +00:00
ActivityStream.test.ts fix: ESM/CommonJS blessed import compatibility 2026-03-04 23:47:19 +00:00
ActivityStream.ts feat(tui): add missing command palette commands 2026-04-27 02:25:10 -04:00
BudgetAlertPanel.test.ts feat(bd-eir): complete FABRIC↔NEEDLE dovetail — wire cross-source dedup, add exporter docs 2026-04-21 19:35:39 -04:00
BudgetAlertPanel.ts feat(bd-hn5): Budget Alerts and Projections 2026-03-07 04:41:34 +00:00
CollisionAlert.test.ts fix: ESM/CommonJS blessed import compatibility 2026-03-04 23:47:19 +00:00
CollisionAlert.ts fix: enable blessed tags for color rendering in TUI components 2026-03-05 00:51:16 +00:00
CommandPalette.test.ts fix(tests): fix CommandPalette test mock instance capture 2026-05-22 16:08:57 -04:00
CommandPalette.ts feat(tui): add missing command palette commands 2026-04-27 02:25:10 -04:00
ConversationTranscript.test.ts fix: ESM/CommonJS blessed import compatibility 2026-03-04 23:47:19 +00:00
ConversationTranscript.ts fix: ESM/CommonJS blessed import compatibility 2026-03-04 23:47:19 +00:00
CrossReferencePanel.test.ts test(bf-40cu): fix 6 failing unit tests 2026-05-26 17:16:39 -04:00
CrossReferencePanel.ts fix: enable blessed tags for color rendering in TUI components 2026-03-05 00:51:16 +00:00
DependencyDag.test.ts fix: ESM/CommonJS blessed import compatibility 2026-03-04 23:47:19 +00:00
DependencyDag.ts fix: enable blessed tags for color rendering in TUI components 2026-03-05 00:51:16 +00:00
DiffView.test.ts docs(bf-48nk): close genesis bead - all gaps already implemented 2026-05-02 16:21:34 -04:00
DiffView.ts docs(bf-48nk): close genesis bead - all gaps already implemented 2026-05-02 16:21:34 -04:00
ErrorGroupPanel.test.ts fix: ESM/CommonJS blessed import compatibility 2026-03-04 23:47:19 +00:00
ErrorGroupPanel.ts fix: ESM/CommonJS blessed import compatibility 2026-03-04 23:47:19 +00:00
FileContextPanel.test.ts fix(tests): fix FileContextPanel test mock setup 2026-05-22 16:17:27 -04:00
FileContextPanel.ts fix(tests): make render() public and standardize hide/show methods 2026-05-22 16:23:20 -04:00
FileHeatmap.test.ts fix: ESM/CommonJS blessed import compatibility 2026-03-04 23:47:19 +00:00
FileHeatmap.ts feat(bd-iyz): Anomaly Detection for File Activity 2026-03-07 05:01:42 +00:00
FilterPanel.test.ts test(bd-3rf): Add comprehensive regression test suite for frankentui TUI 2026-03-19 23:21:19 -04:00
FilterPanel.ts fix: enable blessed tags for color rendering in TUI components 2026-03-05 00:51:16 +00:00
GitIntegration.test.ts feat(bd-1qq): Create GitIntegration TUI panel 2026-03-04 04:40:55 +00:00
GitIntegration.ts feat(bd-3o4): Git PR Preview 2026-03-07 05:19:27 +00:00
index.ts feat(bd-hn5): Budget Alerts and Projections 2026-03-07 04:41:34 +00:00
RecoveryPanel.test.ts feat(bd-eir): complete FABRIC↔NEEDLE dovetail — wire cross-source dedup, add exporter docs 2026-04-21 19:35:39 -04:00
RecoveryPanel.ts feat(bd-232): Implement P4-007 Recovery Playbook 2026-03-03 14:22:26 +00:00
SemanticNarrativePanel.test.ts test(bf-7x4z): fix 13 TypeScript type errors in test files 2026-05-26 17:11:47 -04:00
SemanticNarrativePanel.ts fix: enable blessed tags for color rendering in TUI components 2026-03-05 00:51:16 +00:00
SessionDigest.test.ts test(bd-3rf): Add comprehensive regression test suite for frankentui TUI 2026-03-19 23:21:19 -04:00
SessionDigest.ts fix: ESM/CommonJS blessed import compatibility 2026-03-04 23:47:19 +00:00
SessionReplay.test.ts fix: ESM/CommonJS blessed import compatibility 2026-03-04 23:47:19 +00:00
SessionReplay.ts feat(replay): add session replay export functionality 2026-04-30 16:22:16 -04:00
WorkerAnalyticsPanel.test.ts test(bf-40cu): fix 6 failing unit tests 2026-05-26 17:16:39 -04:00
WorkerAnalyticsPanel.ts feat(analytics): add worker-to-worker comparison mode 2026-04-28 14:05:00 -04:00
WorkerDetail.e2e.test.ts test(bf-7x4z): fix 13 TypeScript type errors in test files 2026-05-26 17:11:47 -04:00
WorkerDetail.test.ts test(bf-7x4z): fix 13 TypeScript type errors in test files 2026-05-26 17:11:47 -04:00
WorkerDetail.ts feat(bd-j1t): first-class worker state machine — NeedleState + gap-based stuck detection 2026-04-21 14:26:16 -04:00
WorkerGrid.e2e.test.ts test(bf-7x4z): fix 13 TypeScript type errors in test files 2026-05-26 17:11:47 -04:00
WorkerGrid.test.ts test(bf-7x4z): fix 13 TypeScript type errors in test files 2026-05-26 17:11:47 -04:00
WorkerGrid.ts test(bf-40cu): fix 6 failing unit tests 2026-05-26 17:16:39 -04:00