From 544c1a3a4f36ebff848a483b4fa9aa42fee1c37b Mon Sep 17 00:00:00 2001 From: rafaeldpsilva Date: Fri, 3 Oct 2025 11:16:50 +0100 Subject: [PATCH] Add user icon with dropdown menu to BottomNav --- src/App.vue | 2 - src/components/common/BottomNav.vue | 4 +- src/components/common/UserIcon.vue | 323 ++++++++++++++++++++++++++++ 3 files changed, 326 insertions(+), 3 deletions(-) create mode 100644 src/components/common/UserIcon.vue diff --git a/src/App.vue b/src/App.vue index 2a36b82..5f445d8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -10,7 +10,6 @@ - @@ -22,4 +21,3 @@ import AppHeader from './components/common/AppHeader.vue' import BottomNav from './components/common/BottomNav.vue' import { RouterView } from 'vue-router' - diff --git a/src/components/common/BottomNav.vue b/src/components/common/BottomNav.vue index 4a34063..02257a7 100644 --- a/src/components/common/BottomNav.vue +++ b/src/components/common/BottomNav.vue @@ -13,6 +13,7 @@ class="absolute bottom-0 left-0 right-0 bg-white md:bg-transparent border-t md:border-t-0 border-gray-200 md:shadow-none shadow-lg" :class="getNavigationClasses()" > +