2022-03-29 18:53:50 +03:00
|
|
|
<h3 {{did-insert this.loadCharts}}>Engagement</h3>
|
2022-03-22 14:11:00 +03:00
|
|
|
|
2022-03-29 18:53:50 +03:00
|
|
|
<article class="gh-dashboard5-box">
|
|
|
|
<div class="gh-dashboard5-insert">
|
|
|
|
<div class="gh-dashboard5-box">
|
2022-04-01 19:02:30 +03:00
|
|
|
<div class="gh-dashboard5-number is-solo">{{this.data30Days}}<small><span class="gh-dashboard5-slash">/</span>99 members</small></div>
|
2022-04-01 19:09:17 +03:00
|
|
|
<small class="gh-dashboard5-info">Engaged over 30 days</small>
|
2022-03-29 18:53:50 +03:00
|
|
|
</div>
|
2022-03-22 14:11:00 +03:00
|
|
|
|
2022-03-29 18:53:50 +03:00
|
|
|
<div class="gh-dashboard5-box">
|
2022-04-01 19:02:30 +03:00
|
|
|
<div class="gh-dashboard5-number is-solo">{{this.data7Days}}<small><span class="gh-dashboard5-slash">/</span>99 members</small></div>
|
2022-04-01 19:09:17 +03:00
|
|
|
<small class="gh-dashboard5-info">Engaged over 7 days</small>
|
2022-03-29 18:53:50 +03:00
|
|
|
</div>
|
2022-03-22 14:11:00 +03:00
|
|
|
</div>
|
2022-03-29 18:53:50 +03:00
|
|
|
</article>
|
|
|
|
|
|
|
|
<div class="prototype-selection">
|
|
|
|
<PowerSelect
|
|
|
|
@selected={{this.selectedStatusOption}}
|
|
|
|
@options={{this.statusOptions}}
|
|
|
|
@searchEnabled={{false}}
|
|
|
|
@onChange={{this.onSwitchStatus}}
|
|
|
|
@triggerComponent="gh-power-select/trigger"
|
|
|
|
@triggerClass="gh-contentfilter-menu-trigger"
|
|
|
|
@dropdownClass="gh-contentfilter-menu-dropdown"
|
|
|
|
@matchTriggerWidth={{false}}
|
|
|
|
as |option|
|
|
|
|
>
|
|
|
|
{{#if option.name}}{{option.name}}{{else}}<span class="red">Unknown option</span>{{/if}}
|
|
|
|
</PowerSelect>
|
|
|
|
</div>
|