FABRIC/src/tui/components
jedarden 6e3049dc1a feat(tui): add missing command palette commands
Add missing commands to TUI command palette as listed in docs/plan.md:
- worker:<id> - Jump to worker detail view
- bead:<id> - Show all events for a bead (cross-reference view)
- file:<pattern> - Show all operations on matching files
- filter:last:<duration> - Filter to last N minutes (e.g., 5m, 1h)
- goto:<timestamp> - Jump to specific timestamp in activity stream
- export - Export current view to .fabric-replay file
- export:link - Generate shareable base64 link
- export:import - Import replay file

Also added support methods in ActivityStream:
- setTimeFilter() for time-based filtering
- scrollToTimestamp() for timestamp navigation
- Enhanced setFilter() to support beadId and filePattern

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-27 02:25:10 -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 feat(bd-288): add FABRIC web server persistent service script 2026-03-09 15:01:48 +00: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.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.ts fix: enable blessed tags for color rendering in TUI components 2026-03-05 00:51:16 +00: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.ts feat(bd-2u6): File Context Panel (Split View) implementation 2026-03-07 12:24:28 +00: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.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(bd-1dq): Export Session Replay 2026-03-07 05:11:13 +00:00
WorkerAnalyticsPanel.ts fix: enable blessed tags for color rendering in TUI components 2026-03-05 00:51:16 +00:00
WorkerDetail.e2e.test.ts feat(bd-j1t): first-class worker state machine — NeedleState + gap-based stuck detection 2026-04-21 14:26:16 -04:00
WorkerDetail.test.ts feat(bd-eir): complete FABRIC↔NEEDLE dovetail — wire cross-source dedup, add exporter docs 2026-04-21 19:35:39 -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(bd-2x9): Add E2E test for WorkerGrid status color rendering 2026-03-19 22:30:15 -04:00
WorkerGrid.test.ts feat(bd-3ih): Improve color scheme contrast in TUI panels 2026-03-05 03:54:06 +00:00
WorkerGrid.ts feat(bd-j1t): first-class worker state machine — NeedleState + gap-based stuck detection 2026-04-21 14:26:16 -04:00