mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 02:10:15 +01:00
* 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 |
||
|---|---|---|
| .. | ||
| index.ts | ||
| useAutoSave.ts | ||
| useCombobox.ts | ||
| useDebounce.ts | ||
| useGetAudioSettings.ts | ||
| useHandleKeyUp.ts | ||
| useMentions.ts | ||
| useMultipleKeys.ts | ||
| useQueryParams.ts | ||
| useRequiresKey.ts | ||
| useSelectMention.ts | ||
| useSpeechToText.ts | ||
| useSpeechToTextBrowser.ts | ||
| useSpeechToTextExternal.ts | ||
| useTextarea.ts | ||
| useTextToSpeech.ts | ||
| useTextToSpeechBrowser.ts | ||
| useTextToSpeechEdge.ts | ||
| useTextToSpeechExternal.ts | ||
| useUserKey.ts | ||