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:
@@ -499,6 +499,12 @@
|
||||
"animations": {
|
||||
"label": "Enable Animations",
|
||||
"description": "Show smooth transitions and effects"
|
||||
},
|
||||
"toolbar_position": {
|
||||
"label": "Toolbar Position",
|
||||
"description": "Where to show email action buttons (Reply, Archive, Delete, etc.)",
|
||||
"top": "Top",
|
||||
"below_subject": "Below subject"
|
||||
}
|
||||
},
|
||||
"keywords": {
|
||||
|
||||
Reference in New Issue
Block a user