Added debounce for search and chat text inputs to help with typing speed responsiveness with large sessions (#2065)

This commit is contained in:
Zane
2025-04-07 14:53:57 -07:00
committed by GitHub
parent a986b2622c
commit e0baf577fc
5 changed files with 139 additions and 49 deletions
+2
View File
@@ -84,6 +84,7 @@
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/themes": "^3.1.5",
"@types/lodash": "^4.17.16",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-syntax-highlighter": "^15.5.13",
@@ -96,6 +97,7 @@
"electron-squirrel-startup": "^1.0.1",
"express": "^4.21.1",
"framer-motion": "^11.11.11",
"lodash": "^4.17.21",
"lucide-react": "^0.454.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",