From 26cff723a0735118d0383b4646d36619d6d7c58d Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Thu, 8 Aug 2024 12:09:49 -0400 Subject: [PATCH] Added information to create your page. --- .../PageInformations/CreateCreator.vue | 71 +++++++++++++++++++ src/views/Profile/PageInformations.vue | 57 +++++++++++++-- src/views/main/Header.vue | 6 ++ 3 files changed, 127 insertions(+), 7 deletions(-) create mode 100644 src/views/Profile/Dialogs/PageInformations/CreateCreator.vue diff --git a/src/views/Profile/Dialogs/PageInformations/CreateCreator.vue b/src/views/Profile/Dialogs/PageInformations/CreateCreator.vue new file mode 100644 index 0000000..4efc779 --- /dev/null +++ b/src/views/Profile/Dialogs/PageInformations/CreateCreator.vue @@ -0,0 +1,71 @@ + + + diff --git a/src/views/Profile/PageInformations.vue b/src/views/Profile/PageInformations.vue index 16e6b8f..4f3a6d1 100644 --- a/src/views/Profile/PageInformations.vue +++ b/src/views/Profile/PageInformations.vue @@ -6,6 +6,7 @@ import BannerPicker from '@/views/Profile/Dialogs/PageInformations/BannerPicker. import ColorsPicker from '@/views/Profile/Dialogs/PageInformations/ColorsPicker.vue' import LogoPicker from "@/views/Profile/Dialogs/PageInformations/LogoPicker.vue" import About from "@/views/Profile/Dialogs/PageInformations/About.vue"; +import CreateCreator from "@/views/Profile/Dialogs/PageInformations/CreateCreator.vue"; const userStore = useUserStore() @@ -18,7 +19,8 @@ const componentsMap = { LogoPicker, Socials, ColorsPicker, - About + About, + CreateCreator }; const openDialog = (component, colorName = null) => { @@ -37,30 +39,71 @@ const closeDialog = () => { diff --git a/src/views/main/Header.vue b/src/views/main/Header.vue index 80c978a..ea73836 100644 --- a/src/views/main/Header.vue +++ b/src/views/main/Header.vue @@ -83,6 +83,12 @@ + + + Activer votre page + + + Mon profil