From 103656f094e7d5d3f5472047530396268163b77a Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Tue, 20 Aug 2019 00:08:13 +0200 Subject: [PATCH] =?UTF-8?q?Start=20RecentActivity=20component=20?= =?UTF-8?q?=F0=9F=A4=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/RecentActivity.vue | 57 ++++++++++++ client/src/views/Summoner.vue | 109 +++++++++++++---------- server/server.js | 12 +-- 3 files changed, 126 insertions(+), 52 deletions(-) create mode 100644 client/src/components/RecentActivity.vue diff --git a/client/src/components/RecentActivity.vue b/client/src/components/RecentActivity.vue new file mode 100644 index 0000000..0a6d29c --- /dev/null +++ b/client/src/components/RecentActivity.vue @@ -0,0 +1,57 @@ + + + \ No newline at end of file diff --git a/client/src/views/Summoner.vue b/client/src/views/Summoner.vue index 5003d34..04eb4ef 100644 --- a/client/src/views/Summoner.vue +++ b/client/src/views/Summoner.vue @@ -4,61 +4,72 @@ - + -