From da589ecc95867f2a3264e2a9d82f53378f1c8846 Mon Sep 17 00:00:00 2001
From: PascalMarchesseault
<97350299+PascalMarchesseault@users.noreply.github.com>
Date: Wed, 26 Jun 2024 22:54:03 -0400
Subject: [PATCH] Modified visual elements
---
src/App.vue | 4 +-
src/views/main/Creator.vue | 13 +--
src/views/main/Header.vue | 192 ++++++++++++++++++++++++++++-----
src/views/main/PostCard.vue | 4 +-
src/views/main/SideBar.vue | 19 ++--
src/views/main/SiteMenu.vue | 2 +-
src/views/main/posts.json | 8 ++
src/views/manualusers/ARPS.vue | 5 +-
8 files changed, 194 insertions(+), 53 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 9ceb4b3..7adf732 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -13,12 +13,12 @@
+ class=" fixed left-0 top-14 h-full border-r-2 bg-purple z-30 transition-transform duration-700">
-
+
diff --git a/src/views/main/Creator.vue b/src/views/main/Creator.vue
index 25b6ad2..cf491bf 100644
--- a/src/views/main/Creator.vue
+++ b/src/views/main/Creator.vue
@@ -8,16 +8,11 @@
-
diff --git a/src/views/main/Header.vue b/src/views/main/Header.vue
index 2952349..799c17a 100644
--- a/src/views/main/Header.vue
+++ b/src/views/main/Header.vue
@@ -7,7 +7,7 @@
-
+
+
+
+
+
-
-
+
+
+
+
+
+ mdi-magnify
+
mdi-bell-outline
-
-
- {{ currentUserName }}
-
+
+
+
+
+
+
+ {{ currentUserName }}
+
+
+
+
+
-
-
+
+
+ Mon profil
+
+
+ Mon wallet
+
+
+ Messages
+
+
+ Déconnexion
+
+
+
+
+
+
+
+
+
+ mdi-wallet
+
+
+
+
+
+
+
+
+ Balance actuelle
+ {{ currentUser.totalBalance }}$
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Comisssion
+
+
+
+
+
+
+
+
+
diff --git a/src/views/main/PostCard.vue b/src/views/main/PostCard.vue
index 46f112a..7fca6ff 100644
--- a/src/views/main/PostCard.vue
+++ b/src/views/main/PostCard.vue
@@ -36,9 +36,7 @@ const props = defineProps({
post: {
type: Object,
required: true,
- validator: (post) => {
- return 'banner' in post && 'image' in post && 'name' in post && 'title' in post && 'description' in post;
- }
+
}
});
diff --git a/src/views/main/SideBar.vue b/src/views/main/SideBar.vue
index c365f8a..d1d35b1 100644
--- a/src/views/main/SideBar.vue
+++ b/src/views/main/SideBar.vue
@@ -6,57 +6,57 @@
Subscriptions
-
+
-
- mdi-home
+ mdi-account
Hutopy
- mdi-home
+ mdi-account
L'Effet
- mdi-home
+ mdi-account
Chloe Beaugrand
- mdi-home
+ mdi-account
Guillaume Aime
- mdi-home
+ mdi-account
Mathieu Caron
- mdi-home
+ mdi-account
ARPS
+
-
@@ -64,7 +64,8 @@