spaxel/mothership
jedarden 670d7cef87 feat(timeline): add search and filter bar to sidebar timeline
Implement comprehensive filter bar with checkboxes for event categories
(Presence, Zones, Alerts, System, Learning), person and zone dropdowns,
date range selector, and text search with fuzzy matching.

- Client-side filtering on loaded events for instant response
- Server-side date range queries with since/until parameters
- FTS5 full-text search for fuzzy matching on descriptions
- Cursor-based pagination supporting 500+ results
- Virtualized rendering with IntersectionObserver for performance
- Active filters display with removable tags

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-04 01:17:07 -04:00
..
cmd feat(events): internal event bus already implemented; wire explainability requests in fusion loop 2026-04-25 11:01:34 -04:00
internal fix(timeline): replace unsafe drop-oldest with drop-new on queue overflow 2026-05-04 00:28:21 -04:00
tests/e2e fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
go.mod feat: implement spatial quick actions context menu for 3D scene 2026-04-10 22:56:17 -04:00
go.sum feat: implement spatial quick actions context menu for 3D scene 2026-04-10 22:56:17 -04:00
mothership feat(timeline): add search and filter bar to sidebar timeline 2026-05-04 01:17:07 -04:00
sim feat(timeline): add search and filter bar to sidebar timeline 2026-05-04 01:17:07 -04:00
test_goroutine feat: implement webhook action firing & fault tolerance for automations 2026-04-06 21:39:51 -04:00
test_syntax feat: implement webhook action firing & fault tolerance for automations 2026-04-06 21:39:51 -04:00