Ghost/ghost/admin/views
Gabor Javorszky 6086f9e6f0 Notifications on front end
Should close #37. There are persistent and passive notifications.

Persistent ones:
* are stored on `ghost.notifications`.
* have an api made to add / remove them with client side ajax logic (probably not the most elegant, but works)
* uses a modified `flashes.hbs` template
* will only disappear if user closes the bar
* stack

Passive
* added with backbone view / collection combo
* stack
* disappears on navigation and when user closes it
2013-07-22 14:41:27 +01:00
..
base.js App restructure - closes #245 2013-07-11 20:23:34 +01:00
blog.js App restructure - closes #245 2013-07-11 20:23:34 +01:00
dashboard.js App restructure - closes #245 2013-07-11 20:23:34 +01:00
debug.js App restructure - closes #245 2013-07-11 20:23:34 +01:00
editor.js Notifications on front end 2013-07-22 14:41:27 +01:00
settings.js Fixes back button breaking settings panels 2013-07-15 18:09:10 +01:00