obs-ss-plugin-webui/app/api
Decobus 78f4d325d8 Implement team name text overlays with refactored group structure
- Add createTextSource function with automatic OBS text input detection
- Implement createStreamGroup to create groups within team scenes instead of separate scenes
- Add team name text overlays positioned at top-left of each stream
- Refactor stream switching to use stream group names for cleaner organization
- Update setActive API to write stream group names to files
- Fix getActive API to return correct screen position data
- Improve team UUID assignment when adding streams
- Remove manage streams section from home page for cleaner UI
- Add vertical spacing to streams list to match teams page
- Support dynamic text input kinds (text_ft2_source_v2, text_gdiplus, etc.)

This creates a much cleaner OBS structure with 10 team scenes containing grouped
stream sources rather than 200+ individual stream scenes, while adding team
name text overlays for better stream identification.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-20 16:59:50 -04:00
..
__tests__ Fix comprehensive lint and type errors across codebase 2025-07-20 02:10:29 -04:00
addStream Implement team name text overlays with refactored group structure 2025-07-20 16:59:50 -04:00
createGroup Implement UUID-based tracking for OBS groups to handle renames 2025-07-20 15:30:18 -04:00
getActive Implement team name text overlays with refactored group structure 2025-07-20 16:59:50 -04:00
getTeamName Initial commit - OBS Source Switcher Plugin UI 2025-07-15 22:15:57 -04:00
obsStatus Update UI to match consistent layout patterns between pages 2025-07-19 04:39:40 -04:00
setActive Implement team name text overlays with refactored group structure 2025-07-20 16:59:50 -04:00
streams Add stream deletion functionality and improve UI 2025-07-20 13:16:06 -04:00
syncGroups Add OBS group management feature and documentation 2025-07-20 00:28:16 -04:00
teams Implement team name text overlays with refactored group structure 2025-07-20 16:59:50 -04:00
verifyGroups Implement UUID-based tracking for OBS groups to handle renames 2025-07-20 15:30:18 -04:00