From 66b6cc61e9e9f6897073cb244d14767050299bb6 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Fri, 24 May 2024 12:14:37 +0200 Subject: [PATCH 1/8] wrap market and player list in containers --- components/GameBoard.vue | 50 ++++++++++++++++++++------------ components/MarketCards.vue | 12 ++++++-- components/PlayerList.vue | 0 components/PlayerListElement.vue | 6 ++-- components/PlayerSlot.vue | 4 +-- pages/index.vue | 1 - 6 files changed, 46 insertions(+), 27 deletions(-) create mode 100644 components/PlayerList.vue diff --git a/components/GameBoard.vue b/components/GameBoard.vue index 6730d43..9fa0b2a 100644 --- a/components/GameBoard.vue +++ b/components/GameBoard.vue @@ -59,18 +59,21 @@ function showWinnerScreen() {