From 4154b988fe8be5bc47383825986feb54be566121 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Sat, 20 Nov 2021 10:24:32 +0100 Subject: [PATCH] #15 added placeholder to matches --- src/components/HitgroupPuppet.vue | 2 +- src/components/MatchesTable.vue | 50 +++++++++++++++---------------- src/scss/classes.scss | 11 +++++++ src/views/Explore.vue | 4 +-- src/views/Home.vue | 19 ++++++------ 5 files changed, 49 insertions(+), 37 deletions(-) diff --git a/src/components/HitgroupPuppet.vue b/src/components/HitgroupPuppet.vue index eb83b7c..d9666f7 100644 --- a/src/components/HitgroupPuppet.vue +++ b/src/components/HitgroupPuppet.vue @@ -133,7 +133,7 @@ export default { }) } - const unique = arr.filter((a, b) => arr.indexOf(a) === b && a < 500) + const unique = arr.filter((a, b) => arr.indexOf(a) === b && a < 400) let arr2 = [] diff --git a/src/components/MatchesTable.vue b/src/components/MatchesTable.vue index d89e1ca..8e1f4eb 100644 --- a/src/components/MatchesTable.vue +++ b/src/components/MatchesTable.vue @@ -1,5 +1,10 @@