mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-09-21 23:55:23 +00:00
* style: Update padding in ActionsPanel, ModelPanel, and AdvancedPanel for improved layout * Adjusted padding in ActionsPanel, ModelPanel, and AdvancedPanel components to enhance visual consistency and layout. * Changed `py-4` to `pt-2` in the main container of each panel to reduce vertical spacing and improve overall design aesthetics. * style: Update text size in MCPTool component for improved accessibility * Changed text size in the MCPTool component to `text-sm` for better readability and consistency across the UI. * This adjustment enhances the user experience by ensuring that text is appropriately sized for various display settings. * style: Enhance layout and accessibility in ActionsInput, ActionsPanel, and AgentPanel components * Updated the layout in ActionsInput to improve flex properties and ensure better responsiveness. * Refined the structure of ActionsPanel for a more consistent visual hierarchy and added accessibility features. * Adjusted the AgentPanel form layout for improved usability and streamlined component integration. * Changed text size in Dropdown component to `text-sm` for better readability across the UI. * style: Refactor layout in ActionsInput component for improved responsiveness * Updated the layout of the ActionsInput component to enhance flex properties and ensure better responsiveness. * Adjusted the textarea styling for improved usability and consistency in design. * Removed commented-out code related to example functionality to clean up the component structure. * refactor: Simplify single line code detection in MarkdownComponents * Introduced a new utility function `isSingleLineCode` to streamline the logic for determining if code is a single line. * Updated references in the `MarkdownCode` and `MarkdownCodeNoExecution` components to use the new utility function for improved readability and maintainability. * Enhanced the `processChildren` function in the Markdown editor to handle non-code elements more effectively. |
||
|---|---|---|
| .. | ||
| DataTable | ||
| Accordion.tsx | ||
| AlertDialog.tsx | ||
| AnimatedSearchInput.tsx | ||
| AnimatedTabs.css | ||
| AnimatedTabs.tsx | ||
| AnimatePopover.css | ||
| Avatar.tsx | ||
| Badge.tsx | ||
| Breadcrumb.tsx | ||
| Button.tsx | ||
| Checkbox.tsx | ||
| CheckboxButton.tsx | ||
| Collapsible.tsx | ||
| Combobox.tsx | ||
| ControlCombobox.tsx | ||
| DataTable.tsx | ||
| DelayedRender.tsx | ||
| Dialog.tsx | ||
| DialogTemplate.spec.tsx | ||
| DialogTemplate.tsx | ||
| Dropdown.css | ||
| Dropdown.tsx | ||
| DropdownMenu.tsx | ||
| DropdownNoState.tsx | ||
| DropdownPopup.tsx | ||
| FileUpload.tsx | ||
| FilterInput.tsx | ||
| FormInput.tsx | ||
| HoverCard.tsx | ||
| index.ts | ||
| InfoHoverCard.tsx | ||
| Input.tsx | ||
| InputCombobox.tsx | ||
| InputNumber.tsx | ||
| InputOTP.tsx | ||
| InputWithDropDown.tsx | ||
| Label.tsx | ||
| MultiSearch.tsx | ||
| MultiSelect.tsx | ||
| OGDialogTemplate.tsx | ||
| OriginalDialog.tsx | ||
| Pagination.tsx | ||
| PixelCard.tsx | ||
| Progress.tsx | ||
| QuestionMark.tsx | ||
| Radio.tsx | ||
| Resizable.tsx | ||
| SecretInput.tsx | ||
| Select.tsx | ||
| SelectDropDown.tsx | ||
| Separator.tsx | ||
| Skeleton.tsx | ||
| Slider.tsx | ||
| SplitText.spec.tsx | ||
| SplitText.tsx | ||
| Switch.tsx | ||
| Table.tsx | ||
| Tabs.tsx | ||
| Tag.tsx | ||
| Textarea.tsx | ||
| TextareaAutosize.tsx | ||
| ThemeSelector.tsx | ||
| Toast.tsx | ||
| Tooltip.css | ||
| Tooltip.tsx | ||