🐛 Fixes members' loading bugs

This commit is contained in:
2025-06-08 22:33:47 +08:00
parent d165e488ad
commit 7740cf7830
7 changed files with 616 additions and 207 deletions

View File

@ -298,7 +298,7 @@ class SplitAvatarWidget extends ConsumerWidget {
return SizedBox(
width: radius,
height: radius,
child: CachedNetworkImage(imageUrl: uri, fit: BoxFit.cover),
child: UniversalImage(uri: uri, fit: BoxFit.cover),
);
}
}

View File

@ -16,7 +16,6 @@ class PostListNotifier extends _$PostListNotifier
@override
Future<CursorPagingData<SnPost>> build(String? pubName) {
this.pubName = pubName;
return fetch(cursor: null);
}

View File

@ -6,7 +6,7 @@ part of 'post_list.dart';
// RiverpodGenerator
// **************************************************************************
String _$postListNotifierHash() => r'58a2d5d9a8f742f0a3a3e224a51a811d43903e0d';
String _$postListNotifierHash() => r'a2a273cbf96393a84a66bd6ae8e88058704f3195';
/// Copied from Dart SDK
class _SystemHash {