refactor: search list (#150)

* refactor: search list

* feat: add virtual scrolling to the list
This commit is contained in:
BiggerRain
2025-02-19 11:19:15 +08:00
committed by GitHub
parent 0844970a1f
commit 37d395bde2
12 changed files with 349 additions and 244 deletions

View File

@@ -37,6 +37,7 @@
"react-i18next": "^15.1.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.27.0",
"react-window": "^1.8.11",
"rehype-highlight": "^7.0.1",
"rehype-katex": "^7.0.1",
"remark-breaks": "^4.0.0",
@@ -55,6 +56,7 @@
"@types/react-dom": "^18.2.7",
"@types/react-i18next": "^8.1.0",
"@types/react-katex": "^3.0.4",
"@types/react-window": "^1.8.8",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.20",
"immer": "^10.1.1",