[fix](trx-frontend-http): remove duplicate bandplan overlay from spectrum canvas

The bandplan strip was rendered twice: once as a DOM element above the
spectrum and again via WebGL directly on the spectrum canvas. Remove the
WebGL duplicate and keep only the DOM-based strip.

https://claude.ai/code/session_01TA1pCDuAr7V6oSnQs7JYvU
Signed-off-by: Claude <noreply@anthropic.com>
This commit is contained in:
Claude
2026-03-30 09:03:02 +00:00
committed by Stan Grams
parent f6f59f3d00
commit 7dfac0c38c
2 changed files with 1 additions and 65 deletions
@@ -3301,14 +3301,6 @@ button:focus-visible, input:focus-visible, select:focus-visible {
z-index: 1;
}
/* ── WebGL overlay mode ── When the spectrum canvas is visible the coloured
segments are also rendered via WebGL inside drawSpectrum(). The DOM strip
stays above the waterfall with its own coloured segments visible. */
#spectrum-bandplan-strip.bp-webgl {
/* No repositioning needed the strip lives above the overview strip
in the .signal-visual-block flex flow. */
}
/* Legend in settings */
.bandplan-legend-grid {
display: flex;