Add confirmation for ban/make admin etc
Also, fix Firefox problem with dialog jumping around.
This commit is contained in:
parent
724ad4caaa
commit
a28ef2e6d8
13 changed files with 108 additions and 21 deletions
|
|
@ -1,5 +1,6 @@
|
|||
<template>
|
||||
<v-dialog :modelValue="showLogoutPopup" class="ma-0 pa-0" :width="$vuetify.display.smAndUp ? '688px' : '95%'"
|
||||
scroll-strategy="none"
|
||||
@click:outside="$emit('onOutsideLogoutPopupClicked')">
|
||||
<div class="dialog-content text-center">
|
||||
<h2 class="dialog-title">{{ $t("logout.confirm_text") }}</h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue