feat: adding dexie

This commit is contained in:
Chubby Granny Chaser 2024-09-21 21:19:00 +01:00
parent 30aa3f5470
commit 849b6de6bc
No known key found for this signature in database
31 changed files with 338 additions and 142 deletions

View file

@ -44,7 +44,6 @@ export interface CatalogueEntry {
title: string;
/* Epic Games covers cannot be guessed with objectID */
cover: string;
repacks: GameRepack[];
}
export interface UserGame {
@ -71,7 +70,6 @@ export interface Game {
status: GameStatus | null;
folderName: string;
downloadPath: string | null;
repacks: GameRepack[];
progress: number;
bytesDownloaded: number;
playTimeInMilliseconds: number;