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-12 15:29:10 +03:00
|
|
|
<Dashboard::V5::Charts::Anchor
|
|
|
|
@days={{this.days}}
|
|
|
|
@onDaysChange={{this.onDaysChange}}
|
|
|
|
@daysOptions={{this.daysOptions}}
|
|
|
|
@selected={{this.selectedDaysOption}}
|
|
|
|
/>
|
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">
|
2022-04-12 15:09:00 +03:00
|
|
|
<Dashboard::V5::Charts::Engagement />
|
|
|
|
<Dashboard::V5::Charts::Email />
|
2022-04-11 19:17:31 +03:00
|
|
|
</section>
|
|
|
|
</section>
|
2022-04-12 15:29:10 +03:00
|
|
|
<Dashboard::V5::Charts:EmailOpenRate />
|
2022-03-29 18:53:50 +03:00
|
|
|
</section>
|
|
|
|
{{else}}
|
2022-04-12 15:29:10 +03:00
|
|
|
<Dashboard::V5::Charts::Engagement />
|
2022-03-29 18:53:50 +03:00
|
|
|
{{/if}}
|
|
|
|
{{else}}
|
|
|
|
{{#if this.areNewslettersEnabled}}
|
2022-04-11 19:17:31 +03:00
|
|
|
<section class="gh-dashboard5-split">
|
|
|
|
<section class="gh-dashboard5-split">
|
2022-04-12 15:09:00 +03:00
|
|
|
<Dashboard::V5::Charts::Engagement />
|
|
|
|
<Dashboard::V5::Charts::Email />
|
2022-04-11 19:17:31 +03:00
|
|
|
</section>
|
|
|
|
</section>
|
2022-04-12 15:29:10 +03:00
|
|
|
<Dashboard::V5::Charts:EmailOpenRate />
|
2022-04-11 19:17:31 +03:00
|
|
|
</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-12 15:29:10 +03:00
|
|
|
<Dashboard::V5::Charts::RecentPosts />
|
|
|
|
<Dashboard::V5::Charts::RecentActivity />
|
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-12 15:29:10 +03:00
|
|
|
{{!-- <Dashboard::V5::Resources::WhatsNew /> --}}
|
|
|
|
{{!-- <Dashboard::V5::Resources::LatestNewsletters /> --}}
|
|
|
|
{{!-- <Dashboard::V5::Resources::StaffPicks /> --}}
|
2022-03-24 14:04:18 +03:00
|
|
|
{{/if}}
|
2022-04-12 15:29:10 +03:00
|
|
|
|
2022-04-12 15:09:00 +03:00
|
|
|
<Dashboard::V5::Prototype::ControlPanel />
|
2022-04-01 11:48:01 +03:00
|
|
|
</section>
|