feat: adding dexie

This commit is contained in:
Chubby Granny Chaser
2024-09-21 21:19:00 +01:00
parent 30aa3f5470
commit 849b6de6bc
31 changed files with 338 additions and 142 deletions

View File

@@ -65,6 +65,8 @@ declare global {
searchGameRepacks: (query: string) => Promise<GameRepack[]>;
getGameStats: (objectId: string, shop: GameShop) => Promise<GameStats>;
getTrendingGames: () => Promise<TrendingGame[]>;
/* Meant for Dexie migration */
getRepacks: () => Promise<GameRepack[]>;
/* Library */
addGameToLibrary: (