feat: add toolbar position setting and update email viewer layout

- Introduced a new setting for toolbar position in appearance settings, allowing users to choose between 'top' and 'below-subject'.
- Updated the EmailViewer component to conditionally render the toolbar based on the selected position.
- Enhanced the UI for the toolbar with action buttons for replying, archiving, and deleting emails.
- Added translations for the new toolbar position setting in multiple languages.
This commit is contained in:
Linus Rath
2026-03-11 22:42:21 +01:00
parent 288205fbac
commit cc8195209b
11 changed files with 524 additions and 309 deletions
+6
View File
@@ -487,6 +487,12 @@
"animations": {
"label": "Abilita animazioni",
"description": "Mostra transizioni ed effetti fluidi"
},
"toolbar_position": {
"label": "Posizione barra degli strumenti",
"description": "Dove mostrare i pulsanti azione e-mail (Rispondi, Archivia, Elimina, ecc.)",
"top": "In alto",
"below_subject": "Sotto l'oggetto"
}
},
"keywords": {