From 427209488211795276766e56a158ba32c054df71 Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Fri, 6 Mar 2026 22:28:41 +0100 Subject: [PATCH] [feat](trx-frontend-http): add CW live bar overlay Show a live decode bar on the overview strip when in CW/CWR mode, matching the APRS and AIS bar pattern. Accumulates decoded characters into lines (split on newline events or >5s gaps), keeps a 15-minute rolling history, and shows up to 8 recent lines with timestamp and WPM/tone metadata. Clears on resetCwHistoryView. Co-Authored-By: Claude Sonnet 4.6 Signed-off-by: Stan Grams --- .../trx-frontend-http/assets/web/index.html | 1 + .../assets/web/plugins/cw.js | 73 +++++++++++++++++++ 2 files changed, 74 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 b3d874c..6eb6b16 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 @@ -85,6 +85,7 @@
+