Added search for existing chats

This commit is contained in:
2023-06-06 21:37:56 +02:00
parent 2b64426c1a
commit dc2af8e825
6 changed files with 95 additions and 112 deletions

View File

@ -151,6 +151,7 @@ class _FilesState extends State<Files> {
],
),
floatingActionButton: FloatingActionButton(
heroTag: "uploadFile",
backgroundColor: Theme.of(context).primaryColor,
onPressed: () {
showDialog(context: context, builder: (context) {