From 7f3484bd3530cd9f656e215d2d4d832d98bf5906 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Thu, 23 Jan 2020 10:11:31 +0100 Subject: [PATCH] Simplify abort, fix time in corr games --- client/src/views/Analyze.vue | 527 +++++++++++++++++++++++++++++++++++ client/src/views/Game.vue | 44 +-- 2 files changed, 540 insertions(+), 31 deletions(-) create mode 100644 client/src/views/Analyze.vue diff --git a/client/src/views/Analyze.vue b/client/src/views/Analyze.vue new file mode 100644 index 00000000..4ec370c5 --- /dev/null +++ b/client/src/views/Analyze.vue @@ -0,0 +1,527 @@ + + + + + diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 2d085c87..6146e270 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -1,21 +1,13 @@