2022-04-12 18:03:52 +03:00
|
|
|
<section class="gh-dashboard5-layout" {{did-insert this.onInsert}}>
|
2022-03-24 14:04:18 +03:00
|
|
|
{{#if this.isLoading }}
|
|
|
|
<GhLoadingSpinner />
|
|
|
|
{{else}}
|
|
|
|
{{#if this.areMembersEnabled}}
|
2022-04-20 15:43:11 +03:00
|
|
|
{{#if this.hasPaidTiers}}
|
|
|
|
<Dashboard::V5::Charts::Overview />
|
|
|
|
{{/if}}
|
2022-04-12 18:03:52 +03:00
|
|
|
<Dashboard::V5::Charts::Anchor />
|
2022-04-20 15:43:11 +03:00
|
|
|
{{/if}}
|
2022-04-12 18:03:52 +03:00
|
|
|
|
2022-04-20 15:43:11 +03:00
|
|
|
{{#if this.areNewslettersEnabled}}
|
|
|
|
<Dashboard::V5::Charts::Engagement />
|
2022-03-24 14:04:18 +03:00
|
|
|
{{/if}}
|
|
|
|
|
2022-04-22 13:42:51 +03:00
|
|
|
<Dashboard::V5::Charts::Recents />
|
2022-04-12 18:03:52 +03:00
|
|
|
|
2022-04-26 13:29:44 +03:00
|
|
|
<div class="gh-dashboard5-split">
|
|
|
|
<Dashboard::V5::Resources::Resources />
|
|
|
|
<Dashboard::V5::Resources::WhatsNew />
|
|
|
|
</div>
|
|
|
|
<div class="gh-dashboard5-split">
|
|
|
|
<Dashboard::V5::Resources::Newsletter />
|
|
|
|
<Dashboard::V5::Resources::StaffPicks />
|
|
|
|
</div>
|
|
|
|
<Dashboard::V5::Resources::Community />
|
2022-04-27 19:25:46 +03:00
|
|
|
{{/if}}
|
2022-04-26 13:29:44 +03:00
|
|
|
</section>
|
|
|
|
|
2022-04-26 20:54:52 +03:00
|
|
|
<Dashboard::V5::Prototype::ControlPanel />
|