feat: add right-click context menu to contacts

This commit is contained in:
Linus Rath
2026-04-21 19:33:00 +02:00
parent c2e4518cfa
commit 92c7f74420
6 changed files with 234 additions and 7 deletions
@@ -45,6 +45,9 @@ const defaultProps = {
onBulkDelete: vi.fn(),
onBulkAddToGroup: vi.fn(),
onBulkExport: vi.fn(),
onEditContact: vi.fn(),
onDeleteContact: vi.fn(),
onAddContactToGroup: vi.fn(),
};
describe('ContactList', () => {