mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
* chore: remove unused code * refactor: Update NewChatButtonIcon component to use JSX syntax The NewChatButtonIcon component in the Nav folder has been updated to use JSX syntax instead of calling the Icon function directly. This change improves code readability and maintainability. * remove use memo * refactor: allow passing `select` to messages db query * fix: initial fix for non-recursive messages * ci: first pass, importers test rewrite * fix(groupConversationsByDate): handle edge case of conversation.updatedAt being null * fix: correctly handle non-recursive uploads * feat: imports non-recursive conversations with branches correctly * feat: support retaining original options on import * refactor: Allow `messageTree` field for Import of non-recursive conversations |
||
|---|---|---|
| .. | ||
| emails | ||
| import | ||
| citations.js | ||
| countTokens.js | ||
| crypto.js | ||
| files.js | ||
| handleText.js | ||
| handleText.spec.js | ||
| index.js | ||
| jobScheduler.js | ||
| math.js | ||
| queue.js | ||
| removePorts.js | ||
| sendEmail.js | ||
| streamResponse.js | ||