Add Lobby #43
1 changed files with 18 additions and 16 deletions
|
@ -24,22 +24,24 @@
|
||||||
Join
|
Join
|
||||||
</b-button>
|
</b-button>
|
||||||
</div>
|
</div>
|
||||||
<b-field class="only-mobile full">
|
<div class="only-mobile">
|
||||||
<b-input
|
<b-field class="full">
|
||||||
:disabled="busy"
|
<b-input
|
||||||
placeholder="Session ID"
|
:disabled="busy"
|
||||||
v-model="joinSessionID"
|
placeholder="Session ID"
|
||||||
></b-input>
|
v-model="joinSessionID"
|
||||||
<p class="control">
|
></b-input>
|
||||||
<b-button
|
<p class="control">
|
||||||
type="is-primary"
|
<b-button
|
||||||
@click="join"
|
type="is-primary"
|
||||||
:disabled="busy || !canJoin"
|
@click="join"
|
||||||
>
|
:disabled="busy || !canJoin"
|
||||||
Join
|
>
|
||||||
</b-button>
|
Join
|
||||||
</p>
|
</b-button>
|
||||||
</b-field>
|
</p>
|
||||||
|
</b-field>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section id="host">
|
<section id="host">
|
||||||
<header>
|
<header>
|
||||||
|
|
Loading…
Reference in a new issue