spaxel/mothership/internal
jedarden 21020e9fc9 feat(timeline): add tap-to-jump time-travel coordination
When timeline event is clicked in expert mode, emit jump_to_time command
with event timestamp. The time-travel player pauses live playback, seeks
CSI recording buffer to timestamp, and begins replay. Selected event
highlights in timeline and "Now replaying" chip appears in header.

Backend: POST /api/replay/jump-to-time creates replay session centered
on timestamp, replaces previous active session. Frontend: handleSeek()
in sidebar-timeline delegates to SpaxelReplay.jumpToTime() which calls
the API, shows replay control bar, and notifies Viz3D.

Tests: 7 Go test cases for jump-to-time endpoint, 8 JS test cases for
tap-to-jump interaction, event highlighting, and now-replaying chip.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-24 12:08:39 -04:00
..
analytics fix: resolve analytics API test failures and improve corridor response format 2026-04-11 08:34:24 -04:00
apdetector feat: implement OUI lookup function 2026-04-09 06:27:26 -04:00
api feat(timeline): add tap-to-jump time-travel coordination 2026-04-24 12:08:39 -04:00
auth fix(auth): serve minimal login page for unauthenticated page requests 2026-04-13 12:28:16 -04:00
automation fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
ble fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
briefing fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
config feat(ci): build ESP32 firmware in Dockerfile and seed OTA on startup 2026-04-14 14:58:14 -04:00
dashboard feat(ui): implement command palette (Component 34) with tests 2026-04-13 19:51:16 -04:00
db fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
diagnostics fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
eventbus feat: implement internal pub/sub event bus 2026-04-07 12:51:41 -04:00
events feat(events): implement activity timeline with two-phase shutdown and test fixes 2026-04-13 19:08:02 -04:00
explainability feat: implement repeated-setting change detection with guided calibration 2026-04-11 00:18:19 -04:00
falldetect fix: remove unused imports and variables in falldetect/detector.go 2026-04-06 18:47:11 -04:00
fleet fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
floorplan feat: complete floor plan dashboard UI 2026-04-09 08:37:08 -04:00
fusion feat(ui): implement command palette (Component 34) with tests 2026-04-13 19:51:16 -04:00
guidedtroubleshoot fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
health Fix portal crossing direction and health checker testability 2026-04-15 14:40:37 -04:00
help feat: implement feature discovery notifications 2026-04-11 01:05:27 -04:00
ingestion fix(ingestion): wire HMAC token validation into WebSocket hello handler 2026-04-24 00:38:21 -04:00
learning feat: wire anomaly detection & security mode API endpoints 2026-04-07 15:09:34 -04:00
loadshed feat: extract evaluate() from EndIteration for testable load shedding state machine 2026-04-09 05:59:54 -04:00
localization fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
mqtt feat: home automation integration (MQTT and webhooks) 2026-04-11 06:29:51 -04:00
notifications feat: implement proactive quality prompts with link diagnostics 2026-04-11 19:51:57 -04:00
notify test(notify): add comprehensive tests for notification system 2026-04-13 17:42:26 -04:00
ota feat: add OTA progress tracking to fleet status page 2026-04-11 22:41:51 -04:00
oui fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
prediction fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
provisioning feat(provisioning): carry ms_ip in payload for mDNS-less networks 2026-04-24 01:06:05 -04:00
recorder feat(recorder): per-link CSI frame recording with 1-hour segment files 2026-03-28 00:07:50 -04:00
recording feat: implement CSI simulator Go CLI for hardware-free testing 2026-04-09 16:50:40 -04:00
render test: enhance floor-plan renderer tests with precise coordinate and color verification 2026-04-11 04:29:13 -04:00
replay fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
shutdown fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
signal fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
simulator feat: implement ambient dashboard mode with Canvas 2D renderer 2026-04-10 22:09:12 -04:00
sleep feat: implement activity timeline with tap-to-jump and inline feedback 2026-04-09 11:07:16 -04:00
startup feat: startup phase sequencing with 30s timeout enforcement 2026-04-07 12:40:25 -04:00
timeline Fix timeline test: remove unused context import, increase flush wait, enforce single DB connection 2026-04-15 15:41:44 -04:00
tracker feat: complete anomaly detection & security mode dashboard UI 2026-04-09 05:59:54 -04:00
tracking feat: complete anomaly detection & security mode dashboard UI 2026-04-07 15:50:25 -04:00
volume feat: implement webhook action firing & fault tolerance for automations 2026-04-06 21:39:51 -04:00
webhook feat: home automation integration (MQTT and webhooks) 2026-04-11 06:29:51 -04:00
zones Fix portal crossing direction and health checker testability 2026-04-15 14:40:37 -04:00