Ensure busy states are reflected in the ui

This commit is contained in:
Johannes Zellner
2019-01-09 17:26:44 +01:00
parent 9c66a4ef4e
commit a879bdeb47
2 changed files with 8 additions and 1 deletions

View File

@@ -9,7 +9,13 @@
<h2><i class="fa fa-circle-notch fa-spin"></i></h2>
</div>
<div ng-hide="notifications.notifications.length" class="text-center">All Caught Up!</div>
<div class="card" ng-hide="notifications.busy || notifications.notifications.length">
<div class="row">
<div class="col-xs-12">
<h3 class="text-center" style="margin: 20px;">All Caught Up!</h3>
</div>
</div>
</div>
<div class="card notification-item" ng-repeat="notification in notifications.notifications">
<div class="row">