2022-03-29 18:53:50 +03:00
|
|
|
<section {{did-insert this.onInsert}}>
|
2022-03-24 14:04:18 +03:00
|
|
|
{{#if this.isLoading }}
|
|
|
|
<GhLoadingSpinner />
|
|
|
|
{{else}}
|
|
|
|
{{#if this.areMembersEnabled}}
|
2022-04-01 16:53:55 +03:00
|
|
|
<section class="gh-dashboard5-section gh-dashboard5-anchor">
|
2022-03-29 18:53:50 +03:00
|
|
|
<article class="gh-dashboard5-box">
|
2022-04-12 12:18:10 +03:00
|
|
|
<Dashboard::V5::ChartAnchor
|
|
|
|
@days={{this.days}}
|
|
|
|
@onDaysChange={{this.onDaysChange}}
|
|
|
|
@daysOptions={{this.daysOptions}}
|
2022-03-29 18:53:50 +03:00
|
|
|
@selected={{this.selectedDaysOption}}
|
2022-04-12 12:18:10 +03:00
|
|
|
/>
|
|
|
|
</article>
|
2022-03-24 14:04:18 +03:00
|
|
|
</section>
|
2022-03-22 14:11:00 +03:00
|
|
|
|
2022-04-11 19:17:31 +03:00
|
|
|
{{!--
|
|
|
|
{{#if this.hasPaidTiers}}
|
2022-03-29 18:53:50 +03:00
|
|
|
<div class="gh-dashboard5-paid">
|
|
|
|
<section class="gh-dashboard5-section">
|
|
|
|
<div class="gh-dashboard5-growth">
|
|
|
|
<article class="gh-dashboard5-box">
|
|
|
|
<Dashboard::V5::ChartPaidMembers @days={{this.days}}/>
|
|
|
|
</article>
|
|
|
|
<article class="gh-dashboard5-box">
|
|
|
|
<Dashboard::V5::ChartPaidMix />
|
|
|
|
</article>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</div>
|
2022-04-11 19:17:31 +03:00
|
|
|
{{/if}}
|
|
|
|
--}}
|
2022-03-22 14:11:00 +03:00
|
|
|
|
2022-03-29 18:53:50 +03:00
|
|
|
{{#if this.areNewslettersEnabled}}
|
2022-04-11 19:17:31 +03:00
|
|
|
<section class="gh-dashboard5-split">
|
|
|
|
<section class="gh-dashboard5-split">
|
|
|
|
<section class="gh-dashboard5-section gh-dashboard5-engagement">
|
|
|
|
<Dashboard::V5::ChartEngagement />
|
|
|
|
</section>
|
2022-04-06 20:11:46 +03:00
|
|
|
|
2022-04-11 19:17:31 +03:00
|
|
|
<section class="gh-dashboard5-section gh-dashboard5-email">
|
2022-03-29 18:53:50 +03:00
|
|
|
<Dashboard::V5::ChartEmail />
|
2022-04-11 19:17:31 +03:00
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="gh-dashboard5-section gh-dashboard5-rate">
|
|
|
|
<Dashboard::V5::ChartOpenRate />
|
2022-03-29 18:53:50 +03:00
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
{{else}}
|
|
|
|
<section class="gh-dashboard5-section gh-dashboard5-engagement">
|
|
|
|
<Dashboard::V5::ChartEngagement />
|
|
|
|
</section>
|
|
|
|
{{/if}}
|
2022-03-24 14:04:18 +03:00
|
|
|
|
2022-03-29 18:53:50 +03:00
|
|
|
{{else}}
|
|
|
|
{{#if this.areNewslettersEnabled}}
|
2022-04-11 19:17:31 +03:00
|
|
|
<section class="gh-dashboard5-split">
|
|
|
|
<section class="gh-dashboard5-split">
|
|
|
|
<section class="gh-dashboard5-section gh-dashboard5-engagement">
|
|
|
|
<Dashboard::V5::ChartEngagement />
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="gh-dashboard5-section gh-dashboard5-email">
|
|
|
|
<Dashboard::V5::ChartEmail />
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="gh-dashboard5-section gh-dashboard5-rate">
|
|
|
|
<Dashboard::V5::ChartOpenRate />
|
|
|
|
</section>
|
|
|
|
</section>
|
2022-03-29 18:53:50 +03:00
|
|
|
{{/if}}
|
2022-03-24 14:04:18 +03:00
|
|
|
{{/if}}
|
|
|
|
|
2022-03-24 18:06:17 +03:00
|
|
|
<section class="gh-dashboard5-split">
|
2022-04-11 19:17:31 +03:00
|
|
|
<section class="gh-dashboard5-section gh-dashboard5-posts">
|
|
|
|
<article class="gh-dashboard5-box">
|
|
|
|
<Dashboard::V5::RecentPosts />
|
|
|
|
</article>
|
|
|
|
</section>
|
2022-03-29 18:53:50 +03:00
|
|
|
<section class="gh-dashboard5-section gh-dashboard5-activity">
|
2022-04-06 20:11:46 +03:00
|
|
|
<article class="gh-dashboard5-box">
|
|
|
|
<Dashboard::V5::RecentActivity />
|
|
|
|
</article>
|
2022-03-24 18:06:17 +03:00
|
|
|
</section>
|
2022-03-24 14:04:18 +03:00
|
|
|
</section>
|
2022-04-12 12:18:10 +03:00
|
|
|
|
|
|
|
<div class="gh-main-section gh-members-help">
|
|
|
|
<div class="gh-main-section-block">
|
|
|
|
<div class="gh-main-section-content grey">
|
|
|
|
<a href="https://ghost.org/resources/build-audience-subscriber-signups/" target="_blank" class="gh-members-help-card" rel="noopener noreferrer">
|
|
|
|
<div class="gh-members-help-content">
|
|
|
|
<div class="thumbnail" style="background-image: url(assets/img/marketing/members-1.jpg);"></div>
|
|
|
|
<div class="text">
|
|
|
|
<h3>Building your audience with subscriber signups</h3>
|
|
|
|
<p>Learn how to turn anonymous visitors into logged-in members with memberships in Ghost.</p>
|
|
|
|
<div class="gh-btn gh-btn-link">Start building →</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<a href="https://ghost.org/resources/first-100-email-subscribers/" target="_blank" class="gh-members-help-card" rel="noopener noreferrer">
|
|
|
|
<div class="gh-members-help-content">
|
|
|
|
<div class="thumbnail right" style="background-image: url(assets/img/marketing/members-2.jpg);"></div>
|
|
|
|
<div class="text">
|
|
|
|
<h3>Get your first 100 email subscribers</h3>
|
|
|
|
<p>Starting from zero? Use this guide to find your founding audience members.</p>
|
|
|
|
<div class="gh-btn gh-btn-link">Become an expert →</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2022-04-06 16:43:41 +03:00
|
|
|
|
2022-04-11 19:17:31 +03:00
|
|
|
{{!--
|
|
|
|
<Dashboard::V5::Resources::WhatsNew />
|
2022-04-07 14:02:58 +03:00
|
|
|
<Dashboard::V5::Resources::LatestNewsletters />
|
2022-04-11 19:17:31 +03:00
|
|
|
<Dashboard::V5::Resources::StaffPicks />
|
|
|
|
--}}
|
2022-03-24 14:04:18 +03:00
|
|
|
{{/if}}
|
2022-04-01 11:48:01 +03:00
|
|
|
<Dashboard::V5::PrototypeControlPanel />
|
|
|
|
</section>
|