From 551def1de5ff2f8e49296c2aca0da48232cab478 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Fri, 31 Jul 2026 16:20:51 +0200 Subject: [PATCH] feat(sidebar): add sidebar expand button to left sidebar layout Added a sidebar expand button to the left sidebar layout that is shown on small screens when the sidebar is not expanded. --- src/layouts/LeftSidebarLayout.vue | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/src/layouts/LeftSidebarLayout.vue b/src/layouts/LeftSidebarLayout.vue index ec2e7ad..7031e46 100644 --- a/src/layouts/LeftSidebarLayout.vue +++ b/src/layouts/LeftSidebarLayout.vue @@ -16,6 +16,7 @@ limitations under the License.