More work on leve room dialog

Issue #21
This commit is contained in:
N-Pex 2021-03-27 09:38:27 +01:00
parent d0a5fcb79a
commit 31535f0f3c
4 changed files with 109 additions and 47 deletions

View file

@ -113,7 +113,7 @@
Your are logged in as <b>{{ displayName }}</b
>.
</div>
<v-btn block class="outlined-button" @click.stop="viewProfile"
<v-btn depressed block class="outlined-button" @click.stop="viewProfile"
>View</v-btn
>
</div>
@ -124,6 +124,7 @@
<v-card-text>
<v-btn
color="red"
depressed
block
class="filled-button"
@click.stop="showLeaveConfirmation = true"
@ -170,8 +171,6 @@ export default {
showLeaveConfirmation: false,
expandedMembers: [],
buildVersion: "",
roomJoinRule: null,
userCanChangeJoinRules: false,
updatingJoinRule: false, // Flag if we are processing update curerntly
};
},