|
|
@ -35,8 +35,8 @@ |
|
|
|
new feature, please join the Ghostfolio |
|
|
|
<a |
|
|
|
href="https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg" |
|
|
|
title="Join the Ghostfolio Slack channel" |
|
|
|
>Slack channel</a |
|
|
|
title="Join the Ghostfolio Slack community" |
|
|
|
>Slack community</a |
|
|
|
>, tweet to |
|
|
|
<a |
|
|
|
href="https://twitter.com/ghostfolio_" |
|
|
@ -108,12 +108,7 @@ |
|
|
|
<mat-card-content> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-xs-12 col-md-4 my-2"> |
|
|
|
<h3 |
|
|
|
class="mb-0" |
|
|
|
[hidden]="statistics?.activeUsers1d === undefined" |
|
|
|
> |
|
|
|
{{ statistics?.activeUsers1d || '-' }} |
|
|
|
</h3> |
|
|
|
<h3 class="mb-0">{{ statistics?.activeUsers1d || '-' }}</h3> |
|
|
|
<div class="h6 mb-0"> |
|
|
|
<span i18n>Active Users</span> <small class="text-muted" |
|
|
|
>(Last 24 hours)</small |
|
|
@ -121,25 +116,15 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-xs-12 col-md-4 my-2"> |
|
|
|
<h3 |
|
|
|
class="mb-0" |
|
|
|
[hidden]="statistics?.activeUsers7d === undefined" |
|
|
|
> |
|
|
|
{{ statistics?.activeUsers7d ?? '-' }} |
|
|
|
</h3> |
|
|
|
<h3 class="mb-0">{{ statistics?.newUsers30d ?? '-' }}</h3> |
|
|
|
<div class="h6 mb-0"> |
|
|
|
<span i18n>Active Users</span> <small class="text-muted" |
|
|
|
>(Last 7 days)</small |
|
|
|
<span i18n>New Users</span> <small class="text-muted" |
|
|
|
>(Last 30 days)</small |
|
|
|
> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-xs-12 col-md-4 my-2"> |
|
|
|
<h3 |
|
|
|
class="mb-0" |
|
|
|
[hidden]="statistics?.activeUsers30d === undefined" |
|
|
|
> |
|
|
|
{{ statistics?.activeUsers30d ?? '-' }} |
|
|
|
</h3> |
|
|
|
<h3 class="mb-0">{{ statistics?.activeUsers30d ?? '-' }}</h3> |
|
|
|
<div class="h6 mb-0"> |
|
|
|
<span i18n>Active Users</span> <small class="text-muted" |
|
|
|
>(Last 30 days)</small |
|
|
@ -147,31 +132,15 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-xs-12 col-md-4 my-2"> |
|
|
|
<h3 class="mb-0" [hidden]="statistics?.newUsers30d === undefined"> |
|
|
|
{{ statistics?.newUsers30d ?? '-' }} |
|
|
|
</h3> |
|
|
|
<div class="h6 mb-0"> |
|
|
|
<span i18n>New Users</span> <small class="text-muted" |
|
|
|
>(Last 30 days)</small |
|
|
|
> |
|
|
|
</div> |
|
|
|
<h3 class="mb-0">{{ statistics?.slackCommunityUsers ?? '-' }}</h3> |
|
|
|
<div class="h6 mb-0" i18n>Users in Slack community</div> |
|
|
|
</div> |
|
|
|
<div class="col-xs-12 col-md-4 my-2"> |
|
|
|
<h3 |
|
|
|
class="mb-0" |
|
|
|
[hidden]="statistics?.gitHubContributors === undefined" |
|
|
|
> |
|
|
|
{{ statistics?.gitHubContributors ?? '-' }} |
|
|
|
</h3> |
|
|
|
<h3 class="mb-0">{{ statistics?.gitHubContributors ?? '-' }}</h3> |
|
|
|
<div class="h6 mb-0" i18n>Contributors on GitHub</div> |
|
|
|
</div> |
|
|
|
<div class="col-xs-12 col-md-4 my-2"> |
|
|
|
<h3 |
|
|
|
class="mb-0" |
|
|
|
[hidden]="statistics?.gitHubStargazers === undefined" |
|
|
|
> |
|
|
|
{{ statistics?.gitHubStargazers ?? '-' }} |
|
|
|
</h3> |
|
|
|
<h3 class="mb-0">{{ statistics?.gitHubStargazers ?? '-' }}</h3> |
|
|
|
<div class="h6 mb-0" i18n>Stars on GitHub</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|