From 1ff6f6f5e6a0767ddb41186ac3b61934678c030e Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Tue, 20 Aug 2019 22:42:11 +0200 Subject: [PATCH] First "working" version of the RecentActivity grid Only last 100 matches are displayed --- client/src/App.vue | 2 +- client/src/components/RecentActivity.vue | 110 ++++++++++++++++++----- client/src/views/Summoner.vue | 3 +- server/server.js | 2 +- 4 files changed, 92 insertions(+), 25 deletions(-) diff --git a/client/src/App.vue b/client/src/App.vue index 3683c37..f183c8f 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -1,5 +1,5 @@