feat(scheduled): Send now button on scheduled/delayed messages
Adds a 'Send now' action to the scheduled-send view (both the toolbar and the inline banner) so a queued message — whether explicitly scheduled or held by the undo-send delay — can be sent immediately instead of only cancel/reschedule/edit. Reuses the existing reschedule path (reschedules the submission to now), so no new JMAP plumbing. Toolbar 'Cancel send' demoted to ghost so 'Send now' is the single primary action. i18n added across locales.
This commit is contained in:
@@ -565,7 +565,8 @@
|
||||
"add_to_contacts": "Tilføj til kontakter",
|
||||
"copied": "Kopieret!",
|
||||
"copy_failed": "Kunne ikke kopiere"
|
||||
}
|
||||
},
|
||||
"send_now": "Send now"
|
||||
},
|
||||
"email_composer": {
|
||||
"read_receipt_on": "Læsekvittering anmodet (klik for at deaktivere)",
|
||||
|
||||
Reference in New Issue
Block a user