From 4bcfb844339c31b9fc63c5f0b8ef740b965305bd Mon Sep 17 00:00:00 2001 From: Nathan Cannon Date: Thu, 21 Feb 2019 15:38:33 +0000 Subject: [PATCH] Added name field & submission confirmation --- frontend/src/components/ScoreSelector.vue | 47 +- frontend/src/views/GroupSessionInput.vue | 619 +++++++++++----------- 2 files changed, 331 insertions(+), 335 deletions(-) diff --git a/frontend/src/components/ScoreSelector.vue b/frontend/src/components/ScoreSelector.vue index a61a9f6..40fb029 100644 --- a/frontend/src/components/ScoreSelector.vue +++ b/frontend/src/components/ScoreSelector.vue @@ -1,29 +1,36 @@ diff --git a/frontend/src/views/GroupSessionInput.vue b/frontend/src/views/GroupSessionInput.vue index 2907634..3ed0d9a 100644 --- a/frontend/src/views/GroupSessionInput.vue +++ b/frontend/src/views/GroupSessionInput.vue @@ -1,284 +1,316 @@