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
+8
View File
@@ -1979,6 +1979,14 @@
"error_create": "Failed to create contact",
"error_update": "Failed to update contact",
"error_delete": "Failed to delete contact"
},
"context_menu": {
"open": "Open",
"edit": "Edit",
"send_email": "Send email",
"add_to_group": "Add to group",
"export_vcard": "Export as vCard",
"delete": "Delete"
}
},
"calendar": {