X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=bd9125f26939a463c1dfc9c8e29220ee5aba75fd;hb=d18bfa126e918ecc13f2a70612b1cfda25e1e25a;hp=d3a4bd7b329d04be7890fe459ea0a4440cc67d2e;hpb=5b87454c515b1fbf94e2c07ba7cb0cff21f38620;p=vchess.git diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index d3a4bd7b..bd9125f2 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -11,8 +11,8 @@ button(@click="abortGame") {{ st.tr["Game is too boring"] }} BaseGame(:game="game" :vr="vr" ref="basegame" @newmove="processMove" @gameover="gameOver") - // TODO: virtualClocks[...], not "clockState" - div Time: {{ clockState }} + // TODO: also show players names + div Time: {{ virtualClocks[0] }} - {{ virtualClocks[1] }} .button-group(v-if="game.mode!='analyze' && game.score=='*'") button(@click="offerDraw") Draw button(@click="() => abortGame()") Abort @@ -22,6 +22,22 @@ div(v-show="cursor>=0") {{ moves[cursor].message }} + + + +