mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-19 16:56:12 +01:00
feat(client): add doubleClickHandler prop to Slider component to reset to default
feat(client): add doubleClickHandler to temperature, topP, freqP, and presP sliders in OpenAI Settings component
This commit is contained in:
parent
7d3df376ef
commit
214067cfcb
4 changed files with 32 additions and 4 deletions
17
client/package-lock.json
generated
17
client/package-lock.json
generated
|
|
@ -22,6 +22,7 @@
|
|||
"@types/node": "^18.15.10",
|
||||
"@types/react": "^18.0.30",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"@zattoo/use-double-click": "1.2.0",
|
||||
"axios": "^1.3.4",
|
||||
"class-variance-authority": "^0.4.0",
|
||||
"clsx": "^1.2.1",
|
||||
|
|
@ -4137,6 +4138,14 @@
|
|||
"dev": true,
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/@zattoo/use-double-click": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@zattoo/use-double-click/-/use-double-click-1.2.0.tgz",
|
||||
"integrity": "sha512-ArRw8SDCgYFvxc4Vpm2JIk1TuWBSUm0cYFqUfgRokz9lgW9m39NZAoeKMu3n3Mp3eKaBMXBrZhTWHUt+vYD87w==",
|
||||
"dependencies": {
|
||||
"react": ">=16.8.0"
|
||||
}
|
||||
},
|
||||
"node_modules/abab": {
|
||||
"version": "2.0.6",
|
||||
"dev": true,
|
||||
|
|
@ -16257,6 +16266,14 @@
|
|||
"version": "4.2.2",
|
||||
"dev": true
|
||||
},
|
||||
"@zattoo/use-double-click": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@zattoo/use-double-click/-/use-double-click-1.2.0.tgz",
|
||||
"integrity": "sha512-ArRw8SDCgYFvxc4Vpm2JIk1TuWBSUm0cYFqUfgRokz9lgW9m39NZAoeKMu3n3Mp3eKaBMXBrZhTWHUt+vYD87w==",
|
||||
"requires": {
|
||||
"react": ">=16.8.0"
|
||||
}
|
||||
},
|
||||
"abab": {
|
||||
"version": "2.0.6",
|
||||
"dev": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue