mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
* refactor: scrollToEnd * fix(validateConvoAccess): search conversation by ID for proper validation * feat: Add unique index for conversationId and user in convoSchema * refactor: Update font sizes 1 rem -> font-size-base in style.css * fix: Assistants map type issues * refactor: Remove obsolete scripts * fix: Update DropdownNoState component to handle both string and OptionType values * refactor: Remove config/loader.js file * fix: remove crypto.randomBytes(); refactor: Create reusable function for generating token and hash |
||
|---|---|---|
| .. | ||
| action.js | ||
| assistant.js | ||
| balance.js | ||
| categories.js | ||
| conversationTagSchema.js | ||
| convoSchema.js | ||
| defaults.js | ||
| fileSchema.js | ||
| key.js | ||
| messageSchema.js | ||
| pluginAuthSchema.js | ||
| presetSchema.js | ||
| projectSchema.js | ||
| promptSchema.js | ||
| roleSchema.js | ||
| shareSchema.js | ||
| tokenSchema.js | ||
| transaction.js | ||
| userSchema.js | ||