From 2f48a3d7d5ade5d8f09e1b3d12e8c79a7eb3ab5f Mon Sep 17 00:00:00 2001 From: ManishMadan2882 Date: Wed, 13 Aug 2025 02:53:32 +0530 Subject: [PATCH] (feat:chunks) consistent path header --- frontend/src/components/Chunks.tsx | 4 ++-- frontend/src/components/FileTreeComponent.tsx | 13 ++++--------- 2 files changed, 6 insertions(+), 11 deletions(-) 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()}