feat: add contact activity component with recent emails and upcoming events

This commit is contained in:
Linus Rath
2026-04-21 19:18:36 +02:00
parent e566cfe687
commit 00f33afdf9
16 changed files with 409 additions and 0 deletions
+9
View File
@@ -1816,6 +1816,15 @@
"cert_imported": "Zertifikat importiert",
"cert_import_failed": "Import des Zertifikats fehlgeschlagen"
},
"activity": {
"recent_emails": "Recent Emails",
"upcoming_events": "Upcoming Events",
"no_emails": "No recent emails",
"no_events": "No upcoming events",
"no_subject": "(No subject)",
"no_title": "(No title)",
"load_failed": "Failed to load"
},
"form": {
"create_title": "Neuer Kontakt",
"edit_title": "Kontakt bearbeiten",