opt follow tab

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-10 13:28:24 +08:00
parent 4c758bb1a3
commit bdf3cfc750
12 changed files with 52 additions and 38 deletions

View File

@@ -205,7 +205,7 @@ class _PgcIndexPageState extends State<PgcIndexPage>
Widget _buildList(LoadingState<List<PgcIndexItem>?> loadingState) {
return switch (loadingState) {
Loading() => const SliverToBoxAdapter(child: LinearProgressIndicator()),
Loading() => linearLoading,
Success(:var response) => response?.isNotEmpty == true
? SliverGrid(
gridDelegate: SliverGridDelegateWithExtentAndRatio(