X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FGameList.vue;h=bf9c8ffc3125169b31436479c6139795703cef71;hp=2b7f65731f08e84bb8e1fb9454ea883e5c031ac0;hb=41cb9b940084d6f56351a772f0340ebf0bc8d1bc;hpb=40367778b7c2c5412b6941874e3322e584ef1aa0 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" }}