[feat](trx-frontend-http): rename Decoders tab to Digital modes and filter by active rig

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-26 19:44:01 +01:00
parent 1a744e427a
commit 5be4019c04
5 changed files with 26 additions and 16 deletions
@@ -2617,7 +2617,7 @@ button:focus-visible, input:focus-visible, select:focus-visible {
.tab-icon { display: block; }
/* Shorten long tab labels to keep bottom nav compact */
.tab[data-tab="bookmarks"] .tab-label { font-size: 0.6rem; }
.tab[data-tab="decoders"] .tab-label { font-size: 0.6rem; }
.tab[data-tab="digital-modes"] .tab-label { font-size: 0.6rem; }
.top-bar-actions {
width: 100%;
justify-content: flex-start;
@@ -2639,7 +2639,7 @@ button:focus-visible, input:focus-visible, select:focus-visible {
min-width: 0;
}
#tab-main,
#tab-decoders,
#tab-digital-modes,
#tab-map,
#tab-about {
scroll-margin-top: 0.75rem;
@@ -2917,7 +2917,7 @@ button:focus-visible, input:focus-visible, select:focus-visible {
.bm-col-bw::before { content: "Bandwidth"; }
.bm-col-loc::before { content: "Locator"; }
.bm-col-cat::before { content: "Category"; }
.bm-col-dec::before { content: "Decoders"; }
.bm-col-dec::before { content: "Digital modes"; }
.bm-col-cmt { grid-column: 1 / -1; }
.bm-col-cmt::before { content: "Comment"; }
.bm-col-act { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 0.4rem; padding-top: 0.25rem; }