Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[front] - chore(sidebarmenu): polish (#8920)
* [front] - fix: adjust conversation sidebar padding and scroll area - Remove left padding from the conversation sidebar container for a cleaner layout - Add horizontal padding within the scroll area for better content spacing and readability * [assistant/conversation] - refactor: streamline multi-select actions in SidebarMenu - Consolidated action buttons for multi-select mode to improve accessibility and interface consistency - Added a shadow box style to enhance visual separation of action buttons from conversation list * [front/components/assistant/conversation] - refactor: streamline rendering of sidebar menu actions - Simplified the conditionals by separating the multi-select and default action views into distinct blocks - Removed redundant classes and elements to clean up the UI structure for better maintainability * [front/assistant/conversation] - refactor: remove unused Separator import from SidebarMenu - Cleanup of SidebarMenu component by removing the import statement for Separator which is no longer used * [front] - refactor: streamline shadow styling in SidebarMenu components - Replace inline shadow styles with a `shadow-fade` utility class for consistency and maintainability - Apply the new `shadow-fade` class to elements within the `SidebarMenu.tsx` file * [front/components/assistant/conversation] - refactor: update shadow styling for SidebarMenu - Replace `shadow-fade` with `shadow-tale` in SidebarMenu for multi-select and action buttons - Remove deprecated `shadow-fade` styling from global.css [front/tailwind.config] - feature: add new 'tale' box-shadow to tailwind configuration - Introduce a new `tale` box-shadow definition to the TailwindCSS configuration for future use in styling * [front] - fix: adjust shadow-tale CSS class ordering in SidebarMenu - Ensure consistent ordering of CSS classes for improved readability and adherence to styling guidelines - Modify the positioning of 'shadow-tale' to be the last class in the class list for sidebar elements
- Loading branch information