You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To this end, we should refactor the existing notifier service to support adding both notifications (things that go into the notification menu) and transient messages (what we currently call notifications).
I propose we change the current addNotification() interface to be a more accurate showMessage() interface, and use addNotification() for adding notifications to the notification menu (updating the badge count if the menu isn't visible).
The text was updated successfully, but these errors were encountered:
To this end, we should refactor the existing notifier service to support adding both notifications (things that go into the notification menu) and transient messages (what we currently call notifications).
I propose we change the current
addNotification()
interface to be a more accurateshowMessage()
interface, and useaddNotification()
for adding notifications to the notification menu (updating the badge count if the menu isn't visible).The text was updated successfully, but these errors were encountered: