starting to fix mobile

This commit is contained in:
metacryst
2026-01-15 04:35:01 -06:00
parent d6d53aa4a5
commit b2bf4da13a
21 changed files with 172 additions and 1204 deletions

View File

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