Update TODOs
[vchess.git] / client / src / components / MoveList.vue
index 6ff93d8..f41e7e2 100644 (file)
@@ -17,11 +17,11 @@ div
       )
   div#boardSizeBtnContainer
     button#boardSizeBtn(onClick="window.doClick('modalAdjust')")
-      | {{ st.tr["Board size"] }}
+      | {{ st.tr["Set board size"] }}
   #scoreInfo(v-if="score!='*'")
     p {{ score }}
     p {{ st.tr[message] }}
-  .moves-list
+  .moves-list(v-if="show != 'none'")
     .tr(v-for="moveIdx in evenNumbers")
       .td {{ firstNum + moveIdx / 2 + 1 }}
       .td(v-if="moveIdx < moves.length-1 || show == 'all'"