Add confirmation for ban/make admin etc

Also, fix Firefox problem with dialog jumping around.
This commit is contained in:
N-Pex 2025-06-10 16:23:35 +02:00
parent 724ad4caaa
commit a28ef2e6d8
13 changed files with 108 additions and 21 deletions

View file

@ -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>