sorry-app / status-bar

Display your Sorry™ status updates on your website and helpdesk.
https://www.sorryapp.com/notifications/
Apache License 2.0
10 stars 4 forks source link

Add support for additional states #42

Closed SirRawlins closed 7 years ago

SirRawlins commented 7 years ago

We've got some new notice states coming to the service soon, and we'll want to add support to the status bar plugin for these.

There are also new states for closed/resolved notices, but the plugin doesn't currently support those so we'd need not worry about it.

SirRawlins commented 7 years ago

Looking at the code we don't do anything special style wise based on state, so we'll simply add the new content into the local dictionary.

Might be a nice time to look at #37 and allow the plugin to be instantiated with it's own set of content options?