feat: implement hover functionality for calendar events and enhance email deletion confirmation

This commit is contained in:
Linus Rath
2026-03-12 19:53:08 +01:00
parent 260ea7088d
commit ae29e64197
18 changed files with 249 additions and 30 deletions
+7 -1
View File
@@ -120,8 +120,14 @@
"mark_read": "Mark as read",
"mark_unread": "Mark as unread",
"delete": "Delete",
"delete_confirm_title": "Delete emails",
"delete_confirm_message": "Are you sure you want to delete {count, plural, one {1 email} other {# emails}}?",
"clear_selection": "Clear selection"
}
},
"permanent_delete": "Delete permanently",
"permanent_delete_confirm_title": "Permanently delete",
"permanent_delete_confirm_message": "This email will be permanently deleted. This action cannot be undone.",
"permanent_delete_confirm_batch_message": "These {count, plural, one {1 email} other {# emails}} will be permanently deleted. This action cannot be undone."
},
"email_viewer": {
"no_email_selected": "No email selected",