From f1e07bd43c70f2d85172a37e5d383ca77252e0f6 Mon Sep 17 00:00:00 2001 From: SauceyRed Date: Wed, 16 Jul 2025 23:49:34 +0200 Subject: [PATCH] feat: create resizable sidebar component --- components/UserInterface/ResizableSidebar.vue | 117 ++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 components/UserInterface/ResizableSidebar.vue diff --git a/components/UserInterface/ResizableSidebar.vue b/components/UserInterface/ResizableSidebar.vue new file mode 100644 index 0000000..68c0dc7 --- /dev/null +++ b/components/UserInterface/ResizableSidebar.vue @@ -0,0 +1,117 @@ + + + + + \ No newline at end of file