From b31ab97cd4e91b7ab7b34cf143849f0b6434a316 Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Thu, 26 Feb 2026 23:48:08 +1100 Subject: [PATCH] Allow users to toggle to progress table view when selecting an exercise --- templates/partials/exercise_history.html | 22 ++++++++++++++++++++-- templates/partials/new_set_form.html | 2 +- templates/partials/sparkline.html | 24 ++++++++++++++++++++---- 3 files changed, 41 insertions(+), 7 deletions(-) diff --git a/templates/partials/exercise_history.html b/templates/partials/exercise_history.html index 98d4835..1240abf 100644 --- a/templates/partials/exercise_history.html +++ b/templates/partials/exercise_history.html @@ -1,7 +1,25 @@ {% if offset == 0 %} -
-

History

+
+
+

History

+
+
+ +
+
diff --git a/templates/partials/new_set_form.html b/templates/partials/new_set_form.html index 6ba4642..197c04d 100644 --- a/templates/partials/new_set_form.html +++ b/templates/partials/new_set_form.html @@ -71,7 +71,7 @@ {% if exercise_id %}
-
+