HubSpot / messenger

Growl-style alerts and messages for your app. #hubspot-open-source
http://github.hubspot.com/messenger/
MIT License
4.02k stars 406 forks source link

JS associated with themes (mixins) #11

Closed zackbloom closed 11 years ago

zackbloom commented 11 years ago

Currently themes do not have the ability to alter the html. This has lead to the spinner code being included in the main js, rather than being associated with the themes which need it. A plugin system which allows the html being generated to be extended would be good.

It will also make it possible to include the spinners on non-error states.

zackbloom commented 11 years ago

Closed by https://github.com/HubSpot/messenger/pull/24