summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAurélien <dav.aurelien@gmail.com>2021-01-28 16:59:20 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 23:17:31 +0200
commit7609fdbabf2dca556873a9c48df4c597f7df209a (patch)
treebca9e22b173a066e999a9de56af3f2e79b6e1d37 /templates
parenta78287a77722483a99784c96c694044c22c6921b (diff)
Add Loading for searchUser and share
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index f210508c6..e41813b76 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -119,10 +119,14 @@
</form>
+ <div ng-class="{'icon-loading-small': App.loading.isLoading('user') }">
+ </div>
<a
ng-repeat="user in Share.userList"
ng-click="Share.shareItem(item.id, user.value.shareWith)">
{{ user.value.shareWith }}
+ <span class="right"
+ ng-class="{'icon-loading-small': App.loading.isLoading(user.value.shareWith)}"></span>
</a>
<p class="label-group"> <?php p($l->t('Share on social media')) ?> </p>