From 522f41df09e0b8002ef72988ddde25ac09cfb8d0 Mon Sep 17 00:00:00 2001 From: ogerly Date: Sun, 27 Nov 2022 10:40:04 +0100 Subject: [PATCH] add mobile sidebar --- frontend/src/components/Menu/Navbar.vue | 5 +++- frontend/src/components/Menu/Sidebar.vue | 24 +++++++++---------- .../MobileSidebar/MobileSidebar.vue | 19 +++++++++++++++ frontend/src/layouts/DashboardLayout.vue | 16 +++++-------- 4 files changed, 41 insertions(+), 23 deletions(-) create mode 100644 frontend/src/components/MobileSidebar/MobileSidebar.vue diff --git a/frontend/src/components/Menu/Navbar.vue b/frontend/src/components/Menu/Navbar.vue index 457f38701..f57df9c6d 100644 --- a/frontend/src/components/Menu/Navbar.vue +++ b/frontend/src/components/Menu/Navbar.vue @@ -3,11 +3,14 @@ diff --git a/frontend/src/components/Menu/Sidebar.vue b/frontend/src/components/Menu/Sidebar.vue index c9106664a..526e7cb3a 100644 --- a/frontend/src/components/Menu/Sidebar.vue +++ b/frontend/src/components/Menu/Sidebar.vue @@ -6,39 +6,39 @@ - {{ $t('navigation.overview') }} + {{ $t('navigation.overview') }} - {{ $t('navigation.send') }} + {{ $t('navigation.send') }} - {{ $t('navigation.transactions') }} + {{ $t('navigation.transactions') }} - {{ $t('navigation.members') }} + {{ $t('navigation.members') }}
- {{ $t('navigation.info') }} + {{ $t('navigation.info') }} - {{ $t('navigation.settings') }} + {{ $t('navigation.settings') }} - {{ $t('navigation.admin_area') }} + {{ $t('navigation.admin_area') }} - {{ $t('navigation.logout') }} + {{ $t('navigation.logout') }} +
+ +
+ +
+
+
+ + diff --git a/frontend/src/layouts/DashboardLayout.vue b/frontend/src/layouts/DashboardLayout.vue index 0f996ba13..1f249c928 100755 --- a/frontend/src/layouts/DashboardLayout.vue +++ b/frontend/src/layouts/DashboardLayout.vue @@ -4,20 +4,14 @@
- -
- {{ hamburger }} - - - -
-
+ + - +