From a93b8cea724f19f2496709db9cd126218e966c95 Mon Sep 17 00:00:00 2001 From: lilia Date: Sat, 10 Oct 2015 16:41:44 -0700 Subject: [PATCH] Collapse multiple retry buttons If you're going to retry one, you might as well retry everyone. // FREEBIE --- background.html | 30 +++++----- js/views/message_detail_view.js | 42 ++++++------- stylesheets/_conversation.scss | 101 +++++++++++++++++++++++++------- stylesheets/manifest.css | 84 +++++++++++++++++++------- 4 files changed, 180 insertions(+), 77 deletions(-) diff --git a/background.html b/background.html index 13e3ddf9..fa3edd17 100644 --- a/background.html +++ b/background.html @@ -143,20 +143,25 @@
+ {{ #hasRetry }} +

+ + Failed to send to some recipients. +

+ {{ /hasRetry }} - - - - {{ #errors }} {{ /errors }} +
Sent {{ sent_at }}
Received {{ received_at }}
{{ tofrom }}
Error {{message}}
{{tofrom}}
+
+
@@ -243,20 +248,17 @@