feat: Made design more responsive
fix: Made blurring server side to help with performance fix: Fixed shortcut useEffect loop
This commit is contained in:
parent
b4a89385d0
commit
9e4b2a02c1
38 changed files with 583 additions and 329 deletions
|
|
@ -76,6 +76,7 @@ export interface FrontEndGameType
|
|||
slug: string | null,
|
||||
name: string | null,
|
||||
platform_id: number | null,
|
||||
paths_screenshots: string[];
|
||||
};
|
||||
|
||||
export interface FrontEndGameTypeDetailed extends FrontEndGameType
|
||||
|
|
@ -84,7 +85,6 @@ export interface FrontEndGameTypeDetailed extends FrontEndGameType
|
|||
fs_size_bytes: number | null;
|
||||
missing: boolean;
|
||||
local: boolean;
|
||||
paths_screenshots: string[];
|
||||
achievements?: {
|
||||
unlocked: number;
|
||||
total: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue