mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-23 03:40:14 +01:00
- Replaced button-based sorting headers in the Chat Input Files Table with a new SortFilterHeader component for better code organization and consistency. - Updated the header for filename, updatedAt, and bytes columns to utilize the new component. Enhance Navigation Component with Skeleton Loading States - Added Skeleton loading states to the Nav component for better user experience during data fetching. - Updated Suspense fallbacks for AgentMarketplaceButton and BookmarkNav components to display Skeletons. Refactor Avatar Component for Improved UI - Enhanced the Avatar component by adding a Label for drag-and-drop functionality. - Improved styling and structure for the file upload area. Update Shared Links Component for Better Error Handling and Sorting - Improved error handling in the Shared Links component for fetching next pages and deleting shared links. - Simplified the header rendering for sorting columns and added sorting functionality to the title and createdAt columns. Refactor Archived Chats Component - Merged ArchivedChats and ArchivedChatsTable components into a single ArchivedChats component for better maintainability. - Implemented sorting and searching functionality with debouncing for improved performance. - Enhanced the UI with better loading states and error handling. Update DataTable Component for Sorting Icons - Added sorting icons (ChevronUp, ChevronDown, ChevronsUpDown) to the DataTable headers for better visual feedback on sorting state. Localization Updates - Updated translation.json to fix missing translations and improve existing ones for better user experience. |
||
|---|---|---|
| .. | ||
| Files | ||
| ActiveSetting.tsx | ||
| AddedConvo.tsx | ||
| Artifacts.tsx | ||
| ArtifactsSubMenu.tsx | ||
| AudioRecorder.tsx | ||
| BadgeRow.tsx | ||
| ChatForm.tsx | ||
| CircleRender.tsx | ||
| CodeInterpreter.tsx | ||
| CollapseChat.tsx | ||
| ConversationStarters.tsx | ||
| EditBadges.tsx | ||
| FileSearch.tsx | ||
| HeaderOptions.tsx | ||
| MCPConfigDialog.tsx | ||
| MCPSelect.tsx | ||
| MCPSubMenu.tsx | ||
| Mention.tsx | ||
| MentionItem.tsx | ||
| OptionsPopover.tsx | ||
| PopoverButtons.tsx | ||
| PromptsCommand.tsx | ||
| SendButton.tsx | ||
| StopButton.tsx | ||
| StreamAudio.tsx | ||
| TextareaHeader.tsx | ||
| ToolDialogs.tsx | ||
| ToolsDropdown.tsx | ||
| WebSearch.tsx | ||