auto update alert in footer

This commit is contained in:
Mo Bitar
2017-05-20 09:10:12 -05:00
parent 79afc843fb
commit ea632445de
9 changed files with 37 additions and 14 deletions

View File

@@ -14,6 +14,9 @@
.pull-right
.footer-bar-link{"ng-if" => "ctrl.newUpdateAvailable", "ng-click" => "ctrl.clickedNewUpdateAnnouncement()"}
%span.blue.normal New update downloaded. Installs on app restart.
.footer-bar-link{"style" => "margin-right: 5px;"}
%div{"ng-if" => "ctrl.lastSyncDate", "style" => "float: left; font-weight: normal; margin-right: 8px;"}
%span{"ng-if" => "!ctrl.isRefreshing"}

View File

@@ -7,4 +7,4 @@
%editor-section{"note" => "selectedNote", "remove" => "deleteNote", "save" => "saveNote", "update-tags" => "updateTagsForNote"}
%header
%footer