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:
committed by
Linus Rath
parent
798a33495e
commit
aee4bd78db
+19
-1
@@ -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 l’envoi"
|
||||
"undo_send": "Annuler l’envoi",
|
||||
"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)",
|
||||
|
||||
Reference in New Issue
Block a user