From 9e8cf4fe4f51c9203a6364b21278c505f1d28c95 Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Thu, 23 Jan 2025 09:57:11 -0500 Subject: [PATCH 1/6] Fix mobile UI --- frontend/src/views/main/Home.vue | 133 +++++++++++++++++++++---------- 1 file changed, 92 insertions(+), 41 deletions(-) diff --git a/frontend/src/views/main/Home.vue b/frontend/src/views/main/Home.vue index ade986b..42934c5 100644 --- a/frontend/src/views/main/Home.vue +++ b/frontend/src/views/main/Home.vue @@ -4,24 +4,22 @@ import Footer from "@/views/main/Footer.vue"; - - \ No newline at end of file + \ No newline at end of file From 4760fca1a7651d3a59c57b303e981cf6797327ac Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Thu, 23 Jan 2025 10:52:58 -0500 Subject: [PATCH 2/6] Add a shortcut to the banner editor. --- frontend/src/views/creators/CreatorHome.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/frontend/src/views/creators/CreatorHome.vue b/frontend/src/views/creators/CreatorHome.vue index b6efd28..7933c9f 100644 --- a/frontend/src/views/creators/CreatorHome.vue +++ b/frontend/src/views/creators/CreatorHome.vue @@ -1,5 +1,6 @@