X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=d65de3d7e24ba1f74c132d15783019957e9a2f90;hp=e090d9e6d5907e968903fbf1f78918a315d9df73;hb=9ca1e26b79ec1873aa6ac914013160f8593d52cf;hpb=7dec8d871d5b46116653bc50bcbfc28fb9e503c5 diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index e090d9e6..d65de3d7 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -26,12 +26,10 @@ main input#inputFen(type="text" v-model="newchallenge.fen") button(@click="newChallenge") {{ st.tr["Send challenge"] }} .row - .col-sm-12.col-md-9.col-md-offset-3 - button(onClick="doClick('modalNewgame')") New game + .col-sm-12 + button#newGame(onClick="doClick('modalNewgame')") New game .row - .col-sm-12.col-md-3 - Chat(:players="[]") - .col-sm-12.col-md-9 + .col-sm-12.col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2 .collapse input#challengeSection(type="radio" checked aria-hidden="true" name="accordion") label(for="challengeSection" aria-hidden="true") Challenges @@ -56,7 +54,7 @@ main ) | {{ p.name + (!!p.count ? " ("+p.count+")" : "") }} #chat(v-show="pdisplay=='chat'") - h3 Chat (TODO) + Chat(:players="[]") input#gameSection(type="radio" aria-hidden="true" name="accordion") label(for="gameSection" aria-hidden="true") Games div @@ -598,5 +596,7 @@ export default {