From: Benjamin Auder Date: Fri, 17 Jan 2020 14:23:23 +0000 (+0100) Subject: MoveList working. TODO: Chat X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=f21cd6d9c23da37d729f20ea4c08e56b1a7b10a1 MoveList working. TODO: Chat --- diff --git a/client/src/components/BaseGame.vue b/client/src/components/BaseGame.vue index 83311cc1..3b15742d 100644 --- a/client/src/components/BaseGame.vue +++ b/client/src/components/BaseGame.vue @@ -21,17 +21,15 @@ p#fenString.text-center {{ vr.getFen() }} #pgnDiv.section-content a#download(href="#") - .button-group - button#downloadBtn(@click="download") {{ st.tr["Download PGN"] }} - // TODO: Import game button copy game locally in IndexedDB - //button Import game - //MoveList(v-if="showMoves" - :moves="moves" :cursor="cursor" @goto-move="gotoMove") + button#downloadBtn(@click="download") {{ st.tr["Download PGN"] }} + div#movesList + MoveList(v-if="showMoves" + :moves="moves" :cursor="cursor" @goto-move="gotoMove")