diff --git a/frontend/public/images/category_thumbnails/fifa_24.webp b/frontend/public/images/category_thumbnails/fifa_24.webp new file mode 100644 index 0000000..5515939 Binary files /dev/null and b/frontend/public/images/category_thumbnails/fifa_24.webp differ diff --git a/frontend/public/images/category_thumbnails/the_legend_of_zelda_breath_of_the_wild.webp b/frontend/public/images/category_thumbnails/the_legend_of_zelda_breath_of_the_wild.webp new file mode 100644 index 0000000..d009a1d Binary files /dev/null and b/frontend/public/images/category_thumbnails/the_legend_of_zelda_breath_of_the_wild.webp differ diff --git a/frontend/public/images/category_thumbnails/the_legend_of_zelda_tears_of_the_kingdom.webp b/frontend/public/images/category_thumbnails/the_legend_of_zelda_tears_of_the_kingdom.webp deleted file mode 100644 index 457e644..0000000 Binary files a/frontend/public/images/category_thumbnails/the_legend_of_zelda_tears_of_the_kingdom.webp and /dev/null differ diff --git a/frontend/src/assets/styles/index.css b/frontend/src/assets/styles/index.css index 202e6f3..7589886 100644 --- a/frontend/src/assets/styles/index.css +++ b/frontend/src/assets/styles/index.css @@ -55,9 +55,9 @@ body[data-theme="light"] { --user-pfp-border: #ffffff; --user-pfp-border-shadow: -10px 15px 25px rgba(0, 0, 0, 0.754); - --user-borderBg: rgb(123, 0, 0); + --user-borderBg: rgb(70, 0, 67); --user-box: rgb(128, 0, 255); - --user-box-strip: rgb(255, 0, 0); + --user-box-strip: rgb(120, 3, 120); --user-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.754); --user-sideBox: rgb(149, 0, 255); --user-contentBox: rgb(255, 255, 253); diff --git a/frontend/src/components/Layout/Footer.tsx b/frontend/src/components/Layout/Footer.tsx index 9eff8cb..ee9859a 100644 --- a/frontend/src/components/Layout/Footer.tsx +++ b/frontend/src/components/Layout/Footer.tsx @@ -41,9 +41,6 @@ const Footer = () => { {/* About Section */}

Gander

-

- Your very favourite streaming service -

{/* Office Section */} diff --git a/frontend/src/pages/AllCategoriesPage.tsx b/frontend/src/pages/AllCategoriesPage.tsx index f32d33c..8bad3c3 100644 --- a/frontend/src/pages/AllCategoriesPage.tsx +++ b/frontend/src/pages/AllCategoriesPage.tsx @@ -79,8 +79,7 @@ const AllCategoriesPage: React.FC = () => { return ( { bg-[var(--user-box)] z-10 flex-shrink justify-center" style={{ boxShadow: "var(--user-box-shadow)" }} > -
+
{/* Profile Picture */}
None: if user_id: remove_favourability_entry(data["user_id"], stream_id) num_viewers = len(list(socketio.server.manager.get_participants("/", stream_id))) - update_viewers(str(user_id), str(stream_id)) + update_viewers(stream_id, num_viewers) emit("status", { "message": f"Welcome to the chat, stream_id: {stream_id}",