Files
rust-rcon/js
angryzeroandCopilot f4e7dd5bb6 fix: empty server page on reload with cached connection
Router.go() sets window.location.hash, but when the hash already
matches (e.g. F5 reload at /#/addr/info then clicking a saved
connection), hashchange doesn't fire and the router never re-renders.
Switched to Router.navigate() which processes the route directly
regardless of current hash.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-06-13 18:26:08 +02:00
..