From af42b0c79b4747bff4f6175a6cb2e70562782051 Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Sat, 27 Jul 2024 01:16:25 -0400 Subject: [PATCH] added modals files --- src/views/Profile/AccountSecurity.vue | 4 +- .../Dialogs/AccountSecurity/ModalPassword.vue | 47 ++++++++++++++++--- .../ModalRecoveryByEmailInfo.vue | 32 ++++++++++--- .../ModalRecoveryByPhoneInfo.vue | 32 ++++++++++--- .../Dialogs/PageInformations/BannerPicker.vue | 11 +++++ .../Dialogs/PageInformations/ColorBorder.vue | 11 +++++ .../PageInformations/ColorBottomBanner.vue | 11 +++++ .../Dialogs/PageInformations/ColorMenu.vue | 11 +++++ .../PageInformations/ColorTopBanner.vue | 11 +++++ .../PageInformations/ModalFacebook.vue | 27 ++++++++--- .../PageInformations/ModalInstagram.vue | 27 ++++++++--- .../PageInformations/ModalLinkedIn.vue | 27 ++++++++--- .../Dialogs/PageInformations/ModalReddit.vue | 27 ++++++++--- .../Dialogs/PageInformations/ModalTikTok.vue | 27 ++++++++--- .../Dialogs/PageInformations/ModalWebsite.vue | 27 ++++++++--- .../Dialogs/PageInformations/ModalX.vue | 27 ++++++++--- .../Dialogs/PageInformations/ModalYoutube.vue | 27 ++++++++--- .../PageInformations/ProfilePicturePicker.vue | 11 +++++ .../Dialogs/PersonnalInfo/AdressesHome.vue | 4 +- src/views/Profile/PageInformations.vue | 33 ++++++++++--- 20 files changed, 349 insertions(+), 85 deletions(-) create mode 100644 src/views/Profile/Dialogs/PageInformations/BannerPicker.vue create mode 100644 src/views/Profile/Dialogs/PageInformations/ColorBorder.vue create mode 100644 src/views/Profile/Dialogs/PageInformations/ColorBottomBanner.vue create mode 100644 src/views/Profile/Dialogs/PageInformations/ColorMenu.vue create mode 100644 src/views/Profile/Dialogs/PageInformations/ColorTopBanner.vue create mode 100644 src/views/Profile/Dialogs/PageInformations/ProfilePicturePicker.vue diff --git a/src/views/Profile/AccountSecurity.vue b/src/views/Profile/AccountSecurity.vue index 01ea51b..8f8cf48 100644 --- a/src/views/Profile/AccountSecurity.vue +++ b/src/views/Profile/AccountSecurity.vue @@ -20,7 +20,7 @@ @click="openModal('ModalRecoveryByEmailInfo')" class="HoverBtn active:bg-gray-300 py-2 px-4 border-gray-400 shadow flex items-center transition duration-200 ease-in-out w-full"> mdi-email-outline - Adresse e-mail de récupération + Récupération par E-mail mdi-chevron-right @@ -30,7 +30,7 @@ @click="openModal('ModalRecoveryByPhoneInfo')" class="HoverBtn active:bg-gray-300 py-2 px-4 border-gray-400 shadow flex items-center transition duration-200 ease-in-out w-full rounded-b-2xl"> mdi-cellphone - Numéro de téléphone de récupération + Récupération par mobile mdi-chevron-right diff --git a/src/views/Profile/Dialogs/AccountSecurity/ModalPassword.vue b/src/views/Profile/Dialogs/AccountSecurity/ModalPassword.vue index f74cc4f..6e9bee1 100644 --- a/src/views/Profile/Dialogs/AccountSecurity/ModalPassword.vue +++ b/src/views/Profile/Dialogs/AccountSecurity/ModalPassword.vue @@ -1,11 +1,44 @@ - - - \ No newline at end of file + diff --git a/src/views/Profile/Dialogs/AccountSecurity/ModalRecoveryByEmailInfo.vue b/src/views/Profile/Dialogs/AccountSecurity/ModalRecoveryByEmailInfo.vue index 76684fd..658f0b2 100644 --- a/src/views/Profile/Dialogs/AccountSecurity/ModalRecoveryByEmailInfo.vue +++ b/src/views/Profile/Dialogs/AccountSecurity/ModalRecoveryByEmailInfo.vue @@ -1,11 +1,31 @@ - + - - \ No newline at end of file diff --git a/src/views/Profile/Dialogs/AccountSecurity/ModalRecoveryByPhoneInfo.vue b/src/views/Profile/Dialogs/AccountSecurity/ModalRecoveryByPhoneInfo.vue index 9d4023b..5759819 100644 --- a/src/views/Profile/Dialogs/AccountSecurity/ModalRecoveryByPhoneInfo.vue +++ b/src/views/Profile/Dialogs/AccountSecurity/ModalRecoveryByPhoneInfo.vue @@ -1,11 +1,31 @@ - + - - \ No newline at end of file diff --git a/src/views/Profile/Dialogs/PageInformations/BannerPicker.vue b/src/views/Profile/Dialogs/PageInformations/BannerPicker.vue new file mode 100644 index 0000000..ae269fe --- /dev/null +++ b/src/views/Profile/Dialogs/PageInformations/BannerPicker.vue @@ -0,0 +1,11 @@ + + + + + \ No newline at end of file diff --git a/src/views/Profile/Dialogs/PageInformations/ColorBorder.vue b/src/views/Profile/Dialogs/PageInformations/ColorBorder.vue new file mode 100644 index 0000000..d23ba03 --- /dev/null +++ b/src/views/Profile/Dialogs/PageInformations/ColorBorder.vue @@ -0,0 +1,11 @@ + + + + + \ No newline at end of file diff --git a/src/views/Profile/Dialogs/PageInformations/ColorBottomBanner.vue b/src/views/Profile/Dialogs/PageInformations/ColorBottomBanner.vue new file mode 100644 index 0000000..f21ded9 --- /dev/null +++ b/src/views/Profile/Dialogs/PageInformations/ColorBottomBanner.vue @@ -0,0 +1,11 @@ + + + + + \ No newline at end of file diff --git a/src/views/Profile/Dialogs/PageInformations/ColorMenu.vue b/src/views/Profile/Dialogs/PageInformations/ColorMenu.vue new file mode 100644 index 0000000..ce37082 --- /dev/null +++ b/src/views/Profile/Dialogs/PageInformations/ColorMenu.vue @@ -0,0 +1,11 @@ + + + + + \ No newline at end of file diff --git a/src/views/Profile/Dialogs/PageInformations/ColorTopBanner.vue b/src/views/Profile/Dialogs/PageInformations/ColorTopBanner.vue new file mode 100644 index 0000000..de596bd --- /dev/null +++ b/src/views/Profile/Dialogs/PageInformations/ColorTopBanner.vue @@ -0,0 +1,11 @@ + + + + + \ No newline at end of file diff --git a/src/views/Profile/Dialogs/PageInformations/ModalFacebook.vue b/src/views/Profile/Dialogs/PageInformations/ModalFacebook.vue index 5e657ee..14df41a 100644 --- a/src/views/Profile/Dialogs/PageInformations/ModalFacebook.vue +++ b/src/views/Profile/Dialogs/PageInformations/ModalFacebook.vue @@ -1,11 +1,24 @@ - - - \ No newline at end of file + diff --git a/src/views/Profile/Dialogs/PageInformations/ModalInstagram.vue b/src/views/Profile/Dialogs/PageInformations/ModalInstagram.vue index 1981065..6993d25 100644 --- a/src/views/Profile/Dialogs/PageInformations/ModalInstagram.vue +++ b/src/views/Profile/Dialogs/PageInformations/ModalInstagram.vue @@ -1,11 +1,24 @@ - - - \ No newline at end of file + diff --git a/src/views/Profile/Dialogs/PageInformations/ModalLinkedIn.vue b/src/views/Profile/Dialogs/PageInformations/ModalLinkedIn.vue index 9b2488a..2286e60 100644 --- a/src/views/Profile/Dialogs/PageInformations/ModalLinkedIn.vue +++ b/src/views/Profile/Dialogs/PageInformations/ModalLinkedIn.vue @@ -1,11 +1,24 @@ - - - \ No newline at end of file + diff --git a/src/views/Profile/Dialogs/PageInformations/ModalReddit.vue b/src/views/Profile/Dialogs/PageInformations/ModalReddit.vue index 93dce5a..e23ccb0 100644 --- a/src/views/Profile/Dialogs/PageInformations/ModalReddit.vue +++ b/src/views/Profile/Dialogs/PageInformations/ModalReddit.vue @@ -1,11 +1,24 @@ - - - \ No newline at end of file + diff --git a/src/views/Profile/Dialogs/PageInformations/ModalTikTok.vue b/src/views/Profile/Dialogs/PageInformations/ModalTikTok.vue index f7e857a..2a57004 100644 --- a/src/views/Profile/Dialogs/PageInformations/ModalTikTok.vue +++ b/src/views/Profile/Dialogs/PageInformations/ModalTikTok.vue @@ -1,11 +1,24 @@ - - - \ No newline at end of file + diff --git a/src/views/Profile/Dialogs/PageInformations/ModalWebsite.vue b/src/views/Profile/Dialogs/PageInformations/ModalWebsite.vue index b8d6c8e..b99e864 100644 --- a/src/views/Profile/Dialogs/PageInformations/ModalWebsite.vue +++ b/src/views/Profile/Dialogs/PageInformations/ModalWebsite.vue @@ -1,11 +1,24 @@ - - - \ No newline at end of file + diff --git a/src/views/Profile/Dialogs/PageInformations/ModalX.vue b/src/views/Profile/Dialogs/PageInformations/ModalX.vue index dce8fdb..f86f434 100644 --- a/src/views/Profile/Dialogs/PageInformations/ModalX.vue +++ b/src/views/Profile/Dialogs/PageInformations/ModalX.vue @@ -1,11 +1,24 @@ - - - \ No newline at end of file + diff --git a/src/views/Profile/Dialogs/PageInformations/ModalYoutube.vue b/src/views/Profile/Dialogs/PageInformations/ModalYoutube.vue index af36a8a..dd4492d 100644 --- a/src/views/Profile/Dialogs/PageInformations/ModalYoutube.vue +++ b/src/views/Profile/Dialogs/PageInformations/ModalYoutube.vue @@ -1,11 +1,24 @@ - - - \ No newline at end of file + diff --git a/src/views/Profile/Dialogs/PageInformations/ProfilePicturePicker.vue b/src/views/Profile/Dialogs/PageInformations/ProfilePicturePicker.vue new file mode 100644 index 0000000..34b10f4 --- /dev/null +++ b/src/views/Profile/Dialogs/PageInformations/ProfilePicturePicker.vue @@ -0,0 +1,11 @@ + + + + + \ No newline at end of file diff --git a/src/views/Profile/Dialogs/PersonnalInfo/AdressesHome.vue b/src/views/Profile/Dialogs/PersonnalInfo/AdressesHome.vue index cc6eef7..bced59c 100644 --- a/src/views/Profile/Dialogs/PersonnalInfo/AdressesHome.vue +++ b/src/views/Profile/Dialogs/PersonnalInfo/AdressesHome.vue @@ -1,10 +1,10 @@