From fdb7a83d9b8416696ac3b93cf9d04deacf698bf8 Mon Sep 17 00:00:00 2001 From: Alexandro Uc Santos Date: Tue, 2 Apr 2024 14:50:22 -0600 Subject: [PATCH] modal edit profile --- index.html | 4 +++- src/components/NavBar.vue | 9 ++++++++- src/components/ProfilePopup.vue | 28 ++++++++++++++++++++++++++++ src/components/Sidebar.vue | 22 +++++++++++++++++++++- src/layouts/AdminLayout.vue | 2 ++ src/stores/notifications.js | 10 +++++++++- 6 files changed, 71 insertions(+), 4 deletions(-) create mode 100644 src/components/ProfilePopup.vue diff --git a/index.html b/index.html index 0f706c1..22591d9 100644 --- a/index.html +++ b/index.html @@ -20,4 +20,6 @@ - + + diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index d3791c6..71f8532 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -1,8 +1,11 @@ + + + + \ No newline at end of file diff --git a/src/components/Sidebar.vue b/src/components/Sidebar.vue index f4d1371..798c78e 100644 --- a/src/components/Sidebar.vue +++ b/src/components/Sidebar.vue @@ -33,7 +33,7 @@

{{auth.user?.company?.company_name}}

-

{{ auth.user?.first_name + ' ' + auth.user?.last_name }}

+