From 3e9d8c47e320c6241a1a4d2f6577ef12f5e9e0d1 Mon Sep 17 00:00:00 2001 From: cnachtigall1991 <40701475+cnachtigall1991@users.noreply.github.com> Date: Fri, 15 Oct 2021 11:11:38 +0200 Subject: [PATCH] reworked the sub-navigation on the Match-page --- src/components/DamageChart.vue | 57 ++++----- src/components/FlashChart.vue | 32 ++--- src/components/MultiKillsChart.vue | 110 ++++++----------- src/components/ScoreTeam.vue | 113 ++++++++--------- src/components/ScoreTeamPlayer.vue | 2 +- src/router/index.js | 48 +++++++- src/store/index.js | 1 + src/utils/ApiRequests.js | 2 +- src/utils/HLTV.js | 18 +-- src/utils/Utils.js | 6 +- src/views/Match.vue | 187 +++++++++++------------------ 11 files changed, 244 insertions(+), 332 deletions(-) diff --git a/src/components/DamageChart.vue b/src/components/DamageChart.vue index 82a3ac3..459cfb2 100644 --- a/src/components/DamageChart.vue +++ b/src/components/DamageChart.vue @@ -1,5 +1,5 @@