mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-15 07:54:18 +02:00
add grid item card size presets
This commit is contained in:
@@ -29,6 +29,7 @@ export const PlaylistListPaginatedGrid = ({
|
||||
},
|
||||
saveScrollOffset = true,
|
||||
serverId,
|
||||
size,
|
||||
}: PlaylistListPaginatedGridProps) => {
|
||||
const listCountQuery = playlistsQueries.listCount({
|
||||
query: { ...query },
|
||||
@@ -76,6 +77,7 @@ export const PlaylistListPaginatedGrid = ({
|
||||
itemType={LibraryItem.PLAYLIST}
|
||||
onScrollEnd={handleOnScrollEnd}
|
||||
rows={rows}
|
||||
size={size}
|
||||
/>
|
||||
</ItemListWithPagination>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user