mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 15:33:30 +00:00
user groups: Implement edit features in user group settings overlay.
Follow up for #22214.
This commit is contained in:
committed by
Tim Abbott
parent
b1c81e2e02
commit
7879f78917
@@ -173,6 +173,13 @@ export function initialize() {
|
||||
e.preventDefault();
|
||||
open_create_user_group();
|
||||
});
|
||||
|
||||
$("#manage_groups_container").on("click", ".group-row", show_right_section);
|
||||
|
||||
$("#manage_groups_container").on("click", ".fa-chevron-left", () => {
|
||||
$(".right").removeClass("show");
|
||||
$(".user-groups-header").removeClass("slide-left");
|
||||
});
|
||||
}
|
||||
|
||||
export function launch(section) {
|
||||
|
||||
Reference in New Issue
Block a user