Commit graph

2 commits

Author SHA1 Message Date
Decobus
e777b3d422 Add studio mode support for scene switching
- Detect when OBS is in studio mode using GetStudioModeEnabled API
- Switch preview scene instead of program scene when studio mode is active
- Maintain backward compatibility for normal mode operation
- Provide clear feedback indicating studio mode operation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-25 20:50:05 -04:00
Decobus
260eb3f7b2 Add OBS scene switching controls with dynamic button states
Some checks failed
Lint and Build / build (pull_request) Failing after 1m25s
- Add setScene API endpoint for OBS scene switching (1-Screen, 2-Screen, 4-Screen)
- Add getCurrentScene API endpoint to fetch active OBS scene
- Implement scene switching buttons in main UI with dynamic state tracking
- Buttons change color and text based on current active scene
- Glass morphism styling with Solarized Dark gradients
- Real-time scene state synchronization with optimistic UI updates
- Toast notifications for user feedback

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-22 18:52:49 -04:00