From a907f52913b32104a50b45a8d993c1d76870a4ba Mon Sep 17 00:00:00 2001 From: Erzangel Date: Tue, 14 May 2024 18:59:56 +0200 Subject: [PATCH 1/3] feat: new playericon component, style for ready --- components/PlayerIcon.vue | 40 +++++++++++++++++++++++++++++++++++++++ components/PlayerSlot.vue | 29 ++++++++++++++++++++-------- 2 files changed, 61 insertions(+), 8 deletions(-) create mode 100644 components/PlayerIcon.vue diff --git a/components/PlayerIcon.vue b/components/PlayerIcon.vue new file mode 100644 index 0000000..5b469bb --- /dev/null +++ b/components/PlayerIcon.vue @@ -0,0 +1,40 @@ + + + + + \ No newline at end of file diff --git a/components/PlayerSlot.vue b/components/PlayerSlot.vue index 91dc712..30e5945 100644 --- a/components/PlayerSlot.vue +++ b/components/PlayerSlot.vue @@ -87,18 +87,15 @@ const prepare_champion = (target: Card) => run_effect(CardEffects.PREPARE, targe
+
Pas encore prĂȘt...
+
PrĂȘt!
- - +
- - {{ props.player.username }} - - - + +
-
READY
- +
From 12bc3448dd58974449cd6bc97fea12440b31c8e0 Mon Sep 17 00:00:00 2001 From: Erzangel Date: Tue, 14 May 2024 19:06:30 +0200 Subject: [PATCH 3/3] feat: separate market cards by slight gap --- components/MarketCards.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/MarketCards.vue b/components/MarketCards.vue index df59e2a..87b3bf3 100644 --- a/components/MarketCards.vue +++ b/components/MarketCards.vue @@ -60,6 +60,7 @@ const isTurn = computed(() => goStore.self && goStore.current_game?.started && ( align-items: center; z-index: 2; position: relative; + gap: 2px; } .separator {