From e65615b25bb5dd9fe4f138812dedcf2d1c8d32a7 Mon Sep 17 00:00:00 2001 From: FEARmeR Date: Tue, 23 May 2023 17:14:06 +0100 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=D0=B8=20=D0=BA=D0=BE=D1=81=D0=BC=D0=B5=D1=82=D0=B8=D0=BA?= =?UTF-8?q?=D1=83=20=D0=B2=20=D0=BF=D1=80=D0=BE=D1=84=D0=B8=D0=BB=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/examples/navbars/NavbarDefault.vue | 65 +++++-------------- .../LandingPages/Profile/AdmireProfile.vue | 41 +++++++++--- .../LandingPages/Profile/EditProfile.vue | 2 + 3 files changed, 48 insertions(+), 60 deletions(-) diff --git a/src/examples/navbars/NavbarDefault.vue b/src/examples/navbars/NavbarDefault.vue index 906638f..194398a 100644 --- a/src/examples/navbars/NavbarDefault.vue +++ b/src/examples/navbars/NavbarDefault.vue @@ -197,16 +197,7 @@ watch(
- - +
- - +
- + Мои проекты + + Добавить проект + +
@@ -339,8 +324,8 @@ watch( :class="getTextColor()" >article - > - Профиль + + Мой Профиль down-arrow - + Просмотр @@ -376,29 +357,13 @@ watch( class="dropdown-item py-2 ps-3 border-radius-md" href="/EditMyProfile" > - + Редактирование - - - Страница добавления проекта - + diff --git a/src/views/LandingPages/Profile/AdmireProfile.vue b/src/views/LandingPages/Profile/AdmireProfile.vue index fcb924f..c4fd127 100644 --- a/src/views/LandingPages/Profile/AdmireProfile.vue +++ b/src/views/LandingPages/Profile/AdmireProfile.vue @@ -42,20 +42,35 @@ onMounted(async() => {