Selection and batch operations in file list

This commit is contained in:
2025-11-18 21:17:09 +08:00
parent 4409a6fb1e
commit db5199438a
7 changed files with 372 additions and 149 deletions

View File

@@ -281,8 +281,8 @@ class ComposeFundSheet extends HookConsumerWidget {
// Return the fund that was just created (but not yet paid)
if (context.mounted) {
hideLoadingModal(context);
Navigator.of(context).pop(fund);
}
Navigator.of(context).pop(fund);
return;
}
@@ -327,10 +327,10 @@ class ComposeFundSheet extends HookConsumerWidget {
if (context.mounted) {
hideLoadingModal(context);
Navigator.of(
context,
).pop(updatedFund);
}
Navigator.of(
context,
).pop(updatedFund);
} else {
isPushing.value = false;
}