feat: add Edit contact button to email viewer contact sidebar

Clicking an email address in the viewer already shows a contact detail
sidebar. An "Edit" button now appears there (for known contacts) that
navigates directly to the contact edit form via the existing URL-param
intent system (?contactId=…&view=edit), removing the need to open the
Contacts page manually and search for the contact.
This commit is contained in:
Stefan Hildebrandt
2026-06-15 15:06:35 +02:00
committed by Linus Rath
parent 798a33495e
commit aee4bd78db
21 changed files with 484 additions and 35 deletions
+19 -1
View File
@@ -544,7 +544,25 @@
"reschedule_prompt": "Saisissez une nouvelle date/heure, p. ex. 2026-05-04T15:30",
"scheduled_actions_only": "La vue Planifiés prend uniquement en charge les actions de planification",
"undo_send_scheduled": "Message planifié pour envoi",
"undo_send": "Annuler lenvoi"
"undo_send": "Annuler lenvoi",
"contact_sidebar": {
"title": "Contact",
"close": "Fermer le panneau",
"action_email": "E-mail",
"action_email_title": "Envoyer un e-mail",
"action_copy": "Copier",
"action_copy_title": "Copier l'adresse e-mail",
"action_edit_title": "Modifier le contact",
"section_emails": "E-mails",
"section_phones": "Téléphones",
"section_organizations": "Organisations",
"section_addresses": "Adresses",
"section_notes": "Notes",
"not_in_contacts": "Pas dans vos contacts",
"add_to_contacts": "Ajouter aux contacts",
"copied": "Copié !",
"copy_failed": "Échec de la copie"
}
},
"email_composer": {
"read_receipt_on": "Accusé de lecture demandé (cliquez pour désactiver)",