use AppProgressIndicator for plain loading spinners

This commit is contained in:
2026-07-12 23:45:55 +02:00
parent 9994a1f3fa
commit f50359b4eb
5 changed files with 11 additions and 6 deletions
+2 -1
View File
@@ -7,6 +7,7 @@ import 'package:localstore/localstore.dart';
import '../../../widget/placeholder_view.dart';
import '../../api/request_cache.dart';
import '../app_progress_indicator.dart';
import 'json_viewer.dart';
class CacheView extends StatefulWidget {
@@ -71,7 +72,7 @@ class _CacheViewState extends State<CacheView> {
},
);
} else if (snapshot.connectionState != ConnectionState.done) {
return const Center(child: CircularProgressIndicator());
return const Center(child: AppProgressIndicator.large());
} else {
return const Center(
child: PlaceholderView(