mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
The Doppler tracking thread emits detecting events every 5s from a separate thread, unaware of decode state. The previous to_dict() change included signal_level for ALL detecting events, causing the frontend to replace the decode progress canvas with the signal monitor mid-decode. Fix: use None as default for signal_level so only signal-metrics events (which explicitly set the value) include the field. Also add a frontend guard to ignore detecting events while the UI is in decoding state. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>