X-Git-Url: https://git.auder.net/assets/icon_infos.svg?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FGameList.vue;h=3620d3298f6b6b7866027292ba68f48beed80198;hb=22e01c6df431703183f45aed0c202b2617f3ab56;hp=d0ea2f01efdd852219fa7c17f69c0b5b1414aa5a;hpb=5fd5fb22de02ed6c585e86a1c3dda50ff6071d2f;p=vchess.git diff --git a/client/src/components/GameList.vue b/client/src/components/GameList.vue index d0ea2f01..3620d329 100644 --- a/client/src/components/GameList.vue +++ b/client/src/components/GameList.vue @@ -6,8 +6,8 @@ div th {{ st.tr["Variant"] }} th {{ st.tr["White"] }} th {{ st.tr["Black"] }} - th {{ st.tr["Time control"] }} - th(v-if="showResult") Result + th {{ st.tr["Cadence"] }} + th {{ st.tr["Result"] }} tbody tr(v-for="g in sortedGames" @click="$emit('show-game',g)" :class="{'my-turn': g.myTurn}") @@ -15,7 +15,7 @@ div td(data-label="White") {{ g.players[0].name || "@nonymous" }} td(data-label="Black") {{ g.players[1].name || "@nonymous" }} td(data-label="Time control") {{ g.timeControl }} - td(v-if="showResult" data-label="Result") {{ g.score }} + td(data-label="Result") {{ g.score }}