Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-14 12:13:17 +08:00
parent 025775d231
commit 09be4f45f0
78 changed files with 428 additions and 849 deletions

View File

@@ -17,19 +17,14 @@ class HistorySearchPage extends StatefulWidget {
class _HistorySearchPageState
extends
CommonSearchPageState<
HistorySearchPage,
HistoryData,
HistoryItemModel
> {
CommonSearchPageState<HistorySearchPage, HistoryData, HistoryItemModel>
with GridMixin {
@override
final HistorySearchController controller = Get.put(
HistorySearchController(),
tag: Utils.generateRandomString(8),
);
late final gridDelegate = Grid.videoCardHDelegate(context, minHeight: 110);
@override
Widget buildList(List<HistoryItemModel> list) {
return SliverGrid.builder(