From 81e995b23999d1012185a63226f48eef8157290a Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Tue, 24 Sep 2019 18:08:03 +0200 Subject: [PATCH] feat: add text to show the result of the match --- client/src/assets/css/base.css | 2 +- client/src/components/Match.vue | 87 +++++++++++++++++++++------------ client/src/helpers/summoner.js | 3 ++ 3 files changed, 61 insertions(+), 31 deletions(-) diff --git a/client/src/assets/css/base.css b/client/src/assets/css/base.css index 8edf202..c9f5f62 100644 --- a/client/src/assets/css/base.css +++ b/client/src/assets/css/base.css @@ -21,4 +21,4 @@ button:focus { .text-overflow { text-overflow: ellipsis; -} \ No newline at end of file +} diff --git a/client/src/components/Match.vue b/client/src/components/Match.vue index e944de6..c539df7 100644 --- a/client/src/components/Match.vue +++ b/client/src/components/Match.vue @@ -1,7 +1,13 @@