refactor: Group Dialog (#1207)

This commit is contained in:
pa
2025-04-08 19:49:25 +09:00
committed by GitHub
parent dc5f48808f
commit 63cd5421e2
28 changed files with 5553 additions and 4465 deletions

View File

@@ -153,7 +153,7 @@
if (!L.groupId) {
return;
}
this.API.$emit('SHOW_GROUP_DIALOG', L.groupId);
this.showGroupDialog(L.groupId);
}
}
};

View File

@@ -353,7 +353,7 @@
type: 'info',
callback: (action) => {
if (action === 'confirm') {
this.deleteLocalWorldFavoriteGroup(group);
this.$emit('delete-local-world-favorite-group', group);
}
}
});