From 82363aa06b84544f30b267dde56aceb4a3e29a2a Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 25 Mar 2021 18:37:00 +0200 Subject: [PATCH] Show current user details/permissions in about panel --- lib/ui/app/menu_drawer.dart | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/ui/app/menu_drawer.dart b/lib/ui/app/menu_drawer.dart index 37d60ce8b..abd80eb22 100644 --- a/lib/ui/app/menu_drawer.dart +++ b/lib/ui/app/menu_drawer.dart @@ -928,8 +928,14 @@ void _showAbout(BuildContext context) async { ); }, ), + SizedBox(height: 8), + ListTile( + contentPadding: const EdgeInsets.all(0), + title: Text(state.user.fullName), + subtitle: Text(state.user.email), + ), Padding( - padding: const EdgeInsets.only(top: 24), + padding: const EdgeInsets.only(top: 8), child: RichText( text: TextSpan( children: [