X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FGameList.vue;h=bf9c8ffc3125169b31436479c6139795703cef71;hb=41cb9b940084d6f56351a772f0340ebf0bc8d1bc;hp=2b7f65731f08e84bb8e1fb9454ea883e5c031ac0;hpb=afd3240d89a2f6191fe9426960dc0c1667b40c77;p=vchess.git diff --git a/client/src/components/GameList.vue b/client/src/components/GameList.vue index 2b7f6573..bf9c8ffc 100644 --- a/client/src/components/GameList.vue +++ b/client/src/components/GameList.vue @@ -6,6 +6,7 @@ table th Black th Time control th(v-if="showResult") Result + // TODO: show my games first (st.user.id or sid) tr(v-for="g in games" @click="$emit('show-game',g)") td {{ g.vname }} td {{ g.players[0].name || "@nonymous" }}