From 518b79bec63f20374a26c3fc85350be5c452ce5c Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Sun, 26 Oct 2025 20:29:43 +0100 Subject: [PATCH] stuff --- .../correspondents/CorrespondentsPanel.jsx | 8 ++--- frontend/src/documents/DocumentsTable.jsx | 10 +++---- frontend/src/styles.css | 29 +++++++------------ frontend/src/tags/TagsPanel.jsx | 8 ++--- 4 files changed, 23 insertions(+), 32 deletions(-) diff --git a/frontend/src/correspondents/CorrespondentsPanel.jsx b/frontend/src/correspondents/CorrespondentsPanel.jsx index 46ba941..b1ad5c8 100644 --- a/frontend/src/correspondents/CorrespondentsPanel.jsx +++ b/frontend/src/correspondents/CorrespondentsPanel.jsx @@ -119,10 +119,10 @@ function CorrespondentsPanel({ return (
-
-
+
+

Correspondents

-
{correspondents.length} total
+
{correspondents.length} total
@@ -147,7 +147,7 @@ function CorrespondentsPanel({
-
+
{correspondents.length === 0 ? (
No correspondents created yet.
) : ( diff --git a/frontend/src/documents/DocumentsTable.jsx b/frontend/src/documents/DocumentsTable.jsx index 9a23c13..780e22a 100644 --- a/frontend/src/documents/DocumentsTable.jsx +++ b/frontend/src/documents/DocumentsTable.jsx @@ -342,14 +342,14 @@ const DocumentsTable = ({ return (
{showHeader ? ( -
-
+
+

{currentFolderName}

{showingSearchResults && ( -
Search results
+
Search results
)}
@@ -399,7 +399,7 @@ const DocumentsTable = ({ No documents match the current filters.
)} -
+
-
-
+
+

Tags

-
{tags.length} total
+
{tags.length} total
@@ -194,7 +194,7 @@ function TagsPanel({
-
+
{tags.length === 0 ? (
No tags created yet.
) : (