From fa728fdfebe48a1b0f95885bd3c30d9f43832335 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Thu, 25 Sep 2025 20:30:34 +0000 Subject: [PATCH] Add a live indicator to the website navigation for current streams Adds a "LIVE" button with a pulsating red dot to the navigation bar and mobile menu, indicating active streams. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 45a1dcfc-f8a2-475a-a6b9-96fbb841dc27 Replit-Commit-Checkpoint-Type: intermediate_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/60d372ff-2c10-46c7-b01b-10c3435136b0/45a1dcfc-f8a2-475a-a6b9-96fbb841dc27/CdguB3F --- client/src/pages/home.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 6b543b1..a49eccc 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -104,6 +104,11 @@ export default function Home() { GIPFELSTAMMTISCH + + + LIVE + +
@@ -170,6 +175,14 @@ export default function Home() { > GIPFELSTAMMTISCH + setIsMobileMenuOpen(false)} + > + + LIVE +