(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
+4 -3
View File
@@ -24,6 +24,10 @@
"sass": "^1.70.0",
"typescript": "^4.9.5"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"cz-conventional-changelog": "^3.3.0"
},
"eslintConfig": {
"extends": [
"react-app",
@@ -42,9 +46,6 @@
"last 1 safari version"
]
},
"devDependencies": {
"cz-conventional-changelog": "^3.3.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"