From 8a5cd9bf160299eb28df346e2e137e4ad5ca3fdc Mon Sep 17 00:00:00 2001 From: Krille Date: Mon, 15 Jul 2024 13:45:02 +0200 Subject: [PATCH] chore: Follow up spaces ui --- lib/pages/chat_list/chat_list_body.dart | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/pages/chat_list/chat_list_body.dart b/lib/pages/chat_list/chat_list_body.dart index 0b9c00889..1d1705ca1 100644 --- a/lib/pages/chat_list/chat_list_body.dart +++ b/lib/pages/chat_list/chat_list_body.dart @@ -163,7 +163,13 @@ class ChatListViewBody extends StatelessWidget { ), shrinkWrap: true, scrollDirection: Axis.horizontal, - children: ActiveFilter.values + children: [ + ActiveFilter.allChats, + ActiveFilter.unread, + ActiveFilter.groups, + if (spaceDelegateCandidates.isNotEmpty) + ActiveFilter.spaces, + ] .map( (filter) => Padding( padding: