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