zulip/static/templates/stream_settings
Sahil Batra 518024e826 stream_settings: Use button element for button used to change stream permission.
We use button element instead of <a> element for the button used to change
stream permission. This change fixes the focus problem where the container
was focussed when closing the permission modal.

The problem here was because Micromodal focuses the element which was just
focused before opening the modal, on closing the modal. And in this case the
focused element before opening the modal was the "simplebar-content-wrapper"
element as <a> tah without href is not focusable element.

Related issue - #20223.
2022-02-09 10:20:47 -08:00
..
add_subscribers_form.hbs subscribers: Extract add_subscribers_form template. 2022-02-08 15:21:45 -08:00
browse_streams_list.hbs templates: Always indent "each" blocks. 2021-12-06 14:58:29 -08:00
browse_streams_list_item.hbs stream settings: Move stream list templates to stream_settings. 2021-07-19 10:54:11 -07:00
change_stream_info_modal.hbs change_stream_info_modal: Migrate modal to dialog_widget. 2021-11-08 17:27:27 -08:00
new_stream_users.hbs js: Avoid href="#" for buttons with a JavaScript click handler. 2022-02-08 17:38:12 -08:00
selected_stream_title.hbs stream_settings: Fix color of icon of the title in right column. 2022-02-01 11:25:01 -08:00
stream_creation_form.hbs stream_settings: Remove grey-box from personal tab & stream create. 2021-11-23 14:10:49 -08:00
stream_description.hbs
stream_member_list_entry.hbs streams: Show "hidden" in subscriber-list when email is not accessible. 2021-11-09 13:26:31 +05:30
stream_members.hbs subscribers: Extract add_subscribers_form template. 2022-02-08 15:21:45 -08:00
stream_permission_description.hbs docs: Consistently hyphenate “web-public”. 2022-01-28 17:45:45 -08:00
stream_privacy_icon.hbs stream settings: Move stream privacy icon template to stream_settings. 2021-07-18 11:36:39 -07:00
stream_settings.hbs stream_settings: Use button element for button used to change stream permission. 2022-02-09 10:20:47 -08:00
stream_settings_checkbox.hbs css: Delete now unused subscription-control-label class. 2021-11-23 14:50:00 -08:00
stream_settings_overlay.hbs subscription_settings: Make the `+` button more visible. 2021-10-12 15:38:47 -07:00
stream_subscription_request_result.hbs stream settings: Move subscription_result template to stream_settings. 2021-07-19 10:54:11 -07:00
stream_types.hbs templates: Always indent "each" blocks. 2021-12-06 14:58:29 -08:00
subscriber_count.hbs stream settings: Move small independent templates to stream_settings. 2021-07-19 10:54:11 -07:00
subscription_setting_icon.hbs stream settings: Move small independent templates to stream_settings. 2021-07-19 10:54:11 -07:00