feat: add a search modal using the database (wip)

This commit is contained in:
Sonny
2024-05-25 03:40:08 +02:00
committed by Sonny
parent b28499a69a
commit 56c05f1bf6
21 changed files with 535 additions and 621 deletions

View File

@@ -48,7 +48,6 @@
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/react-toggle": "^4.0.5",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"hot-hook": "^0.2.6",
@@ -79,6 +78,7 @@
"edge.js": "^6.0.2",
"hex-rgb": "^5.0.0",
"i18next": "^23.11.4",
"knex": "^3.1.0",
"luxon": "^3.4.4",
"node-html-parser": "^6.1.13",
"pg": "^8.11.5",
@@ -91,8 +91,7 @@
"react-icons": "^5.2.1",
"react-swipeable": "^7.0.1",
"react-toggle": "^4.1.3",
"reflect-metadata": "^0.2.2",
"uuid": "^9.0.1"
"reflect-metadata": "^0.2.2"
},
"hotHook": {
"boundaries": [
@@ -116,4 +115,4 @@
"lint-staged": {
"*.js,*.ts,*.jsx,*.tsx": "eslint --cache --fix"
}
}
}