wip: search modal (link, category, or Google) with keybinds

This commit is contained in:
Sonny
2023-04-24 01:37:55 +02:00
parent d055387363
commit 43c7aab885
11 changed files with 595 additions and 46 deletions

16
package-lock.json generated
View File

@@ -9,7 +9,6 @@
"@prisma/client": "^4.12.0",
"@svgr/webpack": "^7.0.0",
"axios": "^1.3.5",
"hotkeys-js": "^3.10.2",
"next": "^13.3.0",
"next-auth": "^4.22.0",
"next-seo": "^6.0.0",
@@ -17,6 +16,7 @@
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.4.0",
"react-icons": "^4.8.0",
"react-select": "^5.7.2",
"sass": "^1.62.0",
@@ -4571,11 +4571,6 @@
"react-is": "^16.7.0"
}
},
"node_modules/hotkeys-js": {
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.10.2.tgz",
"integrity": "sha512-Z6vLmJTYzkbZZXlBkhrYB962Q/rZGc/WHQiyEGu9ZZVF7bAeFDjjDa31grWREuw9Ygb4zmlov2bTkPYqj0aFnQ=="
},
"node_modules/ignore": {
"version": "5.2.4",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
@@ -5753,6 +5748,15 @@
"react": "^18.2.0"
}
},
"node_modules/react-hotkeys-hook": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.4.0.tgz",
"integrity": "sha512-wOaCWLwgT/f895CMJrR9hmzVf+gfL8IpjWDXWXKngBp9i6Xqzf0tvLv4VI8l3Vlsg/cc4C/Iik3Ck76L/Hj0tw==",
"peerDependencies": {
"react": ">=16.8.1",
"react-dom": ">=16.8.1"
}
},
"node_modules/react-icons": {
"version": "4.8.0",
"resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.8.0.tgz",