[refactor](trx-frontend-http): simplify auto-squelch to single-click action

Revert toggle approach back to a simple button: click sets squelch to
noise floor + 6 dB when spectrum data is available, or Off otherwise.

https://claude.ai/code/session_01TDQyrZiPKfWGATVWPsLmHT
Signed-off-by: Claude <noreply@anthropic.com>
This commit is contained in:
Claude
2026-03-27 06:48:13 +00:00
committed by Stan Grams
parent 0e5410c0c5
commit 2ba942f33b
3 changed files with 19 additions and 39 deletions
@@ -1286,10 +1286,6 @@ small { color: var(--text-muted); }
border-radius: 3px;
cursor: pointer;
}
.sql-auto-btn.active {
background: var(--accent-green);
color: #000;
}
.vol-slider {
-webkit-appearance: none;
appearance: none;