From 29b07b40ba99cea443e79e7d0db03f9eb265793e Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Tue, 10 Sep 2024 01:05:17 -0400 Subject: [PATCH] I found part of the bug for mobile (the empty space on the side) - Still need to fix the profile picture and social media icons (as they create space). Move the language button and its logic. Modify the sidebar (add navigation buttons for mobile). Fix the display bug for the Subscription list. --- .../images/hutopymedia/icons/feedfollow.svg | 4 + src/views/creators/CreatorBanner.vue | 1 + src/views/creators/CreatorPage.vue | 2 +- src/views/creators/SubscriptionList.vue | 6 +- .../banner/bannerlower/BannerActionsSm.vue | 14 +- src/views/main/Header.vue | 29 +--- src/views/main/SideBar.vue | 125 ++++++++++++++---- 7 files changed, 118 insertions(+), 63 deletions(-) create mode 100644 public/images/hutopymedia/icons/feedfollow.svg diff --git a/public/images/hutopymedia/icons/feedfollow.svg b/public/images/hutopymedia/icons/feedfollow.svg new file mode 100644 index 0000000..74737c9 --- /dev/null +++ b/public/images/hutopymedia/icons/feedfollow.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/views/creators/CreatorBanner.vue b/src/views/creators/CreatorBanner.vue index 01a5c06..c3a3542 100644 --- a/src/views/creators/CreatorBanner.vue +++ b/src/views/creators/CreatorBanner.vue @@ -27,6 +27,7 @@
>
+
diff --git a/src/views/creators/CreatorPage.vue b/src/views/creators/CreatorPage.vue index f3d448e..dcf7f1f 100644 --- a/src/views/creators/CreatorPage.vue +++ b/src/views/creators/CreatorPage.vue @@ -8,7 +8,7 @@
-
+
diff --git a/src/views/creators/SubscriptionList.vue b/src/views/creators/SubscriptionList.vue index 8866246..b4fe476 100644 --- a/src/views/creators/SubscriptionList.vue +++ b/src/views/creators/SubscriptionList.vue @@ -9,9 +9,9 @@ const subscriptionStore = useSubscriptionStore() - - {{ selectedLanguage === 'fr' ? 'Fr' : 'En' }} - -