X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=6d5a92abec55604c669f25b0fa0c8e078e17c56e;hb=51336cd2180ca1a56eba7f773abe715d0eb5cddb;hp=e8b07567db18aaf0cd16a103ee52961501753220;hpb=5fc82c80fe57ad106cc117a534b242cc08805890;p=vchess.git diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index e8b07567..6d5a92ab 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -89,7 +89,7 @@ main aria-label="Chat" ) img(src="/images/icons/chat.svg") - #actions(v-if="game.score=='*'") + #actions(v-show="game.score=='*'") button.tooltip( @click="clickDraw()" :class="{['draw-' + drawOffer]: true}" @@ -109,7 +109,7 @@ main ) img(src="/images/icons/resign.svg") button.tooltip( - v-else + v-show="game.score!='*'" @click="clickRematch()" :class="{['rematch-' + rematchOffer]: true}" :aria-label="st.tr['Rematch']"