From 229262a6099b39bde1d183fd65b5784ae9819734 Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Mon, 30 Jan 2023 09:57:01 +0100 Subject: [PATCH] Remove unused code, use prettier --- .../src/components/ui/HorizontalBarChart.vue | 38 ++++----- client/src/components/ui/ItListRow.vue | 19 ----- client/src/pages/NotificationsPage.vue | 78 ------------------- client/src/pages/StyleGuidePage.vue | 10 ++- client/src/pages/cockpit/CockpitIndexPage.vue | 4 +- client/src/pages/cockpit/FeedbackPage.vue | 13 +++- client/src/router/index.ts | 4 - 7 files changed, 38 insertions(+), 128 deletions(-) delete mode 100644 client/src/components/ui/ItListRow.vue delete mode 100644 client/src/pages/NotificationsPage.vue diff --git a/client/src/components/ui/HorizontalBarChart.vue b/client/src/components/ui/HorizontalBarChart.vue index 0af60bc4..b7693079 100644 --- a/client/src/components/ui/HorizontalBarChart.vue +++ b/client/src/components/ui/HorizontalBarChart.vue @@ -1,31 +1,31 @@