LibreChat/client/src/hooks/Input
Danny Avila b01c744eb8
🧵 fix: Prevent Unnecessary Re-renders when Loading Chats (#5189)
* chore: typing

* chore: typing

* fix: enhance message scrolling logic to handle empty messages tree and ref checks

* fix: optimize message selection logic with useCallback for better performance

* chore: typing

* refactor: optimize icon rendering

* refactor: further optimize chat props

* fix: remove unnecessary console log in useQueryParams cleanup

* refactor: add queryClient to reset message data on new conversation initiation

* refactor: update data-testid attributes for consistency and improve code readability

* refactor: integrate queryClient to reset message data on new conversation initiation
2025-01-06 10:32:44 -05:00
..
index.ts 🧠 feat: Prompt caching switch, prompt query params; refactor: static cache, prompt/markdown styling, trim copied code, switch new chat to convo URL (#3784) 2024-08-26 15:34:46 -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
useGetAudioSettings.ts 🔀 refactor: Modularize TTS Logic for Improved Browser support (#3657) 2024-08-15 11:34:25 -04:00
useHandleKeyUp.ts 🔒 feat: RBAC for Multi-Convo Feature (#3964) 2024-09-09 16:29:24 -04:00
useMentions.ts 🔗 feat: Convo Settings via URL Query Params & Mention Models (#5184) 2025-01-04 20:36:12 -05:00
useMultipleKeys.ts feat: Google Gemini ❇️ (#1355) 2023-12-15 02:18:07 -05:00
useQueryParams.ts 🧵 fix: Prevent Unnecessary Re-renders when Loading Chats (#5189) 2025-01-06 10:32:44 -05:00
useRequiresKey.ts 🔧 fix: Improve Endpoint Handling and Address Edge Cases (#1486) 2024-01-04 10:17:15 -05:00
useSelectMention.ts 🔗 feat: Convo Settings via URL Query Params & Mention Models (#5184) 2025-01-04 20:36:12 -05:00
useSpeechToText.ts 🗣️ feat: Edge TTS engine (#3358) 2024-08-07 14:15:41 -04:00
useSpeechToTextBrowser.ts 🗣️ feat: Edge TTS engine (#3358) 2024-08-07 14:15:41 -04:00
useSpeechToTextExternal.ts 🗣️ feat: Edge TTS engine (#3358) 2024-08-07 14:15:41 -04:00
useTextarea.ts 🔗 feat: Convo Settings via URL Query Params & Mention Models (#5184) 2025-01-04 20:36:12 -05:00
useTextToSpeech.ts 🔀 refactor: Modularize TTS Logic for Improved Browser support (#3657) 2024-08-15 11:34:25 -04:00
useTextToSpeechBrowser.ts fix(useTextToSpeechBrowser): handle undefined window.speechSynthesis on some android devices 2024-08-16 02:49:59 -04:00
useTextToSpeechEdge.ts 🔀 refactor: Modularize TTS Logic for Improved Browser support (#3657) 2024-08-15 11:34:25 -04:00
useTextToSpeechExternal.ts 🔀 refactor: Modularize TTS Logic for Improved Browser support (#3657) 2024-08-15 11:34:25 -04:00
useUserKey.ts 🔑 feat: infinite key expiry (#3252) 2024-07-05 10:15:09 -04:00