WIP subspace support
This commit is contained in:
parent
7e7e6877e2
commit
6e02cce84f
5 changed files with 54 additions and 25 deletions
|
|
@ -103,12 +103,14 @@ class SpacesController extends Notifier<IList<Space>> {
|
|||
title: "Home",
|
||||
icon: Icons.home,
|
||||
children: homeRooms,
|
||||
subSpaces: .new(),
|
||||
),
|
||||
.new(
|
||||
id: "dms",
|
||||
title: "Direct Messages",
|
||||
icon: Icons.people,
|
||||
children: dmRooms,
|
||||
subSpaces: .new(),
|
||||
),
|
||||
...topLevelSpacesList,
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue