cyberbit / modation

Soundation, amplified.
https://cyberbit.github.io/modation
2 stars 2 forks source link

Notifications appearing more than once #83

Closed cyberbit closed 8 years ago

cyberbit commented 8 years ago

Via Tom Bellinger. The intended design is for notifications to appear once, then sit in the queue until updated (dismissed, action taken, etc.). The problem may be with how I'm implementing the chrome.notifications API (specifically the update method).

cyberbit commented 8 years ago

It looks like the API is no longer persisting notifications until dismissed, so the notifications are just being created and shown every time. Currently implementing solution that forces notifications to only be shown once. I'm planning on replacing the notification list in the popup window with a button that displays all the rich notifications instead (see #61)

cyberbit commented 8 years ago

Notifications now only appear once. Showing all notifications is implemented and working in the event page, so the "Show Notifications" button in the popup window needs to trigger an event on the event page.

cyberbit commented 8 years ago

Show Notifications button added and working properly.