Ghost/ghost/admin/app/styles
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
..
addons Editor refactors (#679) 2017-05-08 10:44:02 +01:00
components 🎨 Improved code injection loading behaviour on slow connections (#935) 2018-01-02 18:29:03 +00:00
layouts 🎨 Move "Update available" notification to the About screen (#894) 2018-01-09 14:23:36 +00:00
patterns Custom Post Templates UI (#878) 2017-10-10 14:26:19 +02:00
app-dark.css Fixed some Night Shift colours in the post settings menu 2018-01-02 11:29:23 +00:00
app.css New tags input, drop selectize & jquery-ui deps (#892) 2017-10-31 09:10:49 +00:00