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": "Adicionar aos contatos",
|
||||
"copied": "Copiado!",
|
||||
"copy_failed": "Falha ao copiar"
|
||||
}
|
||||
},
|
||||
"send_now": "Send now"
|
||||
},
|
||||
"email_composer": {
|
||||
"read_receipt_on": "Confirmação de leitura solicitada (clique para desativar)",
|
||||
|
||||
Reference in New Issue
Block a user