chore: Follow up spaces ui

pull/1223/head
Krille 1 year ago
parent 7b0e0404c0
commit 8a5cd9bf16
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -163,7 +163,13 @@ class ChatListViewBody extends StatelessWidget {
), ),
shrinkWrap: true, shrinkWrap: true,
scrollDirection: Axis.horizontal, scrollDirection: Axis.horizontal,
children: ActiveFilter.values children: [
ActiveFilter.allChats,
ActiveFilter.unread,
ActiveFilter.groups,
if (spaceDelegateCandidates.isNotEmpty)
ActiveFilter.spaces,
]
.map( .map(
(filter) => Padding( (filter) => Padding(
padding: padding:

Loading…
Cancel
Save