zulip/web/templates/user_group_settings
Sahil Batra 79975ae27e group_settings: Refactor code to handle tabs in right section.
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".
2024-02-22 13:09:33 -08:00
..
add_members_form.hbs user_groups: Disable "Add" button for members list if input is empty. 2023-11-29 10:58:04 -08:00
browse_user_groups_list_item.hbs user_groups: Allow joining and leaving groups from left section. 2023-11-29 10:58:04 -08:00
change_user_group_info_modal.hbs settings: Disable submit button when no input is changed. 2023-09-20 15:40:11 -07:00
group_permissions.hbs user_groups: Add UI to set and update can_mention_group setting. 2023-11-29 10:58:04 -08:00
new_user_group_users.hbs settings: Update empty message for subscribers and members list. 2023-11-29 10:58:04 -08:00
user_group_creation_form.hbs user_groups: Add UI to set and update can_mention_group setting. 2023-11-29 10:58:04 -08:00
user_group_members.hbs settings: Fix "Actions" column width for subscribers and members list. 2023-11-30 12:33:44 -08:00
user_group_membership_request_result.hbs group_settings: Fix messages shown when adding users to a group. 2023-09-20 15:40:11 -07:00
user_group_settings.hbs group_settings: Refactor code to handle tabs in right section. 2024-02-22 13:09:33 -08:00
user_group_settings_overlay.hbs user-groups: Hide "+" button if user is not allowed to create groups. 2023-11-30 12:33:44 -08:00