feat: Show/hide third column in chat view

This commit is contained in:
krille-chan 2024-04-07 10:30:21 +02:00
commit 02ceddf9e8
No known key found for this signature in database
5 changed files with 93 additions and 52 deletions

View file

@ -26,7 +26,9 @@ class ChatAppBarTitle extends StatelessWidget {
highlightColor: Colors.transparent,
onTap: controller.isArchived
? null
: () => context.go('/rooms/${room.id}/details'),
: () => FluffyThemes.isThreeColumnMode(context)
? controller.toggleDisplayChatDetailsColumn()
: context.go('/rooms/${room.id}/details'),
child: Row(
children: [
Hero(