From 473c805402c31b5581b193e9539703bf39e559c3 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Mon, 31 Jan 2022 22:43:45 +0100 Subject: [PATCH 1/3] fixed track me not requiring sharecode when no matches are on rekord (#50) Co-authored-by: vikingowl Reviewed-on: https://git.harting.dev/CSGOWTF/csgowtf/pulls/50 Co-authored-by: vikingowl Co-committed-by: vikingowl --- src/views/Player.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/Player.vue b/src/views/Player.vue index cd3604c..253b941 100644 --- a/src/views/Player.vue +++ b/src/views/Player.vue @@ -92,7 +92,8 @@
@@ -123,7 +124,7 @@
-
No matches on record
+
Track yourself to see your matches
-- 2.51.0 From a5072e9e2b80bcea0cff9d0bcd2919f47115d9f8 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Mon, 31 Jan 2022 22:54:59 +0100 Subject: [PATCH 2/3] fixed 48 - changed some meta data (#51) Co-authored-by: vikingowl Reviewed-on: https://git.harting.dev/CSGOWTF/csgowtf/pulls/51 Co-authored-by: vikingowl Co-committed-by: vikingowl --- public/index.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/public/index.html b/public/index.html index 148d0b8..49ae9b3 100644 --- a/public/index.html +++ b/public/index.html @@ -5,39 +5,39 @@ - - - - - - - - - - - - -- 2.51.0 From 4990b56f044e35f76b55071e3044ba7fff0df2cd Mon Sep 17 00:00:00 2001 From: vikingowl Date: Mon, 31 Jan 2022 22:57:31 +0100 Subject: [PATCH 3/3] version 1.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b821cf..7897787 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csgowtf", - "version": "1.0.2", + "version": "1.0.3", "private": true, "scripts": { "serve": "vue-cli-service serve", -- 2.51.0