From 818c4efab496800a86e315d529e20982312f8dfe Mon Sep 17 00:00:00 2001 From: Christian Carlsson Date: Sun, 15 Dec 2024 21:26:24 +0000 Subject: [PATCH] refact: web: charts (#227) --- web/src/ui/components/AppCard.vue | 9 +++++ web/src/ui/components/AppList.vue | 17 +++++---- web/src/ui/components/CardWorkout.vue | 8 ++-- web/src/ui/components/LineChart.vue | 54 +++++++++++++++++++++++---- web/src/ui/exercises/ViewExercise.vue | 18 +++++++-- 5 files changed, 84 insertions(+), 22 deletions(-) create mode 100644 web/src/ui/components/AppCard.vue diff --git a/web/src/ui/components/AppCard.vue b/web/src/ui/components/AppCard.vue new file mode 100644 index 00000000..c497165e --- /dev/null +++ b/web/src/ui/components/AppCard.vue @@ -0,0 +1,9 @@ + + + + + diff --git a/web/src/ui/components/AppList.vue b/web/src/ui/components/AppList.vue index c75e2c4d..2ab5dee9 100644 --- a/web/src/ui/components/AppList.vue +++ b/web/src/ui/components/AppList.vue @@ -1,6 +1,7 @@