0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/client/utils
Kevin Ansfield 7e2e8b3376 Persistent notifications
closes #3057
- add Notification model
- update injected Notifications object to handle persistent notifications
- load server notifications on setup if logged in otherwise on successful sign-in
- changed all existing notifications.closeAll calls to closePassive
- fixed dismissable/dismissible spelling in server API & tests
- add notifications.closeNotification method so DELETE calls can be made for server-originating notifications
2014-07-01 11:36:21 +02:00
..
ajax.js Better handling of validation errors + more documentation 2014-06-30 22:35:03 -04:00
bound-one-way.js
codemirror-mobile.js Use Device.js to determine mobile editor use 2014-06-30 18:27:43 -06:00
codemirror-shortcuts.js Implement Mobile Editor 2014-06-24 18:33:43 -04:00
date-formatting.js
ghost-paths.js Add error template, route and controller 2014-06-24 23:33:02 +01:00
link-view.js
mobile-utils.js Implement Mobile Editor 2014-06-24 18:33:43 -04:00
notifications.js Persistent notifications 2014-07-01 11:36:21 +02:00
set-scroll-classname.js
text-field.js
validator-extensions.js
word-count.js