From 7afa5d78cb3eecbe8a05095ca9727501f84b4ecd Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Thu, 15 Aug 2024 16:30:39 -0400 Subject: [PATCH] Fix path and names for Profile section --- .../PersonnalInfo => account}/AdressesHome.vue | 0 .../PersonnalInfo => account}/AdressesWork.vue | 0 .../PersonnalInfo => account}/Birthday.vue | 0 .../PersonnalInfo => account}/Email.vue | 0 .../PersonnalInfo => account}/Gender.vue | 0 .../PersonnalInfo => account}/Name.vue | 0 .../Profile/{ => account}/PersonnalInfo.vue | 14 +++++++------- .../PersonnalInfo => account}/Phone.vue | 0 .../PageInformations => creators}/About.vue | 0 .../BannerPicker.vue | 0 .../ColorsPicker.vue | 0 .../CreateCreator.vue | 0 .../CreatorPage.vue} | 12 ++++++------ .../LogoPicker.vue | 0 .../PageInformations => creators}/Socials.vue | 0 .../Profile/{ => security}/AccountSecurity.vue | 6 +++--- .../ModalPassword.vue | 0 .../ModalRecoveryByEmailInfo.vue | 0 .../ModalRecoveryByPhoneInfo.vue | 0 src/views/main/Profile.vue | 18 +++++++++--------- 20 files changed, 25 insertions(+), 25 deletions(-) rename src/views/Profile/{Dialogs/PersonnalInfo => account}/AdressesHome.vue (100%) rename src/views/Profile/{Dialogs/PersonnalInfo => account}/AdressesWork.vue (100%) rename src/views/Profile/{Dialogs/PersonnalInfo => account}/Birthday.vue (100%) rename src/views/Profile/{Dialogs/PersonnalInfo => account}/Email.vue (100%) rename src/views/Profile/{Dialogs/PersonnalInfo => account}/Gender.vue (100%) rename src/views/Profile/{Dialogs/PersonnalInfo => account}/Name.vue (100%) rename src/views/Profile/{ => account}/PersonnalInfo.vue (91%) rename src/views/Profile/{Dialogs/PersonnalInfo => account}/Phone.vue (100%) rename src/views/Profile/{Dialogs/PageInformations => creators}/About.vue (100%) rename src/views/Profile/{Dialogs/PageInformations => creators}/BannerPicker.vue (100%) rename src/views/Profile/{Dialogs/PageInformations => creators}/ColorsPicker.vue (100%) rename src/views/Profile/{Dialogs/PageInformations => creators}/CreateCreator.vue (100%) rename src/views/Profile/{PageInformations.vue => creators/CreatorPage.vue} (96%) rename src/views/Profile/{Dialogs/PageInformations => creators}/LogoPicker.vue (100%) rename src/views/Profile/{Dialogs/PageInformations => creators}/Socials.vue (100%) rename src/views/Profile/{ => security}/AccountSecurity.vue (89%) rename src/views/Profile/{Dialogs/AccountSecurity => security}/ModalPassword.vue (100%) rename src/views/Profile/{Dialogs/AccountSecurity => security}/ModalRecoveryByEmailInfo.vue (100%) rename src/views/Profile/{Dialogs/AccountSecurity => security}/ModalRecoveryByPhoneInfo.vue (100%) diff --git a/src/views/Profile/Dialogs/PersonnalInfo/AdressesHome.vue b/src/views/Profile/account/AdressesHome.vue similarity index 100% rename from src/views/Profile/Dialogs/PersonnalInfo/AdressesHome.vue rename to src/views/Profile/account/AdressesHome.vue diff --git a/src/views/Profile/Dialogs/PersonnalInfo/AdressesWork.vue b/src/views/Profile/account/AdressesWork.vue similarity index 100% rename from src/views/Profile/Dialogs/PersonnalInfo/AdressesWork.vue rename to src/views/Profile/account/AdressesWork.vue diff --git a/src/views/Profile/Dialogs/PersonnalInfo/Birthday.vue b/src/views/Profile/account/Birthday.vue similarity index 100% rename from src/views/Profile/Dialogs/PersonnalInfo/Birthday.vue rename to src/views/Profile/account/Birthday.vue diff --git a/src/views/Profile/Dialogs/PersonnalInfo/Email.vue b/src/views/Profile/account/Email.vue similarity index 100% rename from src/views/Profile/Dialogs/PersonnalInfo/Email.vue rename to src/views/Profile/account/Email.vue diff --git a/src/views/Profile/Dialogs/PersonnalInfo/Gender.vue b/src/views/Profile/account/Gender.vue similarity index 100% rename from src/views/Profile/Dialogs/PersonnalInfo/Gender.vue rename to src/views/Profile/account/Gender.vue diff --git a/src/views/Profile/Dialogs/PersonnalInfo/Name.vue b/src/views/Profile/account/Name.vue similarity index 100% rename from src/views/Profile/Dialogs/PersonnalInfo/Name.vue rename to src/views/Profile/account/Name.vue diff --git a/src/views/Profile/PersonnalInfo.vue b/src/views/Profile/account/PersonnalInfo.vue similarity index 91% rename from src/views/Profile/PersonnalInfo.vue rename to src/views/Profile/account/PersonnalInfo.vue index 36f8805..214cc08 100644 --- a/src/views/Profile/PersonnalInfo.vue +++ b/src/views/Profile/account/PersonnalInfo.vue @@ -131,13 +131,13 @@