From 5b1f2b57a7271cb405e74d3e801cefaae0f2740d Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Thu, 30 Jul 2026 18:21:29 +0200 Subject: [PATCH] feat(sidebar): add sidebar expand button Added a button to expand the sidebar to the sidebar and reorganized sidebar elements accordingly. --- src/features/sidebar/components/Sidebar.vue | 24 ++++++++++- .../components/SidebarExpandButton.vue | 41 +++++++++++++++++++ 2 files changed, 64 insertions(+), 1 deletion(-) create mode 100644 src/features/sidebar/components/SidebarExpandButton.vue diff --git a/src/features/sidebar/components/Sidebar.vue b/src/features/sidebar/components/Sidebar.vue index aba07ba..15b2e1c 100644 --- a/src/features/sidebar/components/Sidebar.vue +++ b/src/features/sidebar/components/Sidebar.vue @@ -14,15 +14,37 @@ See the License for the specific language governing permissions and limitations under the License. --> + + \ No newline at end of file diff --git a/src/features/sidebar/components/SidebarExpandButton.vue b/src/features/sidebar/components/SidebarExpandButton.vue new file mode 100644 index 0000000..1802de9 --- /dev/null +++ b/src/features/sidebar/components/SidebarExpandButton.vue @@ -0,0 +1,41 @@ + + + + + + + \ No newline at end of file