0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client
Jason Williams 1bf975af90 Turn on update notifications for Ember admin
Issue #3160
- Use notifications API to display available update notification.
- Remove update_notification handlebars helper as now both the
  check for an available update and the notification handling
  is run from the server's admin controller index method.
- Bind the notification's location property to a css class
  for styling.
- Refactor Ember notifications to better handle notification
  objects.  Move responsibility for css class generation onto
  the notification component.
- Refactor gh-notifications component to take a location argument
  that's used to assign a css class and filter notifications.
2014-07-11 15:02:26 +00:00
..
adapters Remove CSRF from client 2014-07-01 11:39:01 +02:00
assets Remove CSRF from client 2014-07-01 11:39:01 +02:00
components Turn on update notifications for Ember admin 2014-07-11 15:02:26 +00:00
controllers Move setup to API 2014-07-11 14:17:09 +02:00
fixtures
helpers
html New HTML email template 2014-07-07 22:47:34 +02:00
initializers Fix direct access to settings/user 2014-07-02 17:45:21 +02:00
mixins Indirect post title in editor 2014-07-03 11:09:05 -06:00
models Turn on update notifications for Ember admin 2014-07-11 15:02:26 +00:00
routes Fix mobile sidebar menu 2014-07-07 08:55:22 -06:00
serializers Calls to POST API have include=tags 2014-06-28 03:13:31 -04:00
templates Turn on update notifications for Ember admin 2014-07-11 15:02:26 +00:00
transforms
utils Turn on update notifications for Ember admin 2014-07-11 15:02:26 +00:00
validators Better handling of validation errors + more documentation 2014-06-30 22:35:03 -04:00
views Fix mobile sidebar menu 2014-07-07 08:55:22 -06:00
.jshintrc Removing old "user settings" screen and putting in new MU "users settings" screen and updating functional test cases. 2014-07-05 11:33:03 -04:00
app.js
router.js Removing old "user settings" screen and putting in new MU "users settings" screen and updating functional test cases. 2014-07-05 11:33:03 -04:00