Skip to content

Commit e986a4b

Browse files
committed
feat: added global search
1 parent ba4e717 commit e986a4b

24 files changed

+240718
-82782
lines changed

web/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"dependencies": {
1212
"@astrojs/tailwind": "^5.1.4",
1313
"@giscus/react": "^3.1.0",
14+
"@radix-ui/react-dialog": "^1.1.6",
1415
"@radix-ui/react-dropdown-menu": "^2.1.4",
1516
"@radix-ui/react-label": "^2.1.1",
1617
"@radix-ui/react-popover": "^1.1.4",
@@ -19,13 +20,16 @@
1920
"@radix-ui/react-slot": "^1.1.1",
2021
"@radix-ui/react-tooltip": "^1.1.6",
2122
"@tanstack/react-table": "^8.20.6",
23+
"@tanstack/react-virtual": "^3.13.0",
2224
"@types/react": "^19.0.2",
2325
"@types/react-dom": "^19.0.2",
2426
"astro": "^5.1.2",
2527
"astro-react-swc": "github:ahqsoftwares/astro-react-swc",
2628
"class-variance-authority": "^0.7.1",
2729
"clsx": "^2.1.1",
30+
"cmdk": "1.0.0",
2831
"lucide-react": "^0.474.0",
32+
"minisearch": "^7.1.2",
2933
"react": "^19.0.0",
3034
"react-dom": "^19.0.0",
3135
"tailwind-merge": "^2.6.0",

0 commit comments

Comments
 (0)