show wait
This commit is contained in:
parent
a10dee0bfd
commit
11ea738f64
@ -64,7 +64,7 @@ export default {
|
|||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background-color: rgba(0,0,0,0.8); /* Black background with opacity */
|
background-color: rgba(0,0,0,0.7); /* Black background with opacity */
|
||||||
z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
|
z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
|
||||||
display: flex;
|
display: flex;
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -31,6 +31,7 @@
|
|||||||
<transition name="list">
|
<transition name="list">
|
||||||
<p v-if="hint"><i>{{hint}}</i></p>
|
<p v-if="hint"><i>{{hint}}</i></p>
|
||||||
</transition>
|
</transition>
|
||||||
|
<Chooser v-if="is_my_turn && pending_action == 4" :text="$t('wait')" :cards="[]"/>
|
||||||
<Chooser v-if="card_against" :text="$t('card_against')" :cards="visiblePlayers" :select="selectAgainst" :cancel="cancelCardAgainst"/>
|
<Chooser v-if="card_against" :text="$t('card_against')" :cards="visiblePlayers" :select="selectAgainst" :cancel="cancelCardAgainst"/>
|
||||||
<Chooser v-if="pending_action == 3" :text="respondText" :cards="respondCards" :select="respond"/>
|
<Chooser v-if="pending_action == 3" :text="respondText" :cards="respondCards" :select="respond"/>
|
||||||
<Chooser v-if="shouldChooseCard" :text="$t('choose_card_to_get')" :cards="available_cards" :select="choose"/>
|
<Chooser v-if="shouldChooseCard" :text="$t('choose_card_to_get')" :cards="available_cards" :select="choose"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user