From 3b12014eb371ee168b5c3d11de7ec4a02994ebf2 Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Mon, 21 Oct 2019 15:30:48 +0200 Subject: [PATCH] refactor: get last riot patch from backend instead of manually change it --- client/.env | 1 - client/README.md | 2 +- client/src/components/Match.vue | 9 +++++---- client/src/helpers/summoner.js | 5 +++-- client/src/main.js | 3 --- client/src/store/modules/ddragon.js | 13 +++++++++++-- client/src/store/modules/summoner.js | 1 + client/src/views/Summoner.vue | 3 ++- server/README.md | 2 +- server/app/Controllers/Http/SummonerController.js | 3 +++ 10 files changed, 27 insertions(+), 15 deletions(-) delete mode 100644 client/.env diff --git a/client/.env b/client/.env deleted file mode 100644 index f761ed7..0000000 --- a/client/.env +++ /dev/null @@ -1 +0,0 @@ -VUE_APP_PATCH=9.17.1 \ No newline at end of file diff --git a/client/README.md b/client/README.md index 204c93d..9e05525 100644 --- a/client/README.md +++ b/client/README.md @@ -1,4 +1,4 @@ -# riot-vue +# LeagueStats Frontend ## Project setup ``` diff --git a/client/src/components/Match.vue b/client/src/components/Match.vue index 9992d89..13db59d 100644 --- a/client/src/components/Match.vue +++ b/client/src/components/Match.vue @@ -26,7 +26,7 @@ >LVL {{ data.level }}
@@ -123,7 +123,7 @@ >{{ ally.name }}