From df56b1d8b96dba9f2a69615293ccd1242c5ca47e Mon Sep 17 00:00:00 2001 From: abbey <61197745+affectioned@users.noreply.github.com> Date: Sun, 25 May 2025 21:15:12 +0200 Subject: [PATCH] groups bulk management & fix vue warning (#1244) * groups bulk management & fix vue warning * reset group selection state on edit_mode exit --- .../dialogs/UserDialog/UserDialog.vue | 201 +++++++++++++----- src/localization/en/en.json | 3 + 2 files changed, 145 insertions(+), 59 deletions(-) diff --git a/src/components/dialogs/UserDialog/UserDialog.vue b/src/components/dialogs/UserDialog/UserDialog.vue index e8f84eed..10c7d186 100644 --- a/src/components/dialogs/UserDialog/UserDialog.vue +++ b/src/components/dialogs/UserDialog/UserDialog.vue @@ -233,67 +233,65 @@ style="margin-right: 5px; margin-top: 5px" v-text="userDialog.ref.$customTag">
- + + +
@@ -1151,12 +1149,53 @@