From 69e502ca01527f8597edeb3c9d11b8abdcba272b Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Sat, 9 Dec 2023 14:54:44 +1100 Subject: [PATCH] Completely remove dependency on plotly, undecided as to whether I should refactor dashboard/people views so they render graphs statically rather then using htmx to fetch on load, probably a smarter move but too lazy atm --- templates/base.html | 24 ------------------------ templates/dashboard.html | 15 ++++++--------- 2 files changed, 6 insertions(+), 33 deletions(-) diff --git a/templates/base.html b/templates/base.html index 3fa2a06..342b6b6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,7 +6,6 @@ Workout Tracker - @@ -16,29 +15,6 @@ - - - diff --git a/templates/dashboard.html b/templates/dashboard.html index 3938a84..0895e52 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -134,17 +134,14 @@
-

{{ e['ExerciseName'] }}

{% if e['RepMaxes']|length > 1 %} -
+
+
+ {% endif %}