From f49c578232b03bf68fe4c3c03407ffdc9db360c4 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 27 Jul 2020 23:47:12 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 5 ----- ayanova/src/api/notifypoll.js | 9 +++++---- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 9a47e32c..6e834eb9 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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 diff --git a/ayanova/src/api/notifypoll.js b/ayanova/src/api/notifypoll.js index 125b2beb..e6e9c3ed 100644 --- a/ayanova/src/api/notifypoll.js +++ b/ayanova/src/api/notifypoll.js @@ -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() {