refactor: moved queries to their own file
This commit is contained in:
parent
364bc9d0be
commit
cf6fff6fac
83 changed files with 1107 additions and 852 deletions
|
|
@ -17,6 +17,7 @@ export function PlatformsList (data: {
|
|||
onFocus?: GameCardFocusHandler;
|
||||
grid?: boolean;
|
||||
onSelect?: (source: string, id: string) => void;
|
||||
saveChildFocus?: "session" | "local";
|
||||
})
|
||||
{
|
||||
const isMobile = mobileCheck();
|
||||
|
|
@ -85,6 +86,7 @@ export function PlatformsList (data: {
|
|||
return (
|
||||
<CardList
|
||||
type="platform"
|
||||
saveChildFocus={data.saveChildFocus}
|
||||
id={data.id}
|
||||
grid={data.grid}
|
||||
className={twMerge('*:aspect-8/10! md:py-12', data.className)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue