obs-ss-plugin-webui/app/api
Decobus 02cad6a319 Add team and stream counts to footer
- Created /api/counts endpoint for database statistics
- Updated footer to display team and stream counts
- Shows counts when OBS is connected (alongside OBS stats)
- Shows database stats when OBS is disconnected (fallback display)
- Polls counts every 60 seconds (less frequent than OBS status)
- Maintains backward compatibility with API response formats

Footer now shows:
- Teams: X
- Streams: Y

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-22 14:28:14 -04:00
..
__tests__ Fix comprehensive lint and type errors across codebase 2025-07-20 02:10:29 -04:00
addStream Optimize codebase for production readiness 2025-07-22 13:57:31 -04:00
counts Add team and stream counts to footer 2025-07-22 14:28:14 -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 Optimize codebase for production readiness 2025-07-22 13:57:31 -04:00
obsStatus Update UI to match consistent layout patterns between pages 2025-07-19 04:39:40 -04:00
setActive Major enhancements to stream management and UI improvements 2025-07-20 22:27:41 -04:00
streams Optimize codebase for production readiness 2025-07-22 13:57:31 -04:00
syncGroups Add OBS group management feature and documentation 2025-07-20 00:28:16 -04:00
teams Major enhancements to stream management and UI improvements 2025-07-20 22:27:41 -04:00
verifyGroups Add system scene exclusion list to prevent infrastructure scenes from showing as orphaned 2025-07-20 22:40:47 -04:00