X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=2d085c87c9b5426aed244a505a52485ce1c63980;hb=656b187886e5187e52fafe44b7dc0fb45ccd9222;hp=6a67400dd17f7f3071df507778bff92b664ef6a8;hpb=f21cd6d9c23da37d729f20ea4c08e56b1a7b10a1;p=vchess.git diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 6a67400d..2d085c87 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -8,7 +8,7 @@ h3#abortBoxTitle.section {{ st.tr["Terminate game?"] }} button(@click="abortGame") {{ st.tr["Sorry I have to go"] }} button(@click="abortGame") {{ st.tr["Game seems over"] }} - button(@click="abortGame") {{ st.tr["Game is too boring"] }} + button(@click="abortGame") {{ st.tr["Opponent is gone"] }} BaseGame(:game="game" :vr="vr" ref="basegame" @newmove="processMove" @gameover="gameOver") div Names: {{ game.players[0].name }} - {{ game.players[1].name }} @@ -18,15 +18,9 @@ button(@click="() => abortGame()") Abort button(@click="resign") Resign textarea(v-if="game.score=='*'" v-model="corrMsg") - Chat( + Chat(:players="game.players") - -