From fc0da12405dd3945a24a2b7862a8a81cafdad980 Mon Sep 17 00:00:00 2001 From: Paul-Louis NECH Date: Sun, 3 May 2020 15:43:10 +0200 Subject: [PATCH] Feat(UI): Container, online vs ingame --- client/src/App.vue | 45 +++++++++++++++++++++++++++++++-------------- client/src/Sockets.vue | 31 ++++++++++++++++++++----------- client/src/components/Hand.vue | 2 +- client/src/components/Player.vue | 13 ++++++++++--- client/src/vuex-store.js | 22 +++++++++++----------- server/game/lobby.py | 43 ++++++++++++++++++++++--------------------- server/ws.py | 2 +- 7 files changed, 96 insertions(+), 62 deletions(-) diff --git a/client/src/App.vue b/client/src/App.vue index 21070ab..348c024 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -1,14 +1,31 @@