Sync integrity checking

This commit is contained in:
Mo Bitar
2019-02-05 13:57:07 -06:00
parent a9e52a2463
commit 3e39ba5239
5 changed files with 27 additions and 12 deletions

View File

@@ -37,6 +37,10 @@
.sk-app-bar-item.no-pointer{"ng-if" => "ctrl.lastSyncDate && !ctrl.isRefreshing"}
.sk-label.subtle
Last refreshed {{ctrl.lastSyncDate | appDateTime}}
.sk-app-bar-item{"ng-if" => "ctrl.outOfSync && !ctrl.isRefreshing"}
.sk-label.warning Potentially Out of Sync
.sk-app-bar-item{"ng-if" => "ctrl.lastSyncDate && ctrl.isRefreshing"}
.sk-spinner.small