From 1499e042cbd50efc8dd9a778d34350f83115a148 Mon Sep 17 00:00:00 2001 From: Chris-1010 <122332721@umail.ucc.ie> Date: Thu, 6 Feb 2025 19:47:25 +0000 Subject: [PATCH] FIX: General fixes and update to HomePage --- frontend/index.html | 2 +- .../src/components/Checkout/CheckoutForm.tsx | 4 +- frontend/src/components/Layout/ListRow.tsx | 74 +++++++++---------- frontend/src/components/Layout/Navbar.tsx | 1 + .../src/components/Stream/StreamerRoute.tsx | 4 +- frontend/src/context/StreamsContext.tsx | 4 +- frontend/src/pages/HomePage.tsx | 8 +- frontend/src/pages/UserPage.tsx | 28 +++++-- frontend/src/pages/VideoPage.tsx | 25 +++---- frontend/tailwind.config.js | 12 +-- web_server/blueprints/__init__.py | 3 +- web_server/blueprints/streams.py | 12 ++- web_server/blueprints/user.py | 12 +-- web_server/blueprints/utils.py | 11 --- web_server/database/testing_data.sql | 27 +++---- web_server/utils/stream_utils.py | 2 +- web_server/utils/user_utils.py | 2 +- 17 files changed, 116 insertions(+), 115 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 5766ebe..2f8fa8d 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -7,7 +7,7 @@