angryzeroandCopilot b9364119da fix: serverInfo page shows data immediately on load
Eliminated redundant serverinfo RCON polling from the serverInfo page.
It now subscribes to the header's serverinfo-update CustomEvent instead.

Key changes:
- app.js: cache last serverinfo in window._lastServerInfo and dispatch
  serverinfo-update event so pages can pick up data immediately
- serverInfo.js: replaced setInterval-based polling with event listener
  plus immediate _lastServerInfo cache check, eliminating the initial
  blank page state and duplicate RCON requests

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-06-13 18:20:55 +02:00
2016-02-28 16:41:42 +00:00
S
Description
No description provided
MIT
235 KiB
Languages
JavaScript 86.8%
CSS 7%
HTML 6.2%