Remove hamburger

Move room list to dropdown, see issue #27
This commit is contained in:
N-Pex 2021-02-01 22:10:48 +01:00
parent 947fea9bb7
commit 85f3a9baef
5 changed files with 31 additions and 56 deletions

View file

@ -80,11 +80,14 @@
<v-card class="account ma-3" flat>
<v-card-title class="h2">My Profile</v-card-title>
<v-card-text>
<div v-if="$matrix.currentUser.is_guest">
<div>
<div>
<div v-if="$matrix.currentUser.is_guest">
Your identity <b>{{ displayName }}</b> is temporary. You can change
your name or set a password to keep it.
</div>
<div v-else>
Your are logged in as <b>{{ displayName }}</b>.
</div>
<v-btn block class="outlined-button" @click.stop="viewProfile"
>View</v-btn
>