undef-engine
2026-01-19
Async password hashing, admin monitoring, and Battleship updates
611 files · 30,184+ · 7,308-
Async password hashing
1 file changed
routes.pyUpdated auth routes with async hashing
- Implemented async password hashing to prevent event loop blocking
harden
behavioral
1 file
routes.py
Admin monitoring dashboards
3 files changed
AdminSessionDetail.tsxEnhanced admin session detail viewSessionDebugView.tsxCreated session debug viewAdminDashboard.tsxUpdated admin dashboard
- Added SessionDebugView for real-time session debugging
instantiate
behavioral
1 file
SessionDebugView.tsx
- Enhanced AdminDashboard and AdminSessionDetail with expanded monitoring
decouple
internal
2 files
AdminDashboard.tsxAdminSessionDetail.tsx
Battleship frontend updates
2 files changed
BattleshipBoard.tsxUpdated Battleship boardBattleshipGameOver.tsxUpdated game over phase
Haptic feedback and settings
2 files changed
SettingsPage.tsxAdded haptic feedback toggleapi.tsUpdated API library
- Connected haptic feedback to user settings preferences
instantiate
behavioral
2 files
SettingsPage.tsxapi.ts
Testing and documentation
2 files changed
ERROR_CODES.mdAdded error codes documentationTROUBLESHOOTING_ERRORS.mdAdded troubleshooting guide