diff options
author | Tayane Fernandes <tayane.rmf@gmail.com> | 2017-01-30 19:06:24 -0200 |
---|---|---|
committer | Tayane Fernandes <tayane.rmf@gmail.com> | 2017-02-01 11:32:34 -0200 |
commit | 8592cc5634490c030c829e72d860fabd2540933c (patch) | |
tree | 34edf455ecb936a9a5e013eade8d4ce8f3902330 /web-ui/app/templates/mails | |
parent | ece5e033d89ad15e06ebc29391a67c4f55a7ba2f (diff) |
Add spinner before loading an email or draft
related with #657
with @tuliocasagrande
Diffstat (limited to 'web-ui/app/templates/mails')
-rw-r--r-- | web-ui/app/templates/mails/spinner.hbs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web-ui/app/templates/mails/spinner.hbs b/web-ui/app/templates/mails/spinner.hbs new file mode 100644 index 00000000..78027c56 --- /dev/null +++ b/web-ui/app/templates/mails/spinner.hbs @@ -0,0 +1,5 @@ +<div id="spinner-section"> + <svg id="spinner" width="35px" height="35px" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> + <circle id="spinner-path" fill="none" stroke-width="6" stroke-linecap="round" cx="33" cy="33" r="30"></circle> + </svg> +</div> |