From a827334c3efbe9dcefd4c674df3c59208df29d8f Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 14 Jun 2017 18:02:03 -0700 Subject: [PATCH] Allow re-send of messages in msg detail view on OutgoingKeyError We also show more errors than we used to in the MessageDetail screen to help make it clear what is happening, and why the user would need to re-send. FREEBIE --- _locales/en/messages.json | 4 ++ background.html | 8 ++++ js/models/messages.js | 17 +++++++-- js/views/message_detail_view.js | 65 +++++++++++++++++++++++---------- stylesheets/_conversation.scss | 7 ++++ stylesheets/manifest.css | 4 ++ 6 files changed, 82 insertions(+), 23 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 2c7d6cad3..f2389845c 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -61,6 +61,10 @@ } } }, + "retryDescription": { + "message": "You can retry sending this message to each of the failed recipients with these buttons:", + "description": "Shows on the message details view when it's a message error which can be retried." + }, "sendAnyway": { "message": "Send Anyway", "description": "Used on a warning dialog to specifiy " diff --git a/background.html b/background.html index e9df1b896..43e3db9f2 100644 --- a/background.html +++ b/background.html @@ -293,6 +293,14 @@