chore: Follow up spaces ui
This commit is contained in:
parent
7b0e0404c0
commit
8a5cd9bf16
1 changed files with 7 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue