LibreChat/client/src/hooks/Input
Danny Avila 24467dd626
⬆️ refactor: Improve Text Commands (#3152)
* refactor(useMentions): separate usage of `useSelectMention`

* refactor: separate handleKeyUp logic from useTextarea

* fix(Mention): cleanup blur timer

* refactor(handleKeyUp): improve command handling, prevent unintended re-trigger

* chore: remove console log

* chore: temporarily comment plus command
2024-06-21 12:34:28 -04:00
..
index.ts ⬆️ refactor: Improve Text Commands (#3152) 2024-06-21 12:34:28 -04:00
useAutoSave.ts 🗨️ feat: Prompts (#3131) 2024-06-20 20:24:32 -04:00
useCombobox.ts 📧 feat: Mention "@" Command Popover (#2635) 2024-05-07 13:13:55 -04:00
useDebounce.ts fix: Ensure Message Send Requires Key 🔑 (#1281) 2023-12-05 09:38:04 -05:00
useHandleKeyUp.ts ⬆️ refactor: Improve Text Commands (#3152) 2024-06-21 12:34:28 -04:00
useMentions.ts ⬆️ refactor: Improve Text Commands (#3152) 2024-06-21 12:34:28 -04:00
useMultipleKeys.ts feat: Google Gemini ❇️ (#1355) 2023-12-15 02:18:07 -05:00
useRequiresKey.ts 🔧 fix: Improve Endpoint Handling and Address Edge Cases (#1486) 2024-01-04 10:17:15 -05:00
useSelectMention.ts 🤖 feat: OpenAI Assistants v2 (initial support) (#2781) 2024-05-19 12:56:55 -04:00
useSpeechToText.ts 🔉 feat: Speech-to-text / Text-to-speech (initial support) (#2836) 2024-05-22 17:19:55 -04:00
useSpeechToTextBrowser.ts 🔉 feat: Speech-to-text / Text-to-speech (initial support) (#2836) 2024-05-22 17:19:55 -04:00
useSpeechToTextExternal.ts 🔉 feat: Speech-to-text / Text-to-speech (initial support) (#2836) 2024-05-22 17:19:55 -04:00
useTextarea.ts ⬆️ refactor: Improve Text Commands (#3152) 2024-06-21 12:34:28 -04:00
useTextToSpeech.ts 🔊 fix(tts): NotAllowedError (mobile/safari), Unsupported MediaSource type (firefox), Hide Audio Element (#2854) 2024-05-24 12:18:11 -04:00
useTextToSpeechBrowser.ts 🔉 feat: Speech-to-text / Text-to-speech (initial support) (#2836) 2024-05-22 17:19:55 -04:00
useTextToSpeechExternal.ts 🔈 fix(tts): update min value for playback rate (#2880) 2024-05-27 12:51:45 -04:00
useUserKey.ts 🔧 fix: Improve Endpoint Handling and Address Edge Cases (#1486) 2024-01-04 10:17:15 -05:00