[fix](trx-frontend-http): restore select_rig call and simplify play button icon

Rig switch needs the server call so SSE/audio follow the selected rig. Play button now uses a fixed triangle icon sized to match header controls.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-03-21 23:17:17 +01:00
parent 730dbcc20d
commit dffaed6216
3 changed files with 13 additions and 10 deletions
@@ -1041,6 +1041,10 @@ small { color: var(--text-muted); }
cursor: pointer;
flex-shrink: 0;
}
.header-audio-btn svg {
width: 1rem;
height: 1rem;
}
.header-audio-btn.audio-active {
color: var(--accent-green);
border-color: var(--accent-green);