X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=24ec364fe276e16478d4d8271b7ebc5201bba1e6;hb=72ccbd6730241771e6ba86b6a5b62597b4c7e2f4;hp=e090d9e6d5907e968903fbf1f78918a315d9df73;hpb=603b8a8b4a854efb168953da70e7b43ae99b50d9;p=vchess.git diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index e090d9e6..24ec364f 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,11 @@ export default {