Files
meshcore-analyzer/public
you b07c5b0b86 Fix VCR scrubber: freeze timeline reference during replay
THE root cause: timeline coordinate system uses Date.now() as right
edge, making it a sliding window. Playhead position = (packetTs -
(now - scope)) / scope — but 'now' advances every frame, sliding
all positions left continuously. Any scrub position drifts.

Fix: VCR.frozenNow captures Date.now() when leaving LIVE mode.
All timeline calculations use frozenNow instead of Date.now() during
REPLAY/PAUSED. Timeline stops sliding. Playhead stays put.
Cleared on return to LIVE.
2026-03-19 07:10:40 +00:00
..
2026-03-18 19:34:05 +00:00
2026-03-18 19:34:05 +00:00
2026-03-18 19:34:05 +00:00
2026-03-19 06:24:11 +00:00
2026-03-18 19:34:05 +00:00
2026-03-18 19:34:05 +00:00