From 168e54a17a86c327f51eb5fad446d6e2f41d7711 Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Tue, 2 Feb 2016 19:16:25 +0100 Subject: Display progress bar when an upload is in progress Displays a progress bar when an upload is in progress and prohibits uploading multiple attachments in parallel. --- web-ui/app/templates/compose/attachments_list.hbs | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'web-ui/app/templates/compose') diff --git a/web-ui/app/templates/compose/attachments_list.hbs b/web-ui/app/templates/compose/attachments_list.hbs index 936db2c9..639c395a 100644 --- a/web-ui/app/templates/compose/attachments_list.hbs +++ b/web-ui/app/templates/compose/attachments_list.hbs @@ -3,19 +3,23 @@ - -
-
-
    {{#each attachments }} - {{> attachment_item this }} + {{> attachment_item this }} {{/each }}
+
-- cgit v1.2.3