From d6ae048583ff8aeef8f431a4c7964dadaf8f7c2b Mon Sep 17 00:00:00 2001 From: gramps Date: Tue, 4 Aug 2026 10:54:21 -0700 Subject: [PATCH] Two-state flow with go-live dialog, unmissable live indicators, taskbar overlay --- GoLiveWindow.xaml | 131 +++++++++++++++++++++++++++++++++ GoLiveWindow.xaml.cs | 15 ++++ MainWindow.xaml | 51 +++++++++---- MainWindow.xaml.cs | 23 +++++- TASKS.md | 10 ++- ViewModels/GoLiveViewModel.cs | 85 +++++++++++++++++++++ ViewModels/MainViewModel.cs | 134 +++++++++++++++++++++++++--------- 7 files changed, 397 insertions(+), 52 deletions(-) create mode 100644 GoLiveWindow.xaml create mode 100644 GoLiveWindow.xaml.cs create mode 100644 ViewModels/GoLiveViewModel.cs diff --git a/GoLiveWindow.xaml b/GoLiveWindow.xaml new file mode 100644 index 0000000..bf9acdb --- /dev/null +++ b/GoLiveWindow.xaml @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +