From b89ca918fa6c358e9cccbe0832e439ffb5d9b674 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 5 Jan 2026 14:48:21 +0000 Subject: [PATCH] Add loading spinner and blur effect for question fragment during HTMX requests; optimize answered and flagged state queries --- physics/templates/physics/exam_take.html | 61 ++++++++++++++++++ physics/views.py | 78 ++++++++++++------------ 2 files changed, 101 insertions(+), 38 deletions(-) diff --git a/physics/templates/physics/exam_take.html b/physics/templates/physics/exam_take.html index 0391b604..9d52b829 100755 --- a/physics/templates/physics/exam_take.html +++ b/physics/templates/physics/exam_take.html @@ -76,6 +76,55 @@ }catch(e){ console && console.error && console.error(e); } }; +