From 63dd5430bc1ad52d20b19e528df9ba572554b56c Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Fri, 29 May 2020 13:13:21 +0200 Subject: [PATCH] WIP Sync contributions --- app/components/contribution-list/template.hbs | 2 +- app/components/contributor-list/component.js | 5 +- app/components/contributor-list/template.hbs | 46 ++++++++++--------- app/routes/application.js | 6 ++- app/services/kredits.js | 45 +++++++++++++++++- app/styles/_sugar.scss | 17 +++++++ app/styles/app.scss | 1 + app/styles/components/_contribution-list.scss | 9 ++++ app/styles/components/_contributor-list.scss | 8 ++++ app/templates/dashboard.hbs | 10 ++-- package-lock.json | 11 +++++ package.json | 1 + 12 files changed, 129 insertions(+), 32 deletions(-) create mode 100644 app/styles/_sugar.scss diff --git a/app/components/contribution-list/template.hbs b/app/components/contribution-list/template.hbs index 87d2349..42280a2 100644 --- a/app/components/contribution-list/template.hbs +++ b/app/components/contribution-list/template.hbs @@ -29,7 +29,7 @@ {{/if}} -