From d4247adb1359a5345f4b03ccd9deffbc00af356c Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 5 Jan 2026 14:50:07 +0000 Subject: [PATCH] Enhance loading indicators for question fragment during HTMX requests; ensure overview tile text color remains unchanged for flagged questions --- physics/templates/physics/exam_take.html | 84 +++++++++---------- .../templates/physics/exam_take_overview.html | 9 ++ 2 files changed, 51 insertions(+), 42 deletions(-) diff --git a/physics/templates/physics/exam_take.html b/physics/templates/physics/exam_take.html index 9d52b829..ec90c304 100755 --- a/physics/templates/physics/exam_take.html +++ b/physics/templates/physics/exam_take.html @@ -76,55 +76,55 @@ }catch(e){ console && console.error && console.error(e); } }; - + document.body.addEventListener('htmx:afterSettle', function(evt){ hideLoading(); }); + })(); +