1
0
Fork 0
forked from Nexus/nexus

WIP subspace support

This commit is contained in:
Henry Hiles 2026-06-05 21:23:06 -04:00
commit 6e02cce84f
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
5 changed files with 54 additions and 25 deletions

View file

@ -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,
]