diff --git a/src/assets/icons/sidebar-expand.svg b/src/assets/icons/sidebar-expand.svg
new file mode 100644
index 0000000..9c7a361
--- /dev/null
+++ b/src/assets/icons/sidebar-expand.svg
@@ -0,0 +1,38 @@
+
+
+
\ No newline at end of file
diff --git a/src/features/sidebar/components/Sidebar.vue b/src/features/sidebar/components/Sidebar.vue
index aba07ba..02616fb 100644
--- a/src/features/sidebar/components/Sidebar.vue
+++ b/src/features/sidebar/components/Sidebar.vue
@@ -14,15 +14,60 @@ 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
diff --git a/src/layouts/LeftSidebarLayout.vue b/src/layouts/LeftSidebarLayout.vue
index cadd068..3d525c9 100644
--- a/src/layouts/LeftSidebarLayout.vue
+++ b/src/layouts/LeftSidebarLayout.vue
@@ -16,11 +16,30 @@ limitations under the License.
-
-
+
+
+
+
+
@@ -32,11 +51,53 @@ import Sidebar from '@/features/sidebar/components/Sidebar.vue';
\ No newline at end of file