From 0f74661e072b25d95a086099be68622fa03e8ce2 Mon Sep 17 00:00:00 2001 From: Settel Date: Tue, 15 Mar 2022 08:06:08 +0100 Subject: [PATCH] feat: enable/disable buttons according to state and phase --- client/src/components/GameControls.vue | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/client/src/components/GameControls.vue b/client/src/components/GameControls.vue index f3e7735..85df3eb 100644 --- a/client/src/components/GameControls.vue +++ b/client/src/components/GameControls.vue @@ -1,10 +1,10 @@