From c8a5e15b3b36fb9e620b13306169a7525e2c94ab Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Fri, 3 Apr 2026 19:26:18 +0200 Subject: [PATCH] [feat](trx-frontend-http): add Live/History views to WEFAX tab Restructure the WEFAX tab to match the SAT/LRPT pattern with a view switcher bar. Live view shows decoder description, live canvas, and latest image card. History view adds a filterable, sortable table of all decoded images with Clear All button. Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: Stan Grams --- .../trx-frontend-http/assets/web/index.html | 49 ++- .../assets/web/plugins/wefax.js | 330 +++++++++++++----- 2 files changed, 277 insertions(+), 102 deletions(-) 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 4b70c2d..4a9749a 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 @@ -929,18 +929,51 @@