feat: add contacts settings with import/export functionality and update UI components

This commit is contained in:
Linus Rath
2026-03-16 02:18:22 +01:00
parent 37b0bacccb
commit e02477323f
5 changed files with 102 additions and 73 deletions
+10 -1
View File
@@ -500,7 +500,8 @@
"folders": "Folders",
"keywords": "Keywords",
"security": "Security",
"files": "Files"
"files": "Files",
"contacts": "Contacts"
},
"tab_groups": {
"general": "General",
@@ -917,6 +918,14 @@
"button": "Import"
}
},
"contacts": {
"title": "Contacts",
"description": "Import and export your contacts",
"import_label": "Import Contacts",
"import_description": "Import contacts from a vCard (.vcf) file",
"export_label": "Export Contacts",
"export_description": "Export all contacts as a vCard (.vcf) file"
},
"filters": {
"title": "Email Filters",
"description": "Create rules to automatically sort, label, and manage incoming emails",