From efd1b371f93698793e793f380337a1ff1179a91c Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Thu, 25 Apr 2019 19:09:20 +0100 Subject: [PATCH] Make contribution lists much more dense We have too many contributions for them to be multiple lines by default. --- app/components/contribution-list/template.hbs | 8 +++++--- app/templates/index.hbs | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/components/contribution-list/template.hbs b/app/components/contribution-list/template.hbs index 60885ae..fa0351c 100644 --- a/app/components/contribution-list/template.hbs +++ b/app/components/contribution-list/template.hbs @@ -1,16 +1,18 @@ {{#each contributions as |contribution|}}
  • - ♥ ({{contribution.kind}}) - {{contribution.contributor.name}}: + {{user-avatar contributor=contribution.contributor}} + ({{contribution.kind}}) + {{contribution.description}}

    {{contribution.amount}}₭S

    +
  • {{/each}} \ No newline at end of file diff --git a/app/templates/index.hbs b/app/templates/index.hbs index a766066..dad1202 100644 --- a/app/templates/index.hbs +++ b/app/templates/index.hbs @@ -29,7 +29,7 @@ {{#if contributionsUnconfirmed}}
    -

    Unconfirmed Contributions

    +

    Latest Contributions

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