bolt.diy/app/components/ui
Stijnus b54d160a3b
feat: bulk delete chats from sidebar (#1586)
* feat: Bulk Delete Chats from Sidebar

feat(sidebar): Implement bulk chat deletion

Adds the ability for users to select multiple chats from the history sidebar and delete them in bulk.

**Key Changes:**

*   **Selection Mode:** Introduced a selection mode toggled by a dedicated button next to "Start new chat".
*   **Checkboxes:** Added checkboxes to each `HistoryItem` visible only when selection mode is active.
*   **Bulk Actions:** Added "Select All" / "Deselect All" and "Delete Selected" buttons (`Button` component with `ghost` variant) that appear above the chat list in selection mode.
*   **Confirmation Dialog:** Implemented a confirmation dialog (`Dialog` component) to prevent accidental deletion, listing the chats selected for removal.
*   **Deletion Logic:** Updated `Menu.client.tsx` to handle the selection state and perform bulk deletion using `deleteById` from persistence layer.
*   **Styling:** Ensured all new UI elements (`Checkbox`, `Button`) adhere to the existing project design system and support both light and dark themes using appropriate CSS classes and UnoCSS icons (`i-ph:` prefix).
*   **Refinement:** Replaced initial plain `<button>` elements with the project's `Button` component for consistency. Fixed incorrect icon prefixes.

* Fix selection and Dark mode
2025-04-06 20:36:53 +02:00
..
BackgroundRays updated theme color 2024-12-08 02:12:02 +05:30
Badge.tsx big fixes 2025-01-30 17:17:36 +01:00
Button.tsx feat: new improvement for the GitHub API Authentication Fix (#1537) 2025-03-29 21:12:47 +01:00
Card.tsx big fixes 2025-01-30 17:17:36 +01:00
Checkbox.tsx feat: bulk delete chats from sidebar (#1586) 2025-04-06 20:36:53 +02:00
Collapsible.tsx update 2025-01-24 16:51:43 +01:00
Dialog.tsx feat: bolt dyi datatab (#1570) 2025-03-29 20:43:07 +01:00
Dropdown.tsx ui refactor 2025-01-20 09:53:15 +01:00
IconButton.tsx Check the render method of SlotClone. #432 2024-11-26 17:39:13 -03:00
Input.tsx big fixes 2025-01-30 17:17:36 +01:00
Label.tsx big fixes 2025-01-30 17:17:36 +01:00
LoadingDots.tsx fix: remove monorepo 2024-09-25 19:54:09 +01:00
LoadingOverlay.tsx fix: introduce our own cors proxy for git import to fix 403 errors on isometric git cors proxy (#924) 2025-01-05 17:26:02 +05:30
PanelHeader.tsx fix: remove monorepo 2024-09-25 19:54:09 +01:00
PanelHeaderButton.tsx fix: remove monorepo 2024-09-25 19:54:09 +01:00
Popover.tsx feat: enhanced Code Context and Project Summary Features (#1191) 2025-01-29 15:37:20 +05:30
Progress.tsx big fixes 2025-01-30 17:17:36 +01:00
ScrollArea.tsx big fixes 2025-01-30 17:17:36 +01:00
Separator.tsx V1 : Release of the new Settings Dashboard 2025-01-17 19:33:20 +01:00
SettingsButton.tsx feat: new improvement for the GitHub API Authentication Fix (#1537) 2025-03-29 21:12:47 +01:00
Slider.tsx fix: fix enhance prompt to stop implementing full project instead of enhancing (#1383) #release 2025-03-01 01:34:35 +05:30
Switch.tsx refactor(SettingWindow):Updated Settings Tab Styling 2024-12-09 00:56:18 +05:30
Tabs.tsx big fixes 2025-01-30 17:17:36 +01:00
ThemeSwitch.tsx fix: remove monorepo 2024-09-25 19:54:09 +01:00
Tooltip.tsx Check the render method of SlotClone. #432 2024-11-26 17:39:13 -03:00
use-toast.ts add install ollama models , fixes 2025-01-28 22:57:06 +01:00