Commit Graph

10 Commits

Author SHA1 Message Date
gramps 4caf7eec8d Three explicit buttons: Connect / Go Live / End Stream, shown per state 2026-08-04 10:37:38 -07:00
gramps 639e1bb323 Remove redundant OFFLINE/LIVE status pill; single button conveys state 2026-08-04 10:36:37 -07:00
gramps 4293ae11a4 Replace three-button cluster with a single context-aware primary button
Button follows the user journey: 'Connect to YouTube' (not signed in)
-> 'Go Live' (connected, idle) -> 'Stop Stream' (live).
2026-08-04 10:35:00 -07:00
gramps 8ee44f571e UI polish: YouTube status light, Go Live/Stop Stream buttons with working visibility 2026-08-04 10:32:04 -07:00
gramps d4945f4fd0 Make YouTube auth optional and non-blocking; manual stream key is baseline go-live path 2026-08-04 10:28:01 -07:00
gramps 8aebbff318 Add README with design principle, TASKS.md roadmap, and ai.md agent guide 2026-08-04 10:24:20 -07:00
gramps b3c81f0af8 Silence CS1998 warning in StartStream stub 2026-08-04 09:16:54 -07:00
gramps 84599303fc Fix HttpUtility reference in auth URL builder 2026-08-04 09:14:11 -07:00
gramps 29c33012c1 Add .gitignore 2026-08-04 09:10:07 -07:00
gramps 9103ff1fb7 Initial scaffold: ytLive C# WPF project
- MVVM architecture (Models, ViewModels, Views, Services, Helpers)
- Models: Scene, Source, StreamConfig, StreamHealth, YouTubeChannel, ChatMessage
- Services: YouTubeAuthService (OAuth2), YouTubeStreamService (broadcasts/stream health),
  YouTubeChatService (live chat polling)
- ViewModels: MainViewModel with scene management, stream controls, chat
- MainWindow with dark theme: scene/source panel, preview area, chat panel, status bar
- Version roadmap: v0.1 (scenes, RTMP, OAuth2, chat, health) -> 1.0
2026-08-04 09:09:52 -07:00