From 0ebe3369e1ab4f2921c2009a28d620fd60cead1c Mon Sep 17 00:00:00 2001 From: StormGear Date: Tue, 4 Feb 2025 09:14:22 +0000 Subject: [PATCH] readded the TODO --- lib/importer/import_dialog.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/importer/import_dialog.dart b/lib/importer/import_dialog.dart index 51a0ed9e..52dec2c7 100644 --- a/lib/importer/import_dialog.dart +++ b/lib/importer/import_dialog.dart @@ -11,6 +11,9 @@ void importToCollectionPane( WidgetRef ref, ScaffoldMessengerState sm, ) { + // TODO: The dialog must have a feature to paste contents in a text field + // Also, a mechanism can be added where on importing a file it shows the + // contents in the text field and then the user presses ok to add it to collection showImportDialog( context: context, importFormat: ref.watch(importFormatStateProvider),