diff --git a/ee/tabby-ui/components/chat/FileList.tsx b/ee/tabby-ui/components/chat/FileList.tsx index cf08dc63bfe4..d3dce41f2578 100644 --- a/ee/tabby-ui/components/chat/FileList.tsx +++ b/ee/tabby-ui/components/chat/FileList.tsx @@ -53,7 +53,7 @@ export const FileList: React.FC = ({ if (!items.length) { console.log('[FileList] No items to display') return ( -
+
No files found
) @@ -62,7 +62,7 @@ export const FileList: React.FC = ({ return (
= ({ type="button" tabIndex={-1} style={{ height: `${ITEM_HEIGHT}px` }} - className={`flex items-center justify-between w-full px-3 text-sm rounded-sm transition-colors flex-shrink-0 + className={`flex w-full shrink-0 items-center justify-between rounded-sm px-3 text-sm transition-colors ${ isSelected ? 'bg-accent/50 text-accent-foreground' @@ -104,9 +104,9 @@ export const FileList: React.FC = ({ } group relative`} > -
+
= ({ - {item.label} + {item.label}
= ({ console.log('[CategoryMenu] Rendering component with items:', items) return ( -
+
{items.map((item, idx) => { const isSelected = idx === selectedIndex @@ -42,7 +42,7 @@ export const CategoryMenu: React.FC = ({ >
-
+
@@ -369,7 +369,7 @@ function PromptFormRenderer(
@@ -395,7 +395,7 @@ function PromptFormRenderer( ) : ( -
+
Symbol search coming soon...
)}