[feat](trx-frontend-http): refine top bar and overview controls

Co-authored-by: OpenAI Codex <codex@openai.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-02-28 00:37:37 +01:00
parent b5cac4be41
commit adc17507ce
3 changed files with 10 additions and 57 deletions
@@ -2600,7 +2600,7 @@ let spectrumZoom = 1;
let spectrumPanFrac = 0.5;
// Y-axis level: floor = bottom dB value shown; range = total dB span.
let spectrumFloor = -100;
let spectrumFloor = -115;
let spectrumRange = 80;
// BW-strip drag state.