Some changes to the logic in Rules.vue: weird behavior, TODO
[vchess.git] / client / src / components / GameList.vue
index 2b7f657..bf9c8ff 100644 (file)
@@ -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" }}