fixed error where complete entries are shown as incomplete and made ui enhancements to overview

This commit is contained in:
Nico
2025-06-05 18:44:18 +02:00
parent cd2a80113e
commit 9431232e91
8 changed files with 70 additions and 84 deletions

View File

@@ -258,7 +258,7 @@ class AddEntriesDialogHelper {
);
}
} catch (e) {
debugPrint(e.toString());
print(e.toString());
}
},
child: Text(AppLocalizations.of(context)!.justsave),