diff --git a/frontend/src/components/Menu/Navbar.vue b/frontend/src/components/Menu/Navbar.vue new file mode 100644 index 000000000..b91d4763c --- /dev/null +++ b/frontend/src/components/Menu/Navbar.vue @@ -0,0 +1,58 @@ + + + + + + + + + {{ balance }} GDD + + + + + {{ $t('overview') }} + {{ $t('send') }} + {{ $t('transactions') }} + + Overview + Link + Another Link + Disabled + + + + + + + + + {{ $store.state.email }} + + + {{ $t('site.navbar.my-profil') }} + + {{ $t('members_area') }} + + + {{ $t('admin_area') }} + + + {{ $t('logout') }} + + + + + + + + diff --git a/frontend/src/components/Menu/Sidebar.vue b/frontend/src/components/Menu/Sidebar.vue new file mode 100644 index 000000000..c7472218c --- /dev/null +++ b/frontend/src/components/Menu/Sidebar.vue @@ -0,0 +1,30 @@ + + + + + + + + + Overview + Link + Another Link + Disabled + + + + Active + Link + Another Link + Disabled + + + + + + + diff --git a/frontend/src/views/Layout/DashboardLayout_gdd.vue b/frontend/src/views/Layout/DashboardLayout_gdd.vue index 858c3a260..6340fc2b5 100755 --- a/frontend/src/views/Layout/DashboardLayout_gdd.vue +++ b/frontend/src/views/Layout/DashboardLayout_gdd.vue @@ -1,86 +1,34 @@ - - - - - + + + + - {{ balance }} GDD - - - - {{ $t('overview') }} - {{ $t('send') }} - {{ $t('transactions') }} - - - - - - - - - {{ $store.state.email }} - - - {{ $t('site.navbar.my-profil') }} - - {{ $t('members_area') }} - - {{ $t('admin_area') }} - {{ $t('logout') }} - - - - - - - - - - - - Overview - Link - Another Link - Disabled - - - - Active - Link - Another Link - Disabled - - - - - - + - - - - - - + + + - - + + +