mirror of https://github.com/zulip/zulip.git
79975ae27e
We now use "data-group-section" attribute to set the "key" for toggler in right section of groups overlay. This change is preparatory work for showing the section opened in right side in the url hash as we would use the "key" value in url hash as well and the existing "group_general_settings" and "group_member_settings" toggler key values were too long to be used in the url. We previously used toggler key value as class name and then used that class as selector to show the relevant section but we now use "data-group-setting" section to avoid using common class names like "general" and "members". |
||
---|---|---|
.. | ||
add_members_form.hbs | ||
browse_user_groups_list_item.hbs | ||
change_user_group_info_modal.hbs | ||
group_permissions.hbs | ||
new_user_group_users.hbs | ||
user_group_creation_form.hbs | ||
user_group_members.hbs | ||
user_group_membership_request_result.hbs | ||
user_group_settings.hbs | ||
user_group_settings_overlay.hbs |