diff --git a/frontend/src/components/Chunks.tsx b/frontend/src/components/Chunks.tsx index e464b9d0..5c9c25b8 100644 --- a/frontend/src/components/Chunks.tsx +++ b/frontend/src/components/Chunks.tsx @@ -284,8 +284,8 @@ const Chunks: React.FC = ({ const renderPathNavigation = () => { return ( -
-
+
+
- source - + {sourceName} {currentPath.length > 0 && ( @@ -491,7 +486,7 @@ const FileTreeComponent: React.FC = ({
{/* Right side with search and add button */} -
+
{/* Upload status indicator */} {processingRef.current && (
@@ -502,7 +497,7 @@ const FileTreeComponent: React.FC = ({ )} {/* Search element with fixed width matching Figma specs */} -
+
{renderFileSearch()}