feat: Mail FilterPanel, SortPanel, GroupPanel like Contacts + remove saved-filters button from Contacts and Mail
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user