X-Git-Url: https://git.auder.net/assets/discord.svg?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=4d44cd1acfb295efca43f53a48496153667ceac0;hb=a4480041556612060da8ba4cf30adc48895d746e;hp=9d755df171bb5e0a91ff5e2c25d8aef1b4c8c340;hpb=b988c726df078aa456bd47709f6eee0f73dc5abd;p=vchess.git diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 9d755df1..4d44cd1a 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -11,7 +11,10 @@ button(@click="abortGame") {{ st.tr["Game is too boring"] }} BaseGame(:game="game" :vr="vr" ref="basegame" @newmove="processMove" @gameover="gameOver") - .button-group(v-if="game.mode!='analyze'") + textarea#mvMessage(v-if="game.type=='corr'" v-model="corrMsg") + div Names: {{ game.players[0].name }} - {{ game.players[1].name }} + div Time: {{ virtualClocks[0] }} - {{ virtualClocks[1] }} + .button-group(v-if="game.mode!='analyze' && game.score=='*'") button(@click="offerDraw") Draw button(@click="() => abortGame()") Abort button(@click="resign") Resign @@ -20,12 +23,23 @@ div(v-show="cursor>=0") {{ moves[cursor].message }} + + + +