X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=b66c6ef82d66a6ebd1e15f0026b32ce6d99aab28;hb=f41ce5806b989c06091a403d7e26ff3c457650c9;hp=f8cf2a7afd04d7907e8a1d06216a13e16a111aee;hpb=27d18a24ff2f3b04a7bf26b9b95c7214f8e5076a;p=vchess.git diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index f8cf2a7a..b66c6ef8 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 + 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 @@ -22,6 +22,14 @@ div(v-show="cursor>=0") {{ moves[cursor].message }} + + + +