From 8ef6bf3c526af6679b766a10db8cf14e600ee8cf Mon Sep 17 00:00:00 2001 From: rkusan00 Date: Mon, 13 Apr 2026 11:27:06 +0200 Subject: [PATCH] Add sidebar collapse and expand button --- .../app/components/editor/Sidebar/index.vue | 26 ++++++++++++++++ .../app/components/editor/Toolbar/index.vue | 5 ++-- .../app/pages/repository/[[id]]/editor.vue | 30 +++++++++++++++++-- 3 files changed, 55 insertions(+), 6 deletions(-) diff --git a/apps/frontend/app/components/editor/Sidebar/index.vue b/apps/frontend/app/components/editor/Sidebar/index.vue index bb3d0871d..0cd4b5e65 100644 --- a/apps/frontend/app/components/editor/Sidebar/index.vue +++ b/apps/frontend/app/components/editor/Sidebar/index.vue @@ -1,11 +1,21 @@