groups-ui: Add option to copy membership from group.

Instead of adding group as a subgroup, we now provide option
to add direct members and direct subgroups of a group to a
user group by providing an expand button in the group pill.

Fixes #32335.
This commit is contained in:
Sahil Batra
2025-04-17 12:13:01 +05:30
committed by Tim Abbott
parent 592ee2de1c
commit 53cdfddf5b
10 changed files with 91 additions and 10 deletions

View File

@@ -77,6 +77,7 @@ const testers_pill = {
group_id: testers.id,
group_name: testers.name,
type: "user_group",
show_expand_button: false,
};
const everyone_pill = {
group_id: everyone.id,