cyberbit / modation

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

Redesign popup window #61

Closed cyberbit closed 8 years ago

cyberbit commented 9 years ago

Add nice little tabs, an options link, and other shizzle.

cyberbit commented 8 years ago

Popup window redesigned, but I don't think it's really necessary to load the notifications there, as the desktop notifications now have actionable content. A better option might be to have several links that do some common actions:

cyberbit commented 8 years ago

Added basic "Show Notifications" link that does what it's supposed to do. However, storage of the notification data needs to be moved into localStorage, as the event page is unloaded periodically for performance reasons, causing the current storage mechanism to be useless.

cyberbit commented 8 years ago

Moved notification storage into localStorage, working as expected now.

cyberbit commented 8 years ago

Show/clear all notifications buttons now working as expected. Also added options link.