From a08af59164fbb9833758513eb6ac0e988eee0451 Mon Sep 17 00:00:00 2001 From: Mike Wichers Date: Sat, 21 Feb 2026 01:05:17 -0500 Subject: [PATCH] Blueprint v2.2: Async Refresh & Optimize UI - Convert form POST to async fetch() in system_status.html - Spinner + disabled button while request is in-flight - Bootstrap toast notification on success/error - Auto-reload page 1.5s after successful refresh Co-Authored-By: Claude Sonnet 4.6 --- templates/system_status.html | 61 +++++++++++++++++++++++++++++++++--- 1 file changed, 56 insertions(+), 5 deletions(-) diff --git a/templates/system_status.html b/templates/system_status.html index 8aa7dc2..f655397 100644 --- a/templates/system_status.html +++ b/templates/system_status.html @@ -8,11 +8,11 @@
Back to Dashboard -
- -
+
@@ -183,4 +183,55 @@

Model selection is cached for 24 hours to save API calls.

+ + +
+ +
+ + {% endblock %} \ No newline at end of file