This commit is contained in:
Henry Hiles 2025-12-07 16:31:03 -05:00
commit 63a9d2d169
No known key found for this signature in database
15 changed files with 388 additions and 299 deletions

View file

@ -41,7 +41,7 @@ class SpacesController extends AsyncNotifier<IList<Space>> {
title: "Home",
id: "home",
children: topLevelRooms,
icon: Icon(Icons.home),
icon: Icons.home,
),
Space(
client: client,
@ -54,7 +54,7 @@ class SpacesController extends AsyncNotifier<IList<Space>> {
.map((room) => room.fullRoom),
),
),
icon: Icon(Icons.person),
icon: Icons.person,
),
...(await Future.wait(
topLevelSpaces.map(