switching networks works, established server functions

This commit is contained in:
metacryst
2026-01-16 05:22:52 -06:00
parent d2982543d0
commit d3df5bb6cb
31 changed files with 410 additions and 310 deletions

View File

@@ -1,7 +1,7 @@
class Dashboard extends Shadow {
render() {
VStack(() => {
console.log(window.currentNetwork)
console.log(global.currentNetwork)
})
.width(100, pct)
.height(100, pct)