From 8e61783c9afffd237996aa70ea2631aa9857a730 Mon Sep 17 00:00:00 2001 From: vkaelin Date: Thu, 28 Nov 2019 10:06:27 +0100 Subject: [PATCH] feat: add tooltip on match data to see full date --- client/src/components/Match/Match.vue | 17 ++++++++++++++++- client/src/helpers/functions.js | 11 ----------- client/src/helpers/summoner.js | 4 ++++ 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/client/src/components/Match/Match.vue b/client/src/components/Match/Match.vue index 51d870b..436a4a9 100644 --- a/client/src/components/Match/Match.vue +++ b/client/src/components/Match/Match.vue @@ -127,7 +127,20 @@
Stopwatch
{{ data.time|secToTime }}
-
{{ data.date }}
+ + + +
@@ -138,6 +151,7 @@