collective-boredom-dial/src
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
..
components feat: Add multiplayer room system with real-time consensus 2025-12-08 06:17:30 +01:00
App.css feat: Add veto speaker button when boredom exceeds 66% 2025-12-08 06:22:27 +01:00
App.js feat: Add veto speaker button when boredom exceeds 66% 2025-12-08 06:22:27 +01:00
App.test.js Initialize project using Create React App 2025-06-17 14:59:30 +02:00
index.css feat: Add multiplayer room system with real-time consensus 2025-12-08 06:17:30 +01:00
index.js Initialize project using Create React App 2025-06-17 14:59:30 +02:00
logo.svg Initialize project using Create React App 2025-06-17 14:59:30 +02:00
reportWebVitals.js Initialize project using Create React App 2025-06-17 14:59:30 +02:00
setupTests.js Initialize project using Create React App 2025-06-17 14:59:30 +02:00