mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-23 12:27:59 +02:00
add grid item card size presets
This commit is contained in:
@@ -28,6 +28,7 @@ export const AlbumArtistListInfiniteGrid = ({
|
||||
},
|
||||
saveScrollOffset = true,
|
||||
serverId,
|
||||
size,
|
||||
}: AlbumArtistListInfiniteGridProps) => {
|
||||
const listCountQuery = artistsQueries.albumArtistListCount({
|
||||
query: { ...query },
|
||||
@@ -65,6 +66,7 @@ export const AlbumArtistListInfiniteGrid = ({
|
||||
onRangeChanged={onRangeChanged}
|
||||
onScrollEnd={handleOnScrollEnd}
|
||||
rows={rows}
|
||||
size={size}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user