diff --git a/src/renderer/src/components/AgentSelector.tsx b/src/renderer/src/components/AgentSelector.tsx index 69fdf608f..baf67a75d 100644 --- a/src/renderer/src/components/AgentSelector.tsx +++ b/src/renderer/src/components/AgentSelector.tsx @@ -127,7 +127,7 @@ export function AgentSelector({ - Setup required in Settings + Setup required in Settings ) } diff --git a/src/renderer/src/components/AppSidebar.tsx b/src/renderer/src/components/AppSidebar.tsx index 6c086f0a9..a8952549a 100644 --- a/src/renderer/src/components/AppSidebar.tsx +++ b/src/renderer/src/components/AppSidebar.tsx @@ -77,7 +77,7 @@ function SessionItem({ onMouseEnter={() => setIsHovered(true)} onMouseLeave={() => setIsHovered(false)} > - + {getSessionTitle(session)} {/* Status indicators - invalid directory has highest priority */} {isInvalid ? ( - + ) : needsPermission ? ( - + ) : isProcessing ? ( - + ) : null} @@ -116,7 +116,7 @@ function SessionItem({ onDelete() }} className={cn( - 'flex-shrink-0 self-start rounded p-1 transition-opacity duration-150', + 'shrink-0 self-start rounded p-1 transition-opacity duration-150', 'hover:bg-muted active:bg-muted', isHovered ? 'opacity-50 hover:opacity-100' : 'opacity-0' )} @@ -125,7 +125,7 @@ function SessionItem({ - + {isInvalid ? (

Directory not found: {session.workingDirectory}

) : ( diff --git a/src/renderer/src/components/ui/sidebar.tsx b/src/renderer/src/components/ui/sidebar.tsx index 2673d15fb..973ff54f9 100644 --- a/src/renderer/src/components/ui/sidebar.tsx +++ b/src/renderer/src/components/ui/sidebar.tsx @@ -546,7 +546,6 @@ function SidebarMenuButton({ {button}