From 6cff4420c965123cbbf07f33b87e80a58be7f259 Mon Sep 17 00:00:00 2001 From: AndyMik90 Date: Wed, 17 Dec 2025 23:19:27 +0100 Subject: [PATCH] auto-claude: subtask-2-3 - Refine visual drop zone feedback to be more subtle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Simplified main content area feedback to subtle background tint only - Added dashed border hint when dragging but not over drop zone - Made drop zone indicator more compact with smaller text/icons - Added smooth transitions (150ms ease-out) for polish - Reduced overlay opacity for less intrusive visual feedback - Removed heavy ring effects that interfered with modal interactions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../components/TaskCreationWizard.tsx | 40 ++++++++++--------- 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/auto-claude-ui/src/renderer/components/TaskCreationWizard.tsx b/auto-claude-ui/src/renderer/components/TaskCreationWizard.tsx index 21d7551f..22d50339 100644 --- a/auto-claude-ui/src/renderer/components/TaskCreationWizard.tsx +++ b/auto-claude-ui/src/renderer/components/TaskCreationWizard.tsx @@ -456,12 +456,9 @@ export function TaskCreationWizard({
@@ -753,25 +750,32 @@ export function TaskCreationWizard({ {/* Referenced Files Section - Always visible */}
- {/* Drop zone overlay indicator - shows when dragging over the modal */} + {/* Drop zone indicator - only shows when dragging over the section */} {activeDragData && isOverDropZone && (
- - - {isAtMaxFiles ? `Max ${MAX_REFERENCED_FILES} files reached` : 'Drop to add reference'} + + + {isAtMaxFiles ? `Max ${MAX_REFERENCED_FILES} files` : 'Drop to add'}