From 97dcd419bb1ce8e7186b6e11f1978ad35a43fd33 Mon Sep 17 00:00:00 2001 From: Dominic Villemure Date: Fri, 5 Jul 2024 23:50:45 -0400 Subject: [PATCH] Merged with new stuff for CreatorPage --- src/App.vue | 2 +- .../{main => creators}/CreatorBanner.vue | 98 ++++- src/views/creators/CreatorPage.vue | 374 ++++-------------- src/views/main/DonationPopup.vue | 9 +- 4 files changed, 168 insertions(+), 315 deletions(-) rename src/views/{main => creators}/CreatorBanner.vue (52%) diff --git a/src/App.vue b/src/App.vue index 92e6f23..84ae9ea 100644 --- a/src/App.vue +++ b/src/App.vue @@ -36,7 +36,7 @@ import {eventBus} from '@/eventBus.js'; import {useUserStore} from "@/stores/user.js"; import {useClient} from "@/plugins/api.js"; -const hideSideBar = ref(false); +const hideSideBar = ref(true); const isUserLoaded = ref(false); const showPopup = ref(false); const popup = ref(null); diff --git a/src/views/main/CreatorBanner.vue b/src/views/creators/CreatorBanner.vue similarity index 52% rename from src/views/main/CreatorBanner.vue rename to src/views/creators/CreatorBanner.vue index f050f6d..bc37949 100644 --- a/src/views/main/CreatorBanner.vue +++ b/src/views/creators/CreatorBanner.vue @@ -3,7 +3,7 @@
-
+
1000+ Abonnés
500 Contacts en commun
@@ -25,19 +25,19 @@
- Profile Banner + Profile Banner
-

{{ user.firstName }}

+

{{ creator.firstName }}

-

{{ user.lastName }}

+

{{ creator.lastName }}

-

{{ user.occupation }}

+

{{ creator.occupation }}

@@ -46,15 +46,15 @@
-
+
Profile Picture -
+
- + + + + + + +