diff --git a/src/views/profile/ProfilePage.vue b/src/views/profile/ProfilePage.vue new file mode 100644 index 0000000..a6fe533 --- /dev/null +++ b/src/views/profile/ProfilePage.vue @@ -0,0 +1,167 @@ + + + + + diff --git a/src/views/Profile/account/AdressesHome.vue b/src/views/profile/account/AdressesHome.vue similarity index 100% rename from src/views/Profile/account/AdressesHome.vue rename to src/views/profile/account/AdressesHome.vue diff --git a/src/views/Profile/account/AdressesWork.vue b/src/views/profile/account/AdressesWork.vue similarity index 100% rename from src/views/Profile/account/AdressesWork.vue rename to src/views/profile/account/AdressesWork.vue diff --git a/src/views/Profile/account/Birthday.vue b/src/views/profile/account/Birthday.vue similarity index 100% rename from src/views/Profile/account/Birthday.vue rename to src/views/profile/account/Birthday.vue diff --git a/src/views/Profile/account/Email.vue b/src/views/profile/account/Email.vue similarity index 100% rename from src/views/Profile/account/Email.vue rename to src/views/profile/account/Email.vue diff --git a/src/views/Profile/account/Gender.vue b/src/views/profile/account/Gender.vue similarity index 100% rename from src/views/Profile/account/Gender.vue rename to src/views/profile/account/Gender.vue diff --git a/src/views/Profile/account/Name.vue b/src/views/profile/account/Name.vue similarity index 100% rename from src/views/Profile/account/Name.vue rename to src/views/profile/account/Name.vue diff --git a/src/views/Profile/account/PersonnalInfo.vue b/src/views/profile/account/PersonnalInfo.vue similarity index 100% rename from src/views/Profile/account/PersonnalInfo.vue rename to src/views/profile/account/PersonnalInfo.vue diff --git a/src/views/Profile/account/Phone.vue b/src/views/profile/account/Phone.vue similarity index 100% rename from src/views/Profile/account/Phone.vue rename to src/views/profile/account/Phone.vue diff --git a/src/views/Profile/creators/About.vue b/src/views/profile/creators/About.vue similarity index 100% rename from src/views/Profile/creators/About.vue rename to src/views/profile/creators/About.vue diff --git a/src/views/Profile/creators/BannerPicker.vue b/src/views/profile/creators/BannerPicker.vue similarity index 100% rename from src/views/Profile/creators/BannerPicker.vue rename to src/views/profile/creators/BannerPicker.vue diff --git a/src/views/Profile/creators/ColorsPicker.vue b/src/views/profile/creators/ColorsPicker.vue similarity index 100% rename from src/views/Profile/creators/ColorsPicker.vue rename to src/views/profile/creators/ColorsPicker.vue diff --git a/src/views/Profile/creators/CreateCreator.vue b/src/views/profile/creators/CreateCreator.vue similarity index 100% rename from src/views/Profile/creators/CreateCreator.vue rename to src/views/profile/creators/CreateCreator.vue diff --git a/src/views/Profile/creators/CreatorPage.vue b/src/views/profile/creators/CreatorPage.vue similarity index 100% rename from src/views/Profile/creators/CreatorPage.vue rename to src/views/profile/creators/CreatorPage.vue diff --git a/src/views/Profile/creators/LogoPicker.vue b/src/views/profile/creators/LogoPicker.vue similarity index 100% rename from src/views/Profile/creators/LogoPicker.vue rename to src/views/profile/creators/LogoPicker.vue diff --git a/src/views/Profile/creators/Socials.vue b/src/views/profile/creators/Socials.vue similarity index 100% rename from src/views/Profile/creators/Socials.vue rename to src/views/profile/creators/Socials.vue diff --git a/src/views/profile/management/ManageAccount.vue b/src/views/profile/management/ManageAccount.vue new file mode 100644 index 0000000..29b5c4c --- /dev/null +++ b/src/views/profile/management/ManageAccount.vue @@ -0,0 +1,76 @@ + + + + + + + + + diff --git a/src/views/Profile/security/AccountSecurity.vue b/src/views/profile/security/AccountSecurity.vue similarity index 100% rename from src/views/Profile/security/AccountSecurity.vue rename to src/views/profile/security/AccountSecurity.vue diff --git a/src/views/Profile/security/ModalPassword.vue b/src/views/profile/security/ModalPassword.vue similarity index 100% rename from src/views/Profile/security/ModalPassword.vue rename to src/views/profile/security/ModalPassword.vue diff --git a/src/views/Profile/security/ModalRecoveryByEmailInfo.vue b/src/views/profile/security/ModalRecoveryByEmailInfo.vue similarity index 100% rename from src/views/Profile/security/ModalRecoveryByEmailInfo.vue rename to src/views/profile/security/ModalRecoveryByEmailInfo.vue diff --git a/src/views/Profile/security/ModalRecoveryByPhoneInfo.vue b/src/views/profile/security/ModalRecoveryByPhoneInfo.vue similarity index 100% rename from src/views/Profile/security/ModalRecoveryByPhoneInfo.vue rename to src/views/profile/security/ModalRecoveryByPhoneInfo.vue