Show invites in room list

Also, sort lists on name.
This commit is contained in:
N-Pex 2021-07-19 09:45:34 +02:00
parent d0f929a03c
commit 87a8096694
3 changed files with 57 additions and 43 deletions

View file

@ -62,12 +62,12 @@
<v-checkbox class="mt-0" v-model="sharedComputer" :label="$t('join.shared_computer')" />
<v-btn
:disabled="!isValid || loading"
primary
large
color="black"
depressed
block
@click.stop="handleLogin"
:loading="loading"
class="mt-8"
class="filled-button mt-8"
>{{ $t("login.login") }}</v-btn
>
</v-form>