From f4e7fea7bb78f1d926993066b948f2ceb6c96c08 Mon Sep 17 00:00:00 2001 From: Chuck Date: Sat, 23 May 2026 10:32:56 -0400 Subject: [PATCH] fix(web-ui): ensure quick-action toasts always fire even on xhr/parse failure Replace silent catch(e){} in all 11 hx-on:htmx:after-request handlers with a pattern that sets default message/status before the try block and calls showNotification(m,s) unconditionally after it, so a fallback toast is shown whenever xhr is absent or responseText is not valid JSON. Co-Authored-By: Claude Sonnet 4.6 --- web_interface/templates/v3/index.html | 8 ++++---- web_interface/templates/v3/partials/overview.html | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/web_interface/templates/v3/index.html b/web_interface/templates/v3/index.html index 6233c39c..9f5f3635 100644 --- a/web_interface/templates/v3/index.html +++ b/web_interface/templates/v3/index.html @@ -73,7 +73,7 @@