opt query pgc timeline

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-10 19:56:27 +08:00
parent f0f5224677
commit da17725616
5 changed files with 34 additions and 11 deletions

View File

@@ -77,7 +77,7 @@ class _PgcPageState extends CommonPageState<PgcPage, PgcController>
Widget _buildTimeline(
ThemeData theme,
LoadingState<List<Result>?> loadingState,
LoadingState<List<TimelineResult>?> loadingState,
) => switch (loadingState) {
Loading() => loadingWidget,
Success(:var response) =>