From c26a4ba148267c7e8c0df4f0ceb811c55d0810c1 Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Sun, 30 Jun 2024 12:39:54 -0400 Subject: [PATCH] I changed the visuals of the documentation files, improved the appearance of the post page, modified the header of the profile view, and added a Feed view. --- src/router/index.js | 9 +++++- src/views/main/Creator.vue | 45 ++++++++++++++++++------------ src/views/main/Feed.vue | 41 +++++++++++++++++++++++++++ src/views/main/PostCard.vue | 20 ++++++------- src/views/main/PostContentMenu.vue | 7 +---- src/views/main/Profile.vue | 2 +- src/views/manualusers/ARPS.vue | 2 +- 7 files changed, 89 insertions(+), 37 deletions(-) create mode 100644 src/views/main/Feed.vue diff --git a/src/router/index.js b/src/router/index.js index 6aca19e..6147cb1 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -19,7 +19,8 @@ import Profile from '../views/main/Profile.vue' import ChloeBeaugrand from '../views/manualusers/ChloeProfile.vue' import Leffet from '../views/manualusers/LeffetProfile.vue' import MathieuCaron from '../views/manualusers/MathieuCaron.vue' -import Creator from "@/views/main/Creator.vue"; +import Creator from "@/views/main/Creator.vue" +import Feed from '../views/main/Feed.vue'; const routes = [ { @@ -131,6 +132,12 @@ const routes = [ name: 'wallet', component: Wallet }, + { + path: '/feed', + name: 'feed', + component: Feed + }, + ] diff --git a/src/views/main/Creator.vue b/src/views/main/Creator.vue index 7984b51..d608ba2 100644 --- a/src/views/main/Creator.vue +++ b/src/views/main/Creator.vue @@ -1,28 +1,37 @@ diff --git a/src/views/main/Feed.vue b/src/views/main/Feed.vue new file mode 100644 index 0000000..48ace0e --- /dev/null +++ b/src/views/main/Feed.vue @@ -0,0 +1,41 @@ + + + + + diff --git a/src/views/main/PostCard.vue b/src/views/main/PostCard.vue index 7fca6ff..746fdf4 100644 --- a/src/views/main/PostCard.vue +++ b/src/views/main/PostCard.vue @@ -1,28 +1,28 @@  diff --git a/src/views/main/PostContentMenu.vue b/src/views/main/PostContentMenu.vue index ed46932..15d2dd4 100644 --- a/src/views/main/PostContentMenu.vue +++ b/src/views/main/PostContentMenu.vue @@ -95,6 +95,7 @@ +