From 6cc97fab3f3136988c96c915b456b899bc96c829 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 15 Aug 2025 03:56:02 +0000 Subject: [PATCH 1/3] Initial plan From 333e46106923efd309ac01bcfaf77b32357c0db9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 15 Aug 2025 04:01:18 +0000 Subject: [PATCH 2/3] Add livestream health status feature Co-authored-by: nandcello <2021570+nandcello@users.noreply.github.com> --- src/App.tsx | 41 ++++++++++++++++++ src/index.tsx | 20 +++++++++ src/services/youtube/livestream.ts | 69 ++++++++++++++++++++++++++++++ 3 files changed, 130 insertions(+) create mode 100644 src/services/youtube/livestream.ts diff --git a/src/App.tsx b/src/App.tsx index 1521d1f..c9bfa20 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -124,6 +124,7 @@ const YTAuthButton = () => {

{session.data.user.name}

+