url scheme done, switch between apps and orgs mostly done

This commit is contained in:
metacryst
2026-01-12 14:10:17 -06:00
parent 434ecac47a
commit 419c8b1151
20 changed files with 406 additions and 215 deletions

View File

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