From 93c9dc70cf202b7d68bd551e914e4a289e505903 Mon Sep 17 00:00:00 2001 From: Max Korlaar Date: Sat, 27 Jun 2020 17:28:58 +0200 Subject: [PATCH 1/3] Add guild average and guild total stats to guild SkyWars statistics --- .idea/codeStyles/Project.xml | 3 + .../Controllers/Guild/MemberController.php | 5 + .../Controllers/Guild/SkyWarsController.php | 68 +++++++---- resources/js/components/CalculatedCell.vue | 73 ++++++++++++ resources/js/components/SortableTable.vue | 3 + resources/js/guild/SkyWarsTable.vue | 112 +++++++++++++++++- resources/sass/_guild.scss | 13 +- 7 files changed, 245 insertions(+), 32 deletions(-) create mode 100644 resources/js/components/CalculatedCell.vue diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index f787b35..0b97ffc 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -418,6 +418,9 @@