From 62c58896195935bf9d7af17fec806c1d54e42186 Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Sun, 1 Mar 2026 14:37:17 +0100 Subject: [PATCH] [feat](trx-frontend-http): add APRS bar overlay on overview strip Show the last 5 received APRS frames as a compact overlay in the bottom-left corner of the waterfall strip, styled similarly to the RDS PS overlay (backdrop blur, pill border). Frames fade out by recency via CSS sibling-selector opacity steps. Bar auto-hides when empty and is cleared by the APRS clear button. Restored from localStorage on page load. Co-Authored-By: Claude Sonnet 4.6 Signed-off-by: Stan Grams --- .../trx-frontend-http/assets/web/index.html | 1 + .../assets/web/plugins/aprs.js | 33 ++++++++++ .../trx-frontend-http/assets/web/style.css | 65 +++++++++++++++++++ 3 files changed, 99 insertions(+) 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 f1fc238..a68c5e4 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 @@ -74,6 +74,7 @@
+