From fa859a3b5de3df76206185a8c317e4358091e7f6 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 15 Dec 2025 16:58:05 +0100 Subject: [PATCH] Use custom SideBar instead of Pankow component --- dashboard/src/Index.vue | 198 +----------------- dashboard/src/components/SideBar.vue | 302 +++++++++++++++++++++++++++ 2 files changed, 305 insertions(+), 195 deletions(-) create mode 100644 dashboard/src/components/SideBar.vue diff --git a/dashboard/src/Index.vue b/dashboard/src/Index.vue index 5412635b2..b511cb1d2 100644 --- a/dashboard/src/Index.vue +++ b/dashboard/src/Index.vue @@ -1,7 +1,7 @@ + + + + \ No newline at end of file