0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/client
Gabor Javorszky b77a8fd0d9 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
..
assets Merge pull request #296 from matthojo/Plugin-Management 2013-07-22 04:22:37 -07:00
helpers App restructure - closes #245 2013-07-11 20:23:34 +01:00
models App restructure - closes #245 2013-07-11 20:23:34 +01:00
tpl App restructure - closes #245 2013-07-11 20:23:34 +01:00
views Notifications on front end 2013-07-22 14:41:27 +01:00
admin-ui-temp.js Notifications on front end 2013-07-22 14:41:27 +01:00
init.js App restructure - closes #245 2013-07-11 20:23:34 +01:00
markdown-actions.js App restructure - closes #245 2013-07-11 20:23:34 +01:00
router.js App restructure - closes #245 2013-07-11 20:23:34 +01:00
tagui.js Fixed 'G' button not working 2013-07-12 17:13:40 +01:00
toggle.js App restructure - closes #245 2013-07-11 20:23:34 +01:00