X-Git-Url: https://git.auder.net/variants/Checkered/style.css?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=bcc6cbab5acd3db589a0f4042b10ac27ca129ce4;hb=9a3049f3a48fa4b3627ef26ccdf213a8e550d478;hp=42fd4767a5c3c5ef867339ecef35eae8d4dbff11;hpb=9ddaf8da8743c50b9019888a82d84392913c60c9;p=vchess.git diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index 42fd4767..bcc6cbab 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -9,7 +9,7 @@ main input#modalNewgame.modal(type="checkbox") div#newgameDiv(role="dialog" data-checkbox="modalNewgame" aria-labelledby="titleFenedit") - .card.smallpad(@keyup.enter="newChallenge") + .card.smallpad(@keyup.enter="newChallenge()") label#closeNewgame.modal-close(for="modalNewgame") fieldset label(for="selectVariant") {{ st.tr["Variant"] }} * @@ -44,9 +44,9 @@ main button(@click="setDisplay('c','corr',$event)") | {{ st.tr["Correspondance challenges"] }} ChallengeList(v-show="cdisplay=='live'" - :challenges="filterChallenges('live')" @click-challenge="clickChallenge()") + :challenges="filterChallenges('live')" @click-challenge="clickChallenge") ChallengeList(v-show="cdisplay=='corr'" - :challenges="filterChallenges('corr')" @click-challenge="clickChallenge()") + :challenges="filterChallenges('corr')" @click-challenge="clickChallenge") #people h3.text-center {{ st.tr["Who's there?"] }} #players @@ -60,7 +60,7 @@ main | {{ getActionLabel(sid) }} p.anonymous @nonymous ({{ anonymousCount }}) #chat - Chat(:newChat="newChat" @mychat="processChat") + Chat(:newChat="newChat" @mychat="processChat" :pastChats="[]") .clearer div .button-group