From 69fcc4b06868b1f635cff3ecf8d102448f31e423 Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Tue, 24 Mar 2026 21:27:15 +0100 Subject: [PATCH] [fix](trx-frontend-http): show all decodes on map regardless of selected rig Co-Authored-By: Claude Opus 4.6 Signed-off-by: Stan Grams --- .../trx-frontend/trx-frontend-http/assets/web/app.js | 4 +--- .../trx-frontend/trx-frontend-http/assets/web/index.html | 6 ------ 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/app.js b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/app.js index 59cfdf2..26097d4 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/app.js +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/app.js @@ -6502,9 +6502,7 @@ function applyMapFilter() { const sourceVisible = noneSelected ? DEFAULT_MAP_SOURCE_FILTER[type] !== undefined ? DEFAULT_MAP_SOURCE_FILTER[type] : true : !!mapFilter[type]; - const rigVisible = !mapRigFilter - || marker.__trxType === "bookmark" - || (marker.__trxRigIds instanceof Set && marker.__trxRigIds.has(mapRigFilter)); + const rigVisible = true; const visible = marker.__trxHistoryVisible !== false && markerPassesSearchFilter(marker) && markerPassesLocatorFilters(marker) diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html index 515bb04..0bac333 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html @@ -773,12 +773,6 @@ Show
-
- Rig - -
Search