undef-engine
2025-11-27
Fix game state issues, overhaul frontend components, and add PyYAML
283 files · 25,516+ · 7,984-
Game state and Docker fixes
4 files changed
game_handlers_lifecycle.pyFixed critical game state management issuesgame_handlers_player.pyFixed player handler state bugsdocker-compose.ymlFixed Docker Compose configurationpyproject.tomlAdded PyYAML as a dependency
Frontend component overhaul
10 files changed
App.tsxUpdated application layout and routingAdminDashboard.tsxReworked admin dashboardEmojiPicker.tsxSignificantly reworked emoji pickerGameBoard.tsxEnhanced game boardGameBoardRouter.tsxUpdated game routerErrorBoundary.tsxImproved error recoveryErrorModal.tsxUpdated error modalAnswerCard.tsxUpdated answer card stylingButton.tsxUpdated button stylingAuthOrCodeModal.tsxUpdated auth modal
- Reworked nearly all major components including AdminDashboard, AnswerCard, AuthOrCodeModal, Button, Card, and ConfirmModal
streamline
behavioral
4 files
AdminDashboard.tsxAnswerCard.tsxAuthOrCodeModal.tsxButton.tsx
- Significantly reworked EmojiPicker with expanded functionality
streamline
internal
1 file
EmojiPicker.tsx
- Enhanced GameBoard and GameBoardRouter
streamline
internal
2 files
GameBoard.tsxGameBoardRouter.tsx
- Improved ErrorBoundary with better error recovery
harden
internal
1 file
ErrorBoundary.tsx