refactored sync & bangs

This commit is contained in:
Fabian Freund
2024-06-12 08:34:48 +02:00
parent ff40d57ce7
commit b1e2b65a0c
22 changed files with 1023 additions and 327 deletions
@@ -22,7 +22,7 @@ class BangChips extends HookConsumerWidget {
@override
Widget build(BuildContext context, WidgetRef ref) {
final frequentBangsAsync = ref.watch(frequentBangsProvider);
final frequentBangsAsync = ref.watch(frequentBangDataListProvider);
return frequentBangsAsync.when(
data: (bangs) {