Show subscription badge where required and disable UI elements accordingly

This commit is contained in:
Johannes Zellner
2025-05-13 18:11:10 +02:00
parent 6c115804e8
commit 16c8721d6c
8 changed files with 60 additions and 39 deletions
+2 -1
View File
@@ -158,7 +158,8 @@ function onInvitation(user) {
}
function onEditOrAddGroup(group = null) {
groupDialog.value.open(group);
if (group || features.value.userGroups) groupDialog.value.open(group);
else subscriptionRequiredDialog.value.open();
}
async function onRemoveGroup(group) {