From b347fac69a94b14cea3efd92a73089325f8f228a Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Tue, 6 Aug 2024 02:48:39 -0400 Subject: [PATCH] Adds ChangeColors for Creators --- .../Dialogs/PageInformations/ColorBorder.vue | 23 --- .../PageInformations/ColorBottomBanner.vue | 26 --- .../Dialogs/PageInformations/ColorMenu.vue | 23 --- .../PageInformations/ColorTopBanner.vue | 26 --- .../Dialogs/PageInformations/ColorsPicker.vue | 161 ++++++++++++++++++ src/views/Profile/PageInformations.vue | 49 +++--- src/views/creators/CreatorBanner.vue | 7 +- 7 files changed, 188 insertions(+), 127 deletions(-) delete mode 100644 src/views/Profile/Dialogs/PageInformations/ColorBorder.vue delete mode 100644 src/views/Profile/Dialogs/PageInformations/ColorBottomBanner.vue delete mode 100644 src/views/Profile/Dialogs/PageInformations/ColorMenu.vue delete mode 100644 src/views/Profile/Dialogs/PageInformations/ColorTopBanner.vue create mode 100644 src/views/Profile/Dialogs/PageInformations/ColorsPicker.vue diff --git a/src/views/Profile/Dialogs/PageInformations/ColorBorder.vue b/src/views/Profile/Dialogs/PageInformations/ColorBorder.vue deleted file mode 100644 index ca34005..0000000 --- a/src/views/Profile/Dialogs/PageInformations/ColorBorder.vue +++ /dev/null @@ -1,23 +0,0 @@ - - - - - diff --git a/src/views/Profile/Dialogs/PageInformations/ColorBottomBanner.vue b/src/views/Profile/Dialogs/PageInformations/ColorBottomBanner.vue deleted file mode 100644 index fbdaf3d..0000000 --- a/src/views/Profile/Dialogs/PageInformations/ColorBottomBanner.vue +++ /dev/null @@ -1,26 +0,0 @@ - - - - - diff --git a/src/views/Profile/Dialogs/PageInformations/ColorMenu.vue b/src/views/Profile/Dialogs/PageInformations/ColorMenu.vue deleted file mode 100644 index 26041c3..0000000 --- a/src/views/Profile/Dialogs/PageInformations/ColorMenu.vue +++ /dev/null @@ -1,23 +0,0 @@ - - - - - diff --git a/src/views/Profile/Dialogs/PageInformations/ColorTopBanner.vue b/src/views/Profile/Dialogs/PageInformations/ColorTopBanner.vue deleted file mode 100644 index d7288c8..0000000 --- a/src/views/Profile/Dialogs/PageInformations/ColorTopBanner.vue +++ /dev/null @@ -1,26 +0,0 @@ - - - - - diff --git a/src/views/Profile/Dialogs/PageInformations/ColorsPicker.vue b/src/views/Profile/Dialogs/PageInformations/ColorsPicker.vue new file mode 100644 index 0000000..c2f6937 --- /dev/null +++ b/src/views/Profile/Dialogs/PageInformations/ColorsPicker.vue @@ -0,0 +1,161 @@ + + + + + diff --git a/src/views/Profile/PageInformations.vue b/src/views/Profile/PageInformations.vue index c5e67f0..9607fae 100644 --- a/src/views/Profile/PageInformations.vue +++ b/src/views/Profile/PageInformations.vue @@ -1,32 +1,27 @@