Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-26 16:34:02 +08:00
parent a623ceee47
commit 7049e5c63a
23 changed files with 71 additions and 116 deletions

View File

@@ -70,7 +70,7 @@ class _MemberFavoriteState extends State<MemberFavorite>
Loading() => SliverPadding(
padding: const EdgeInsets.only(top: 7),
sliver: SliverGrid.builder(
gridDelegate: Grid.videoCardHDelegate(context),
gridDelegate: gridDelegate,
itemBuilder: (context, index) => const VideoCardHSkeleton(),
itemCount: 10,
),
@@ -169,7 +169,7 @@ class _MemberFavoriteState extends State<MemberFavorite>
itemBuilder: (context, index) {
final item = list[index];
return SizedBox(
height: 98,
height: 110,
child: MemberFavItem(
item: item,
onDelete: (isDeleted) {