feat: redesign chats drawer to make it more minimal

This commit is contained in:
cogwheel0
2025-09-19 14:44:58 +05:30
parent 4e41a8fd4d
commit 6be8d0f5ab
4 changed files with 453 additions and 267 deletions

View File

@@ -1010,7 +1010,7 @@ class _ChatPageState extends ConsumerState<ChatPage> {
drawerEdgeDragWidth: MediaQuery.of(context).size.width * 0.5,
drawerScrimColor: Colors.black.withValues(alpha: 0.32),
drawer: Drawer(
width: (MediaQuery.of(context).size.width * 0.88).clamp(
width: (MediaQuery.of(context).size.width * 0.80).clamp(
280.0,
420.0,
),