Added loading and error handling for what's new in Dasboard

This commit is contained in:
Peter Zimon 2021-02-25 09:57:10 +01:00
parent edc533cc88
commit e253dfc0f0

View File

@ -215,6 +215,7 @@
</div>
{{/unless}}
{{#unless (or whatsNewEntriesLoading whatsNewEntriesError)}}
<div class="gh-dashboard-box whats-new">
<div class="gh-dashboard-header-container">
<h4 class="gh-dashboard-header">What's new?</h4>
@ -235,6 +236,7 @@
<a href="https://ghost.org/changelog" target="_blank" rel="noopener noreferrer">See all updates</a>
</div>
</div>
{{/unless}}
</section>
</div>
</section>
</section>fwh