From e218e88cf4a9939592afc0f67b471674b09d28e5 Mon Sep 17 00:00:00 2001 From: ManishMadan2882 Date: Mon, 4 Aug 2025 19:28:15 +0530 Subject: [PATCH] (fix:chunks) alignment and ui --- frontend/src/components/DocumentChunks.tsx | 2 +- frontend/src/components/FileTreeComponent.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/DocumentChunks.tsx b/frontend/src/components/DocumentChunks.tsx index c96ea9d8..6e97062b 100644 --- a/frontend/src/components/DocumentChunks.tsx +++ b/frontend/src/components/DocumentChunks.tsx @@ -438,7 +438,7 @@ const DocumentChunks: React.FC = ({ ) : (
{filteredChunks.length === 0 ? ( -
+
{t('settings.documents.noChunksAlt')} = ({ const renderPathNavigation = () => { return ( -
-
+
+
{!selectedFile && ( -
+
{(processingRef.current || queueLength > 0) && ( {processingRef.current ? (currentOpRef.current === 'add' ? 'Uploading…' : 'Deleting…') : null}