{{#if this.showIntroText}}

Welcome to the contribution dashboard of the Kosmos project!

If you want to learn more about what the numbers mean and how this works, check out the Kredits documentation. If you want to start earning kredits for your contributions, create a contributor profile.

{{/if}}

Contributors

{{#if this.kredits.hasAccounts}} {{/if}}

{{await this.kredits.totalKreditsEarned}} kredits confirmed and issued to {{this.contributorsWithKredits.length}} contributors

Contributions by type

{{#if this.contributionsUnconfirmed}}

Latest Contributions

{{!-- TODO: We need a better naming for kredits.hasAccounts --}}
{{/if}}

Confirmed Contributions

{{#if this.showFullContributionSync}}
{{#if this.kredits.fetchMissingContributions.isIdle}}

There are {{this.kredits.missingHistoricContributionsCount}} earlier contributions, which are not currently loaded/displayed.

You can fetch all historic data in one go, and have it stored locally in your browser:

{{else}}

Syncing data. Please be patient...

(You can leave this website anytime and sync missing data when you come back.)

{{/if}}
{{/if}}
{{outlet}}