Commit Graph

5 Commits

Author SHA1 Message Date
Jeff Emmett cb76142b2b feat: Add veto speaker button when boredom exceeds 66%
- Add veto button that appears when collective boredom > 66%
- Implement 15-second voting period for veto decisions
- Majority vote (50%+) required to pass veto
- Add animated UI for veto voting progress
- Show veto result (passed/failed) with animations
- WebSocket broadcasts veto state to all participants

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-08 06:22:27 +01:00
Jeff Emmett 2b0c831399 feat: Add multiplayer room system with real-time consensus
- Add WebSocket server for real-time boredom synchronization
- Add private room creation with 6-character codes
- Add mobile-optimized join page for phone participants
- Add QR code sharing for easy room joining
- Add individual participant mini-dials with color coding
- Add simulated bots for global room demo
- Update nginx config to proxy /api and /ws endpoints
- Add react-router-dom for multi-page navigation

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-08 06:17:30 +01:00
Jeff Emmett eec7f473a8 Add Docker configuration for self-hosted deployment
- Add Dockerfile with nginx for static file serving
- Add docker-compose.yml with Traefik labels
- Removes unused Tailwind dependencies during build

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-06 18:20:06 +01:00
Jeff Emmett 4c7dafe051 update styling and firebase 2025-06-22 12:14:11 +02:00
Jeff Emmett 22600572f1 Initialize project using Create React App 2025-06-17 14:59:30 +02:00