mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-17 14:44:00 +08:00
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user