(leaderboard): Get data from IndexedDB

Get leaderboard data from IndexedDB using localForage package
This commit is contained in:
2024-02-15 19:11:31 +01:00
parent 6d22409763
commit 6aca7b49cf
7 changed files with 79 additions and 35 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ export const gameStateAtom = atom({
default: {
status: 'board',
difficulty: 'begginer',
gridSize: 20,
gridSize: 12,
bombs: 0,
placedFlags: 0,
},