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 15:09:00 +03:00
|
|
|
<Dashboard::V5::Charts::Anchor
|
2022-04-12 12:18:10 +03:00
|
|
|
@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-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">
|
2022-04-12 15:09:00 +03:00
|
|
|
<Dashboard::V5::Charts::Engagement />
|
2022-04-11 19:17:31 +03:00
|
|
|
</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-04-12 15:09:00 +03:00
|
|
|
<Dashboard::V5::Charts::Email />
|
2022-04-11 19:17:31 +03:00
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="gh-dashboard5-section gh-dashboard5-rate">
|
2022-04-12 15:09:00 +03:00
|
|
|
<Dashboard::V5::Charts::EmailOpenRate />
|
2022-03-29 18:53:50 +03:00
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
{{else}}
|
|
|
|
<section class="gh-dashboard5-section gh-dashboard5-engagement">
|
2022-04-12 15:09:00 +03:00
|
|
|
<Dashboard::V5::Charts::Engagement />
|
2022-03-29 18:53:50 +03:00
|
|
|
</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">
|
2022-04-12 15:09:00 +03:00
|
|
|
<Dashboard::V5::Charts::Engagement />
|
2022-04-11 19:17:31 +03:00
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="gh-dashboard5-section gh-dashboard5-email">
|
2022-04-12 15:09:00 +03:00
|
|
|
<Dashboard::V5::Charts::Email />
|
2022-04-11 19:17:31 +03:00
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="gh-dashboard5-section gh-dashboard5-rate">
|
2022-04-12 15:09:00 +03:00
|
|
|
<Dashboard::V5::Charts:EmailOpenRate />
|
2022-04-11 19:17:31 +03:00
|
|
|
</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">
|
2022-04-12 15:09:00 +03:00
|
|
|
<Dashboard::V5::Charts::RecentPosts />
|
2022-04-11 19:17:31 +03:00
|
|
|
</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">
|
2022-04-12 15:09:00 +03:00
|
|
|
<Dashboard::V5::Charts::RecentActivity />
|
2022-04-06 20:11:46 +03:00
|
|
|
</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
|
|
|
|
2022-04-12 15:09:00 +03:00
|
|
|
<Dashboard::V5::Resources::Help />
|
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-12 15:09:00 +03:00
|
|
|
<Dashboard::V5::Prototype::ControlPanel />
|
2022-04-01 11:48:01 +03:00
|
|
|
</section>
|