From 714dc718f22e536c93ef433edef714ae4829180c Mon Sep 17 00:00:00 2001 From: curo1305 Date: Fri, 17 Apr 2026 18:30:05 +0200 Subject: [PATCH] Remove 'All documents' sub-item; Documents label now links to /apps/documents Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/components/Sidebar.tsx | 44 +++++++++++++++-------------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/frontend/src/components/Sidebar.tsx b/frontend/src/components/Sidebar.tsx index 5221ba8..0763835 100644 --- a/frontend/src/components/Sidebar.tsx +++ b/frontend/src/components/Sidebar.tsx @@ -140,36 +140,38 @@ export default function Sidebar() {
{/* Documents service */}
- + + + Documents + + +
- {/* Documents open link + categories */} + {/* Categories */} {docsOpen && (
- subSubItemClass(isActive)} - > - All documents - - {categories.map((cat) => (