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": "Introduce una nueva fecha/hora, p. ej. 2026-05-04T15:30",
"scheduled_actions_only": "La vista Programados solo admite acciones de programación",
"undo_send_scheduled": "Mensaje programado para envío",
"undo_send": "Deshacer envío"
"undo_send": "Deshacer envío",
"contact_sidebar": {
"title": "Contacto",
"close": "Cerrar panel",
"action_email": "Correo",
"action_email_title": "Enviar correo",
"action_copy": "Copiar",
"action_copy_title": "Copiar correo electrónico",
"action_edit_title": "Editar contacto",
"section_emails": "Correos electrónicos",
"section_phones": "Teléfonos",
"section_organizations": "Organizaciones",
"section_addresses": "Direcciones",
"section_notes": "Notas",
"not_in_contacts": "No está en sus contactos",
"add_to_contacts": "Añadir a contactos",
"copied": "¡Copiado!",
"copy_failed": "Error al copiar"
}
},
"email_composer": {
"read_receipt_on": "Confirmación de lectura solicitada (haz clic para desactivar)",