X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=d74002d6db1fef14a1be123789e1fc1a1ddae197;hb=92a523d1a74cbabcfd7d6ade45f25fa622815f0b;hp=9271f487fa7b6cf46308c5ea0d82e15d17db4614;hpb=809ba2aa7682693e33f7b92c1fdfbb3b004befb4;p=vchess.git diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 9271f487..d74002d6 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -11,7 +11,7 @@ button(@click="abortGame") {{ st.tr["Game is too boring"] }} BaseGame(:game="game" :vr="vr" ref="basegame" @newmove="processMove" @gameover="gameOver") - // TODO: show players names + clocks state + // TODO: also show players names div Time: {{ virtualClocks[0] }} - {{ virtualClocks[1] }} .button-group(v-if="game.mode!='analyze' && game.score=='*'") button(@click="offerDraw") Draw @@ -22,6 +22,14 @@ div(v-show="cursor>=0") {{ moves[cursor].message }} + + + +