From 36338f3546f9e3db1306fc295a7e8d0365f7a73b Mon Sep 17 00:00:00 2001 From: AndyMik90 Date: Tue, 16 Dec 2025 23:20:51 +0100 Subject: [PATCH] Refactor IdeationHeader and update handleDeleteSelected logic - Simplified the IdeationHeader component by removing the Tooltip wrapper around the Delete button for a cleaner UI. - Updated handleDeleteSelected to fetch the latest selected IDs from the store, ensuring it operates on the current state. --- .../components/ideation/IdeationHeader.tsx | 23 ++++++++----------- .../components/ideation/hooks/useIdeation.ts | 10 ++++---- 2 files changed, 15 insertions(+), 18 deletions(-) diff --git a/auto-claude-ui/src/renderer/components/ideation/IdeationHeader.tsx b/auto-claude-ui/src/renderer/components/ideation/IdeationHeader.tsx index bf6ae373..5ec0a170 100644 --- a/auto-claude-ui/src/renderer/components/ideation/IdeationHeader.tsx +++ b/auto-claude-ui/src/renderer/components/ideation/IdeationHeader.tsx @@ -64,20 +64,15 @@ export function IdeationHeader({ {selectedCount} selected - - - - - Delete selected ideas - +