bundle bangs, fetch on demand

This commit is contained in:
Fabian Freund
2025-07-16 16:28:31 +02:00
parent 6a246b5252
commit 009015ab85
12 changed files with 111251 additions and 18 deletions
@@ -40,7 +40,7 @@ class BangGroupListTile extends HookConsumerWidget {
onPressed: () async {
await ref
.read(bangSyncRepositoryProvider.notifier)
.syncBangGroup(group, null);
.syncRemoteBangGroup(group, null);
},
icon: const Icon(Icons.sync),
label: const Text('Sync'),