Ghost/ghost/admin/tests/unit/services
Kevin Ansfield a5eeb1865b 🎨 Move "Update available" notification to the About screen (#894)
refs https://github.com/TryGhost/Ghost/issues/5071

Upgrade messages are now shown on the About screen rather than as alerts. Notifications that are marked as `top` or `custom` are still shown as alerts to allow for certain upgrade messages to be given more visibility.

- remove old `upgrade-notification` service
- update the `upgrade-status` service:
  - add a `message` property that contains an upgrade notification if any exists
  - add a `handleUpgradeNotification` method that accepts a Notification model instance and extracts the `notification.message` property into a html safe string for use in templates
- when loading server notifications during app boot, pass notifications that aren't marked as `top` or `custom` to the new `handleUpgradeNotification` method
- update the `about.hbs` template to pull the upgrade message from the `upgradeStatus` service
2018-01-09 14:23:36 +00:00
..
config-test.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
event-bus-test.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
notifications-test.js Bump ember-ajax dependency (#902) 2017-11-03 22:59:39 +00:00
ui-test.js Unsplash integration 2017-08-15 16:01:12 +01:00
unsplash-test.js 🎨 Move "Update available" notification to the About screen (#894) 2018-01-09 14:23:36 +00:00
upgrade-status-test.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00