feat(directory) : add editable Information tab on client/prospect detail

Add an Information tab (first, active by default) to the client and prospect
detail pages so base fields can be edited directly from the record. Client:
name/email/phone. Prospect: name/company/status/email/phone/source/notes.
Fields are edited in memory and persisted only on explicit save (PATCH),
matching the Contact/Address tabs pattern.
This commit is contained in:
Matthieu
2026-06-24 09:07:13 +02:00
parent 903030afbc
commit 3fe108d38a
3 changed files with 174 additions and 3 deletions
+8
View File
@@ -934,12 +934,20 @@
"directory": {
"title": "Répertoire",
"tabs": {
"info": "Informations",
"clients": "Clients",
"prospects": "Prospects",
"contact": "Contact",
"address": "Adresse",
"report": "Rapport"
},
"info": {
"fields": {
"name": "Nom",
"email": "Email",
"phone": "Téléphone"
}
},
"clients": {
"add": "Ajouter un client",
"empty": "Aucun client trouvé."