Add button under account to show userid+tokens

This commit is contained in:
2025-11-09 20:27:59 +01:00
parent 521c1e94c0
commit b3083d37c3
9 changed files with 121 additions and 18 deletions

View File

@@ -40,7 +40,7 @@ class _EditKeyTokenChannelsDialogState extends State<EditKeyTokenChannelsDialog>
return AlertDialog(
title: const Text('Channels'),
content: Container(
width: 0,
width: 9000,
height: 400,
child: Column(
children: [

View File

@@ -33,7 +33,7 @@ class _EditKeyTokenPermissionsDialogState extends State<EditKeyTokenPermissionsD
return AlertDialog(
title: const Text('Permissions'),
content: Container(
width: 0,
width: 9000,
height: 400,
child: ListView.builder(
shrinkWrap: true,