animate syncing and other activity icons
This commit is contained in:
parent
77eb11bc9c
commit
1c36af163c
6 changed files with 9 additions and 6 deletions
|
@ -36,9 +36,10 @@
|
|||
$else
|
||||
^{actionButton (StartTransferR transfer) Nothing (Just "continue") "btn" "icon-play"}
|
||||
^{actionButton (CancelTransferR transfer) Nothing (Just "cancel") "btn" "icon-remove"}
|
||||
$if scanrunning
|
||||
<img src="@{StaticR activityicon_gif}" alt=""> #
|
||||
Scanning for files to transfer
|
||||
$else
|
||||
$if scanrunning
|
||||
<i .icon-refresh></i> Scanning for files to transfer
|
||||
$else
|
||||
$if (not transfersrunning)
|
||||
<i>
|
||||
(No file transfers running)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue