forked from Henry-Hiles/nexus
progress
This commit is contained in:
parent
541933a939
commit
63a9d2d169
15 changed files with 388 additions and 299 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue