mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 01:42:29 +03:00
5225a3d30a
no issue - adds `whats-new` service that fetches the changelog from ghost.org and exposes the latest changelog entries - trigger a background fetch of the changelog from ghost.org when first loading the admin when logged in, or after signing in - adds a "What's new" menu item next to the user popup menu - adds an indicator to the user menu button and what's new menu item if there are unseen changelog entries - closing the changelog modal will update the "last seen date", clearing both indicators
7 lines
173 B
Handlebars
7 lines
173 B
Handlebars
{{#if this.whatsNew.isShowingModal}}
|
|
<GhFullscreenModal
|
|
@modal="whats-new"
|
|
@modifier="wide"
|
|
@close={{fn this.whatsNew.closeModal}}
|
|
/>
|
|
{{/if}} |