This commit is contained in:
2020-07-27 23:47:12 +00:00
parent f4b7e217b4
commit f49c578232
2 changed files with 5 additions and 9 deletions

View File

@@ -12,11 +12,6 @@ ____________
## CURRENT STAGE:
todo: if no notifications in app should show "no data" or equivalent
todo: Localize this message or get rid of it, it's annoying and possibly useless
"Error checking for notifications, see about->log for details; log out and back in again to reset "
todo: backup notification: AY:Backup status:~SERVER~
fixup token with translated text and include link to backup status ops page

View File

@@ -41,10 +41,11 @@ export default {
null,
error
);
window.$gz.eventBus.$emit(
"notify-error",
"Error checking for notifications, see about->log for details; log out and back in again to reset"
);
//this was annoying. Maybe just turn the bell red when it fails and then color it again when it's ok?!
// window.$gz.eventBus.$emit(
// "notify-error",
// "Error checking for notifications, see about->log for details; log out and back in again to reset"
// );
}
},
stopPolling() {