save to local even if ongoing sync, alert user if sync is taking too long

This commit is contained in:
Mo Bitar
2017-04-25 09:51:46 -05:00
parent 0dc90551a3
commit f982f0b00a
4 changed files with 47 additions and 3 deletions

View File

@@ -145,6 +145,10 @@
color: red !important;
}
.orange {
color: orange !important;
}
.bold {
font-weight: bold !important;
}