Agent Zero
ba0c4af42f
fix: ContactsList canAccess fallback + ContactFolderTree error handling with toast
2026-07-30 02:56:40 +02:00
Agent Zero
cc021cda99
feat: folder permissions (ACLs) - share folders with users/groups, inherit to subfolders, permission dialog UI
2026-07-28 23:58:19 +02:00
Agent Zero
7194240a32
fix: keep tree structure in multi-select, checkbox+chevron, separate toggle/expand
2026-07-28 12:37:04 +02:00
Agent Zero
04bd5b1c09
fix: multi-select icon before label, checkboxes not indented in multi-select mode
2026-07-28 12:31:18 +02:00
Agent Zero
78738f5aa9
feat: folder multi-select mode with checkboxes, shows contacts from multiple folders
2026-07-28 12:22:30 +02:00
Agent Zero
e1e7405821
fix: match mail folder tree styling - remove min-h-touch, font-medium only on active, motion-safe transition
2026-07-27 23:55:01 +02:00
Agent Zero
ee38b200f8
fix: tighten folder tree spacing + collapsible search icon in toolbar
2026-07-27 23:46:16 +02:00
Agent Zero
9a922f8abb
feat: color picker panel with 18 preset colors + native color input + hex field
2026-07-27 17:31:42 +02:00
Agent Zero
c670084420
fix: dropdown as portal in document.body with z-9999 — no longer hidden by sidebar
2026-07-27 17:22:24 +02:00
Agent Zero
01040201ef
fix: button as sibling of draggable div — desktop drag no longer blocks click
2026-07-27 17:10:00 +02:00
Agent Zero
4a3e4cd0a4
fix: restore drag-and-drop + onPointerDown stopPropagation on button — both work on all resolutions
2026-07-27 16:57:48 +02:00
Agent Zero
4c951c9c61
fix: remove draggable from folder item — button click works on all resolutions
2026-07-27 16:48:49 +02:00
Agent Zero
470e183ade
fix: button in normal flow, only inner span draggable — fixes dropdown position and icon shift
2026-07-27 16:35:13 +02:00
Agent Zero
bb48793217
fix: move more-options button outside draggable div to fix click
...
- Button was inside draggable div — browser started drag instead of click
- Button is now absolutely positioned outside the draggable div
- Outer div has position:relative for correct button placement
- Spacer span reserves space for the button in the layout
- Works on all screen sizes (desktop, tablet, mobile)
2026-07-27 16:28:24 +02:00
Agent Zero
75505ab5bf
fix: folder dropdown button not working — drag interference + button too small
...
- Button: draggable={false}, onMouseDown stopPropagation prevents drag swallow
- Button: larger (p-1.5, w-4 h-4), opacity-70, rounded hover bg
- Parent onDragStart: checks if target is Optionen button, prevents drag
- handleMoreClick: currentTarget fallback to closest('button')
- type='button' prevents accidental form submit
2026-07-27 15:58:48 +02:00
Agent Zero
81ff27b76a
feat: contact folder drag-and-drop, mobile dropdown, folder-in-folder move
...
- Folders are draggable: drag folder into another folder (parent_id update)
- Circular reference prevention: isDescendantOrSelf() check
- Root drop zone: drag folder to root unparents it (parent_id=null)
- MoreVertical button: opacity-60 for mobile visibility (was opacity-0)
- Dropdown: viewport-clamped positioning + maxHeight with scroll
- ContactList already had draggable contacts (no changes needed)
2026-07-27 14:32:42 +02:00
Agent Zero
1916243d36
fix: restore drag-and-drop in ContactFolderTree with dropdown menu (rename/color/pin/delete)
2026-07-27 09:52:55 +02:00
Agent Zero
47dfdfb794
fix: ContactFolderTree drag-drop removed, dropdown menu with rename/color/pin/delete; ContactsList toolbar moved to plugin toolbar
2026-07-27 09:47:22 +02:00
Agent Zero
4f8cda1566
Phase 0.2: migrate remaining SVGs to lucide-react icons
2026-07-23 03:21:05 +02:00
Agent Zero
35fcd2a9d4
fix: ContactFolderTree nur Ordner-Baum ohne Kontakte, Kontakte in mittlerer Liste
2026-07-20 07:36:35 +02:00
Agent Zero
3129f407f5
UI: ContactFolderTree als echter Baum - keine Trennung Firmen/Privat, ein Baum mit allen Kontakten, Personen-Symbol statt Ordner-Symbol
2026-07-20 03:12:15 +02:00
Agent Zero
29202325a6
feat: Kontakt-Ordner mit Drag&Drop Baum (wie KI-Chat Sidebar)
...
- Backend: ContactFolder model (hierarchisch, parent_id, sort_order)
- Migration 0022: contact_folders Tabelle + folder_id FK auf contacts
- CRUD Routes: /api/v1/contact-folders (list, create, update, delete, reorder)
- Move Contact API: /api/v1/contact-folders/contacts/{id}/move
- folder_id Filter in contacts list API
- Frontend: ContactFolderTree mit Baum-Struktur, Drag&Drop, Kontext-Menü
- Kontakt-Personen-Icon statt Ordner-Symbol
- ContactList Items draggable (List/Table/Cards View)
- React Query Hooks für Folder CRUD + Move Contact
- Alle 266 Frontend-Tests passing
2026-07-20 01:33:44 +02:00
Agent Zero
4bc11efc25
UI: Suchfeld 10% niedriger, Kontakt-Baum mit Firmen/Privatpersonen Trennung, Toolbar vereinfacht (Sort+View Toggle)
2026-07-20 00:25:58 +02:00
Agent Zero
3177daf47f
Frontend: unified 3-column contacts page (folder tree | list/table/cards | detail), all Rentman fields, ContactPerson CRUD, removed old Contact/Company pages
2026-07-19 21:30:26 +02:00