Commit Graph

7 Commits

Author SHA1 Message Date
AskaEth de58a1c42f feat: full i18n support - all pages use Lang.t() for zh/en 2026-07-27 20:31:41 +08:00
AskaEth 5cea0f9851 feat: click status indicator to force reconnect 2026-07-27 19:40:50 +08:00
AskaEth e3afb2ac9b fix: dual id/name matching for installed + console.error on all catches 2026-07-27 09:31:26 +08:00
AskaEth b00e59d5bf feat: UI test mode + per-game port configuration
- Settings: UI test mode toggle generates simulated telemetry data (speed/RPM/gear/laps...)
- Simulated data broadcasts via WebSocket and forwards to downstream devices
- game_ports config: per-game independent port overrides (shown when unified port off)
- Settings UI: game port list with save button, hidden when unified port enabled
- Sidebar: switch game reads game_ports[gameId] fallback to default_port
2026-07-26 17:49:18 +08:00
AskaEth e28be26ab3 fix: 7 bug fixes + port config with auto-restart
- HTTPException import added (was causing 500 on missing dashboard)
- game_manager.remove_plugin() restored (was AttributeError)
- api.js checks HTTP status codes, fails fast on errors
- sidebar game highlight only matches selected gameId
- scene resize handler uses stored canvas dims (was NaN)
- forwarder socket properly closed on listener stop
- telemetry port: use_unified_port toggle, off = per-game port, auto-restart on switch
2026-07-26 17:23:14 +08:00
AskaEth 3822f85b95 fix: theme toggle double-click bug - remove duplicate listener 2026-07-25 18:15:06 +08:00
Yei.J. (AskaEth) d61bb61a83 feat: TurboSu initial release - racing telemetry dashboard 2026-07-25 15:23:40 +08:00