feat: Mail FilterPanel, SortPanel, GroupPanel like Contacts + remove saved-filters button from Contacts and Mail

This commit is contained in:
Agent Zero
2026-07-30 13:20:45 +02:00
parent b1cb20c12f
commit 7903d719b7
5 changed files with 884 additions and 42 deletions
-10
View File
@@ -452,16 +452,6 @@ export function ContactsListPage() {
),
onClick: () => {},
},
// Saved filters
{
id: 'saved-filters',
plugin: 'contacts',
label: 'Gespeicherte Filter',
type: 'button' as const,
group: 'actions',
icon: <Bookmark className="w-3.5 h-3.5" strokeWidth={2} />,
onClick: () => setSavedFiltersOpen(true),
},
// Print — icon only, right side
...(canAccess('contacts:read') ? [{
id: 'print',