From fc95f5949011a2483e02e2a338d39d4d16245347 Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Fri, 26 Jul 2024 11:23:24 -0400 Subject: [PATCH] I finished the overhaul of the profile menu. I still need to create the modals for each value. --- src/views/Account/AccountSecurity.vue | 55 ++++++++ src/views/Account/ManageAccount.vue | 74 +++++++++++ src/views/Account/PageInformations.vue | 152 +++++++++++++++++++++ src/views/Account/PersonnalInfo.vue | 114 ++++++++++++++++ src/views/main/Header.vue | 1 + src/views/main/Profile.vue | 176 +++++++++++++++++-------- 6 files changed, 514 insertions(+), 58 deletions(-) create mode 100644 src/views/Account/AccountSecurity.vue create mode 100644 src/views/Account/ManageAccount.vue create mode 100644 src/views/Account/PageInformations.vue create mode 100644 src/views/Account/PersonnalInfo.vue diff --git a/src/views/Account/AccountSecurity.vue b/src/views/Account/AccountSecurity.vue new file mode 100644 index 0000000..4233e0b --- /dev/null +++ b/src/views/Account/AccountSecurity.vue @@ -0,0 +1,55 @@ + + + + + + + + + diff --git a/src/views/Account/ManageAccount.vue b/src/views/Account/ManageAccount.vue new file mode 100644 index 0000000..8f4b640 --- /dev/null +++ b/src/views/Account/ManageAccount.vue @@ -0,0 +1,74 @@ + + + + + + + + + diff --git a/src/views/Account/PageInformations.vue b/src/views/Account/PageInformations.vue new file mode 100644 index 0000000..3b0c5d0 --- /dev/null +++ b/src/views/Account/PageInformations.vue @@ -0,0 +1,152 @@ + + + + + + + + + diff --git a/src/views/Account/PersonnalInfo.vue b/src/views/Account/PersonnalInfo.vue new file mode 100644 index 0000000..6fb8dc4 --- /dev/null +++ b/src/views/Account/PersonnalInfo.vue @@ -0,0 +1,114 @@ + + + + + + + + + diff --git a/src/views/main/Header.vue b/src/views/main/Header.vue index 2ad600d..8ebe63c 100644 --- a/src/views/main/Header.vue +++ b/src/views/main/Header.vue @@ -187,4 +187,5 @@ onBeforeUnmount(() => { @apply bg-[#903175] text-gray-200; } + diff --git a/src/views/main/Profile.vue b/src/views/main/Profile.vue index 6fbe234..b45f623 100644 --- a/src/views/main/Profile.vue +++ b/src/views/main/Profile.vue @@ -1,88 +1,148 @@ - -