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.py Updated 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.tsx Enhanced admin session detail view
  • SessionDebugView.tsx Created session debug view
  • AdminDashboard.tsx Updated 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.tsx
    • AdminSessionDetail.tsx

Battleship frontend updates

2 files changed
  • BattleshipBoard.tsx Updated Battleship board
  • BattleshipGameOver.tsx Updated game over phase
  • Updated BattleshipBoard with improved game grid and lobby components decouple internal
    1 file
    • BattleshipBoard.tsx

Haptic feedback and settings

2 files changed
  • SettingsPage.tsx Added haptic feedback toggle
  • api.ts Updated API library
  • Connected haptic feedback to user settings preferences instantiate behavioral
    2 files
    • SettingsPage.tsx
    • api.ts

Testing and documentation

2 files changed
  • ERROR_CODES.md Added error codes documentation
  • TROUBLESHOOTING_ERRORS.md Added troubleshooting guide
  • Finalized PDQ dispute system tests and improved overall code coverage qualify internal
  • Added error codes documentation and troubleshooting guide specify internal
    2 files
    • ERROR_CODES.md
    • TROUBLESHOOTING_ERRORS.md