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
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%