From 04bd5b1c09df6ca7330ad1a8c5269b0f85ba13af Mon Sep 17 00:00:00 2001 From: Agent Zero Date: Tue, 28 Jul 2026 12:31:18 +0200 Subject: [PATCH] fix: multi-select icon before label, checkboxes not indented in multi-select mode --- .../components/contacts/ContactFolderTree.tsx | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/frontend/src/components/contacts/ContactFolderTree.tsx b/frontend/src/components/contacts/ContactFolderTree.tsx index 6104e92..d9d99bd 100644 --- a/frontend/src/components/contacts/ContactFolderTree.tsx +++ b/frontend/src/components/contacts/ContactFolderTree.tsx @@ -163,7 +163,7 @@ function FolderTreeItem({ return (
-
+
{ @@ -420,10 +420,9 @@ export function ContactFolderTree({ {t('contacts.allContacts')} - {/* Folder tree header with add button */} + {/* Folder tree header with multi-select toggle + add button */}
- Ordner -
+
- + Ordner
+
{/* Multi-select info */}