zulip/static/templates/settings
somesh202 cf5a70a958 settings: Fix buggy heading hover behavior for some settings panels.
Previously, hovering over the table headers in the code playground
table in the dark theme looked wrong. We were able to trace this issue
to the table-sticky-headers class not having been applied to this
table. The `alert-words` table was also affected and is fixed as well.

This also adds the `actions` class in alert-words table to fix the
inconsistency of the actions column in that table.

We've done an audit and these are the only two instances of either
bug in the HTML templates for a settings table.
2022-03-21 17:24:23 -07:00
..
account_settings.hbs settings: Place the saving indicator in the header. 2022-03-21 13:30:38 -07:00
admin_auth_methods_list.hbs settings: Make authentication settings more like other panels. 2022-02-01 11:28:27 -08:00
admin_bot_form.hbs bots: Do not allow removing owner from UI. 2022-02-15 17:15:39 -08:00
admin_default_streams_list.hbs template: Move `admin_default_stream_list` template to `settings` folder. 2021-04-26 09:37:01 -07:00
admin_emoji_list.hbs settings_emoji: Rename can_admin_emoji to can_delete_emoji. 2021-07-14 14:57:09 -07:00
admin_export_list.hbs template: Move `admin_export_list` template to `settings` folder. 2021-04-26 09:37:08 -07:00
admin_human_form.hbs popovers: Add option to deactivate user to "Manage user" modal. 2022-02-24 15:59:58 -08:00
admin_invites_list.hbs invite: Add frontend support to send an invite which never expires. 2022-02-24 16:32:20 -08:00
admin_linkifier_edit_form.hbs settings: Use edit_fields_modal framework for linkifier-edit modal. 2021-06-24 16:55:23 -07:00
admin_linkifier_list.hbs linkifiers: Add frontend support to edit linkifier. 2021-05-09 20:12:25 -07:00
admin_playground_list.hbs puppeteer: Add settings test for realm-playgrounds. 2021-05-04 12:19:04 -07:00
admin_profile_field_list.hbs settings: Use "Label" consistently for custom profile field label. 2022-03-01 21:08:34 -08:00
admin_realm_domains_list.hbs
admin_settings_modals.hbs settings_users: Refactor user_deactivation modal to confirm_dialog module. 2021-06-08 17:57:27 -07:00
admin_tab.hbs settings: Add UI for realm-level defaults of display settings. 2021-09-15 09:56:32 -07:00
admin_user_group_list.hbs template: Move `admin_user_group_list` template to `settings` folder. 2021-04-26 09:37:30 -07:00
admin_user_list.hbs js: Add tabindex attribute for anchor tag to allow focus. 2022-02-14 15:23:46 -08:00
alert_word_settings.hbs settings: Fix buggy heading hover behavior for some settings panels. 2022-03-21 17:24:23 -07:00
alert_word_settings_item.hbs settings: Add sorting feature for list of alert words. 2022-02-25 17:33:11 -08:00
api_key_modal.hbs api_key_modal: Place the error element at the top of the modal. 2022-01-21 16:12:34 -08:00
attachments_settings.hbs settings: Make list header sections consistent. 2022-03-04 14:37:28 -08:00
auth_methods_settings_admin.hbs
bot_avatar_row.hbs templates: Move bot_avatar_row to settings/. 2021-06-02 20:36:21 -07:00
bot_list_admin.hbs settings: Place the saving indicator in the header. 2022-03-21 13:30:38 -07:00
bot_settings.hbs templates: Always indent "each" blocks. 2021-12-06 14:58:29 -08:00
custom_user_profile_field.hbs templates: Always indent "each" blocks. 2021-12-06 14:58:29 -08:00
data_exports_admin.hbs settings: Make list header sections consistent. 2022-03-04 14:37:28 -08:00
deactivated_users_admin.hbs settings: Place the saving indicator in the header. 2022-03-21 13:30:38 -07:00
default_streams_list_admin.hbs settings: Make list header sections consistent. 2022-03-04 14:37:28 -08:00
dev_env_email_access.hbs
display_settings.hbs templates: Always indent "each" blocks. 2021-12-06 14:58:29 -08:00
dropdown_list.hbs
dropdown_list_widget.hbs settings: Avoid dropdown_list_widget on same line as labels. 2022-03-15 16:08:41 -07:00
dropdown_options_widget.hbs templates: Always indent "each" blocks. 2021-12-06 14:58:29 -08:00
edit_bot.hbs bots: Do not allow to remove owner from edit bot form in personal settings. 2022-02-22 10:35:18 -08:00
edit_embedded_bot_service.hbs templates: Always indent "each" blocks. 2021-12-06 14:58:29 -08:00
edit_outgoing_webhook_service.hbs
emoji_settings_admin.hbs settings: Make list header sections consistent. 2022-03-04 14:37:28 -08:00
emoji_settings_tip.hbs settings: Add full members and moderators options in custom emoji setting. 2021-07-27 16:41:23 -07:00
image_upload_widget.hbs settings: Remove profile picture header in the profile section. 2022-03-10 15:10:24 -08:00
invites_list_admin.hbs settings: Place the saving indicator in the header. 2022-03-21 13:30:38 -07:00
linkifier_settings_admin.hbs settings: Place the saving indicator in the header. 2022-03-21 13:30:38 -07:00
muted_topics_settings.hbs settings: Make list header sections consistent. 2022-03-04 14:37:28 -08:00
muted_users_settings.hbs settings: Make list header sections consistent. 2022-03-04 14:37:28 -08:00
notification_settings.hbs settings: Change "N minutes" options to Custom. 2021-12-09 11:52:27 -08:00
notification_settings_checkboxes.hbs settings: Grey out muted streams in personal settings. 2022-03-03 14:51:15 -08:00
organization_permissions_admin.hbs docs: Fix many spelling mistakes. 2022-02-07 18:51:06 -08:00
organization_profile_admin.hbs settings: Fix alignment issues for non-English languages. 2022-03-18 14:43:13 -07:00
organization_settings_admin.hbs templates: Always indent "each" blocks. 2021-12-06 14:58:29 -08:00
organization_settings_tip.hbs
organization_user_settings_defaults.hbs settings: Use save-discard widget in realm-level defaults section. 2021-10-07 10:16:27 -07:00
playground_settings_admin.hbs settings: Fix buggy heading hover behavior for some settings panels. 2022-03-21 17:24:23 -07:00
profile_field_choice.hbs profile_field_choice: Improve label for new option. 2021-04-07 17:38:38 -07:00
profile_field_settings_admin.hbs settings: Place the saving indicator in the header. 2022-03-21 13:30:38 -07:00
profile_settings.hbs settings: Move user details to the right side panel in profile section. 2022-03-10 15:10:24 -08:00
realm_domains_modal.hbs
settings_checkbox.hbs settings: Disable spectator access setting when server setting is False. 2021-12-02 14:33:51 -08:00
settings_save_discard_widget.hbs settings: Add option to show only indicator in save-discard widget. 2021-10-07 10:12:10 -07:00
stream_specific_notification_row.hbs settings: Grey out muted streams in personal settings. 2022-03-03 14:51:15 -08:00
upgrade_tip_widget.hbs
upload_space_stats.hbs templates: Remove context argument from {{#tr}} block helper. 2021-04-13 18:59:46 -07:00
uploaded_files_list.hbs templates: Always indent "each" blocks. 2021-12-06 14:58:29 -08:00
user_display_settings.hbs settings: Add condition for time and default language settings UI. 2021-09-13 08:32:31 -07:00
user_groups_admin.hbs settings: Add moderators and full members options in user-group setting. 2021-07-14 14:38:44 -07:00
user_list_admin.hbs settings: Place the saving indicator in the header. 2022-03-21 13:30:38 -07:00
user_notification_settings.hbs templates: Add condition for showing stream notification settings. 2021-09-13 08:32:31 -07:00