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-22 17:27:49 +03:00
|
|
|
|
2022-04-22 19:47:48 +03:00
|
|
|
{{!-- <div class="gh-dashboard5-split"> --}}
|
2022-04-26 13:29:44 +03:00
|
|
|
{{!-- <Dashboard::V5::Resources::Multi /> --}}
|
2022-04-22 19:47:48 +03:00
|
|
|
{{!-- <Dashboard::V5::Resources::Community /> --}}
|
|
|
|
{{!-- </div> --}}
|
2022-04-12 18:03:52 +03:00
|
|
|
|
2022-04-26 13:29:44 +03:00
|
|
|
{{!-- <Dashboard::V5::Resources::Triple /> --}}
|
|
|
|
|
|
|
|
{{!-- <div class="gh-dashboard5-split"> --}}
|
|
|
|
{{!-- <Dashboard::V5::Resources::Community /> --}}
|
|
|
|
{{!-- <Dashboard::V5::Reso÷urces::WhatsNew /> --}}
|
|
|
|
{{!-- </div> --}}
|
|
|
|
|
2022-04-12 15:29:10 +03:00
|
|
|
{{!-- <Dashboard::V5::Resources::WhatsNew /> --}}
|
|
|
|
{{!-- <Dashboard::V5::Resources::StaffPicks /> --}}
|
2022-04-22 13:42:51 +03:00
|
|
|
{{!-- <Dashboard::V5::Resources::Newsletter /> --}}
|
2022-03-24 14:04:18 +03:00
|
|
|
{{/if}}
|
2022-04-01 11:48:01 +03:00
|
|
|
</section>
|
2022-04-12 18:03:52 +03:00
|
|
|
|
2022-04-26 13:29:44 +03:00
|
|
|
<section class="gh-dashboard5-breakout">
|
|
|
|
<div class="gh-dashboard5-inner">
|
|
|
|
<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 />
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
2022-04-12 18:03:52 +03:00
|
|
|
<Dashboard::V5::Prototype::ControlPanel />
|