X-Git-Url: https://git.auder.net/pieces/Cwda/n_black_bishop.svg?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=89bef8da549e1724226576333380079bbe31dba2;hb=11667c79617c057357f2a176c798bfee3b190771;hp=9be880693c78cf04c41d255d3f96dda1e171d06f;hpb=d4036efea5b57656478affd7d71f53dcea0f8017;p=vchess.git diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 9be88069..89bef8da 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -11,6 +11,9 @@ button(@click="abortGame") {{ st.tr["Game is too boring"] }} BaseGame(:game="game" :vr="vr" ref="basegame" @newmove="processMove" @gameover="gameOver") + 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 @@ -20,12 +23,23 @@ div(v-show="cursor>=0") {{ moves[cursor].message }} + + + +