From d9a1b68035be824f1ca42929e46341899bb11556 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Tue, 15 Dec 2020 20:36:00 -0700 Subject: [PATCH] Update the Hand component to be generalized better for all players and have a button for each card instead of clicking the card itself. --- web/src/components/Hand.vue | 189 +++++++++++++----------------------- 1 file changed, 70 insertions(+), 119 deletions(-) diff --git a/web/src/components/Hand.vue b/web/src/components/Hand.vue index 9bfb0ae..9c85bec 100644 --- a/web/src/components/Hand.vue +++ b/web/src/components/Hand.vue @@ -1,150 +1,88 @@