From 6310295795281bd35ae92fd4aedc9fb4f5e7659b Mon Sep 17 00:00:00 2001 From: cnachtigall1991 <40701475+cnachtigall1991@users.noreply.github.com> Date: Sun, 17 Oct 2021 19:52:12 +0200 Subject: [PATCH] fixed broken elements due to api changes --- src/components/FlashChart.vue | 55 ++++++++++++++++++++- src/components/MultiKillsChart.vue | 76 ++++++++++++++++++++++++++---- src/components/Nav.vue | 50 ++++++++++++++++---- src/components/ScoreTeam.vue | 4 +- src/components/ScoreTeamPlayer.vue | 6 +-- src/constants/index.js | 11 +++++ src/utils/ApiRequests.js | 4 +- src/utils/Utils.js | 7 ++- src/views/Match.vue | 39 ++++++++------- src/views/Player.vue | 45 +++++++++--------- 10 files changed, 228 insertions(+), 69 deletions(-) create mode 100644 src/constants/index.js diff --git a/src/components/FlashChart.vue b/src/components/FlashChart.vue index 1fcb204..3435c4a 100644 --- a/src/components/FlashChart.vue +++ b/src/components/FlashChart.vue @@ -1,6 +1,6 @@