auto-claude: subtask-2-2 - Create NotesDialog component for displaying delivery notes

- Add reusable NotesDialog component that extracts and displays notes from delivery orders
- Add static show() method for convenient dialog display with empty notes handling
- Add localization strings for notes dialog (EN/FR): notesTitle, noNotesMessage, close
- Follow existing dialog pattern from NavigationTermsAndConditionsDialog

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-01-20 11:28:31 -05:00
parent f3a05099ab
commit bcc938fde1
6 changed files with 162 additions and 2 deletions
+9 -1
View File
@@ -109,5 +109,13 @@
"passwordRequired": "Le mot de passe est requis",
"loginButton": "Connexion",
"navigate": "Naviguer",
"upload": "Téléverser"
"upload": "Téléverser",
"notesTitle": "Notes pour {name}",
"@notesTitle": {
"placeholders": {
"name": {"type": "String"}
}
},
"noNotesMessage": "Aucune note associée à cette livraison",
"close": "Fermer"
}