diff --git a/frontend/components/Navbar.vue b/frontend/components/Navbar.vue index 2121204..2a571a2 100644 --- a/frontend/components/Navbar.vue +++ b/frontend/components/Navbar.vue @@ -1,49 +1,108 @@ - - Simple Notes - - - - {{ $vuetify.theme.dark ? mdiBrightness2 : mdiBrightness5 }} - - - - - - - {{ mdiDotsVertical }} - - + + + + + + {{ mdiAccount }} + - - - My notes + + + {{ $auth.$state.user.username }} + + - - Logout - - - Account - - - - + + + + + {{ item.icon }} + + + + + + + + + + + + Logout + + + Login + + + + + + + + + {{ mdiMenu }} + + Simple Notes + + + + + {{ + $vuetify.theme.dark + ? mdiBrightness2 + : mdiBrightness5 + }} + + + + +