zulip/web/templates
Maneesh Shukla 5ba7c2bddb
Some checks failed
Code scanning / CodeQL (push) Has been cancelled
Zulip production suite / Ubuntu 22.04 production build (push) Has been cancelled
Zulip CI / ${{ matrix.name }} (zulip/ci:bookworm, true, false, Debian 12 (Python 3.11, backend + documentation), bookworm) (push) Has been cancelled
Zulip CI / ${{ matrix.name }} (zulip/ci:jammy, false, true, Ubuntu 22.04 (Python 3.10, backend + frontend), jammy) (push) Has been cancelled
Zulip CI / ${{ matrix.name }} (zulip/ci:noble, false, false, Ubuntu 24.04 (Python 3.12, backend), noble) (push) Has been cancelled
Zulip production suite / ${{ matrix.name }} (zulip/ci:bookworm, --test-custom-db, Debian 12 production install with custom db name and user, bookworm) (push) Has been cancelled
Zulip production suite / ${{ matrix.name }} (zulip/ci:jammy, , Ubuntu 22.04 production install and PostgreSQL upgrade with pgroonga, jammy) (push) Has been cancelled
Zulip production suite / ${{ matrix.name }} (zulip/ci:noble, , Ubuntu 24.04 production install, noble) (push) Has been cancelled
Zulip production suite / ${{ matrix.name }} (zulip/ci:bookworm-7.0, 7.0 Version Upgrade, bookworm) (push) Has been cancelled
Zulip production suite / ${{ matrix.name }} (zulip/ci:bookworm-8.0, 8.0 Version Upgrade, bookworm) (push) Has been cancelled
Zulip production suite / ${{ matrix.name }} (zulip/ci:jammy-6.0, 6.0 Version Upgrade, jammy) (push) Has been cancelled
Zulip production suite / ${{ matrix.name }} (zulip/ci:noble-10.0, 10.0 Version Upgrade, noble) (push) Has been cancelled
Zulip production suite / ${{ matrix.name }} (zulip/ci:noble-9.0, 9.0 Version Upgrade, noble) (push) Has been cancelled
settings-banner: Fix bugs in the rendering of the desktop notification banner.
This commit adds the `banner-wrapper` class to the parent container of the
banner.

Added `margin-bottom: 10px` to the banner to improve its appearance.

Placed the event listener at the correct location with the $container
element so that it binds only once. Previously, it was being bound
every time the settings page was loaded, causing multiple event listeners
to be attached to the same element.

Additionally, the banner was not rendering when opening
Org settings > DEFAULT USER SETTINGS directly,
and this has been fixed by ensuring the banner is rendered correctly.
2025-06-14 21:34:25 -07:00
..
buddy_list buddy_list: Set html instead of append for view all subscribers link. 2025-06-05 16:13:07 -07:00
components organization-settings: Redesign the buttons in the Users tab of organization settings. 2025-04-10 11:32:43 -07:00
compose_banner compose: Add banner when topic is moved and recipient is updated. 2025-04-13 20:29:58 -07:00
confirm_dialog settings: Add button to reset channel notifications to default. 2025-06-11 15:08:25 -07:00
inbox_view inbox_ui: Use list widget to render topics for channel view. 2025-06-10 11:49:05 -07:00
modal_banner move_topic_modal: Add unsubscribed participants warning banner. 2025-05-19 00:08:29 -07:00
popovers icons: Rename zulip-icon-unmute-new to zulip-icon-unmute. 2025-06-05 17:05:24 -07:00
settings settings-banner: Fix bugs in the rendering of the desktop notification banner. 2025-06-14 21:34:25 -07:00
stream_settings settings: Do not show channel folder UI in production. 2025-06-10 11:51:58 -07:00
unread_banner help: Link mark as read in conversation banner to help page. 2024-03-04 16:55:59 -08:00
user_group_settings groups-ui: Fix scrollbar for groups list in left panel. 2025-05-29 10:57:02 -07:00
widgets widgets: Remove white background from "Add task"/"Add option" button. 2025-03-27 09:28:07 -07:00
about_zulip.hbs copy: Rename copy-btn -> copy-button. 2024-11-14 12:03:36 -08:00
add_poll_modal.hbs poll_modal: Disable browser autocomplete on question field. 2025-02-14 14:57:24 -08:00
add_saved_snippet_modal.hbs saved_snippets: Remove "new-style" class from add/edit modals. 2025-03-31 09:21:43 -07:00
add_todo_list_modal.hbs todo_list: Add option for modal to create todo-lists. 2025-02-14 14:57:24 -08:00
blueslip_stacktrace.hbs blueslip: Show popups for thrown non-Error values in development. 2024-06-24 15:05:28 -07:00
bookend.hbs message_row: Remove tag-level filtering in the bookends CSS. 2025-04-16 10:44:51 -07:00
buddy_list_tooltip_content.hbs tooltip: Remove "last active" time from deactivated user tooltip. 2024-11-13 10:39:09 -08:00
change_email_modal.hbs modal: Add a message to the change email modal to explain the flow. 2025-01-07 14:17:23 -08:00
change_visibility_policy_button_tooltip.hbs webpack: Enable explicitPartialContext for handlebars-loader. 2024-11-15 20:41:59 -08:00
channel_message_link.hbs message_link: Add support for empty string topic in syntax. 2025-01-31 14:23:15 -08:00
code_buttons_container.hbs copy: Rename copy-btn -> copy-button. 2024-11-14 12:03:36 -08:00
compose_control_buttons.hbs compose: Move needs-empty-compose class to parent. 2025-05-18 16:22:15 -07:00
compose_limit_indicator.hbs compose: Redesign limit indicator to show remaining characters count. 2024-04-30 14:16:10 -07:00
compose.hbs compose: Remove unused .close class. 2025-04-30 10:26:20 -07:00
copy_invite_link.hbs copy: Rename copy-btn -> copy-button. 2024-11-14 12:03:36 -08:00
creator_details.hbs stream_settings: Extract creator_detail section. 2024-09-13 18:44:58 -07:00
default_language_modal.hbs
demo_organization_add_email_modal.hbs demo-orgs: Update note about updating name in add email modal. 2025-04-29 09:39:52 -07:00
dialog_change_password.hbs settings: Remove unnecessary sea-green class from the dialog_change_password. 2025-03-11 14:08:34 -07:00
dialog_widget.hbs dialog_widget: Add support to ignore click on overlay. 2025-03-13 14:38:16 -07:00
draft_table_body.hbs draft_overlay: Clarify the editing UI for drafts. 2025-06-10 11:08:35 -07:00
draft.hbs draft_overlay: Clarify the editing UI for drafts. 2025-06-10 11:08:35 -07:00
drafts_list.hbs drafts: Enable dynamic re-rendering of draft list in overlay. 2025-06-05 15:34:11 -07:00
drafts_tooltip.hbs compose: Show counter inside Drafts button for the current recipient. 2024-03-13 16:53:45 -07:00
dropdown_current_value_not_in_options.hbs dropdown_widget: Style cannot view stream similar to disabled state. 2023-11-23 09:09:58 -08:00
dropdown_disabled_state.hbs
dropdown_list_container.hbs dropdown_widget: Add sticky_bottom_option element. 2025-01-30 09:46:32 -08:00
dropdown_list.hbs dropdown-list-widget: Allow customization for "Disable" option. 2025-06-10 11:51:58 -07:00
dropdown_widget_with_label.hbs webpack: Enable explicitPartialContext for handlebars-loader. 2024-11-15 20:41:59 -08:00
dropdown_widget_wrapper.hbs webpack: Enable explicitPartialContext for handlebars-loader. 2024-11-15 20:41:59 -08:00
dropdown_widget.hbs css: Add class decorated-stream-name-dropdown-widget. 2025-06-09 13:50:55 -07:00
edit_saved_snippet_modal.hbs saved_snippets: Remove "new-style" class from add/edit modals. 2025-03-31 09:21:43 -07:00
edited_notice.hbs message-edit: Use last_moved_timestamp for edited/moved indicators. 2025-03-11 16:42:28 -07:00
editing_notifications.hbs message_edit: Show typing indicator for message editing. 2025-02-12 15:08:56 -08:00
embedded_bot_config_item.hbs modals: Add bottom margin to label elements. 2024-05-03 09:51:36 -07:00
empty_feed_notice.hbs search_query: Prevent overflow of long search queries. 2025-03-06 13:13:38 -08:00
empty_list_widget_for_list.hbs empty_list_widget: Use class instead of id. 2023-10-17 11:55:41 -07:00
empty_list_widget_for_table.hbs empty_list_widget: Use class instead of id. 2023-10-17 11:55:41 -07:00
favicon.svg.hbs
feedback_container.hbs hotkey: Give feedback when no unreads left in followed topics. 2023-11-10 13:33:13 -08:00
filter_topics.hbs left_sidebar: Rename topic search element ID for clarity. 2025-04-10 11:51:20 -07:00
giphy_picker.hbs popovers: Disable autocomplete on popover filter widgets. 2024-07-09 15:46:49 -07:00
go_to_channel_feed_tooltip.hbs stream_list: Add tooltip in left sidebar when clicking opens feed. 2024-11-11 16:41:30 -08:00
guest_visible_users_message.hbs invite: Fetch full user set for get_unique_subscriber_count_for_streams. 2025-05-12 15:11:50 -07:00
help_link_widget.hbs
information_density_update_button_tooltip.hbs personal_menu: Support changing information density settings. 2025-03-10 16:07:37 -07:00
inline_decorated_channel_name.hbs decorated_channels: Present names in DOM nodes. 2025-04-22 11:26:12 -07:00
inline_stream_or_topic_reference.hbs decorated_channels: Rename partial as 'decorated_channel'. 2025-04-22 11:26:12 -07:00
inline_topic_link_label.hbs compose: Add banner when topic is moved and recipient is updated. 2025-04-13 20:29:58 -07:00
input_pill.hbs input_pill: Add semi-transparent border around avatar. 2025-05-28 17:40:28 -07:00
introduce_zulip_view_modal.hbs introduce_zulip_view_modal: Fix invalid @partial-block usage. 2024-11-19 17:15:22 -08:00
invitation_failed_error.hbs settings: Add "can_manage_billing_group" realm setting. 2025-03-10 09:36:30 -07:00
invite_user_modal.hbs banners: Redesign "configure your email" demo organization banners. 2025-05-13 12:04:24 -07:00
keyboard_shortcuts.hbs help: Document the saved snippets compose box feature. 2025-01-30 11:59:07 -08:00
left_sidebar.hbs aria-label: Add aria label for vdots in collapsed navigation menu. 2025-02-14 16:41:00 -08:00
lightbox_overlay.hbs lightbox: Use icons for control elements. 2025-05-30 14:50:45 -07:00
loader.hbs
login_to_access.hbs modal: Rename modal__btn -> modal__button. 2024-11-14 12:03:36 -08:00
login_to_view_image_button.hbs css: Do not use "*" selector for color_animated_button styles. 2024-07-24 12:31:20 -07:00
markdown_help.hbs info-overlay: Adjust width of overlay and columns. 2024-07-05 11:36:35 -07:00
markdown_time_tooltip.hbs
markdown_timestamp.hbs global_times: Allow global times to display inline. 2024-08-21 16:02:33 -07:00
mention_content_wrapper.hbs mention: Remove extra whitespace from mentions. 2024-11-13 09:13:38 -08:00
message_avatar.hbs user_card: Fix mismatch between tooltip and popover trigger area. 2025-04-08 09:56:16 -07:00
message_body.hbs message_row: Mock available icons to prevent post-echo reflow. 2025-02-20 10:26:36 -08:00
message_controls_failed_msg.hbs echo: Update message controls dynamically for failed messages. 2024-09-16 13:06:30 -07:00
message_controls.hbs message_list_hover: Optimize code for show edit message icon. 2025-03-17 11:00:04 -07:00
message_edit_form.hbs action_buttons: Remove bottom margin from Bootstrap. 2025-03-14 13:00:54 -07:00
message_edit_history.hbs message-edit-history: Show original channel/topic for move only history. 2025-03-14 14:11:16 -07:00
message_edit_notice_tooltip.hbs message-edit: Use last_moved_timestamp for edited/moved indicators. 2025-03-11 16:42:28 -07:00
message_feed_errors.hbs css: Use classname for all-messages-search-caution icon styles. 2024-09-03 10:22:44 -07:00
message_group.hbs templates: Remove redundant {{#with this}} blocks. 2024-11-19 10:53:36 -08:00
message_hidden_dialog.hbs
message_history_overlay.hbs message_history: Improve overlay header. 2025-03-18 11:21:44 -07:00
message_inline_image_tooltip.hbs
message_length_toggle.hbs message_length_toggle: Fix tooltip not hidden on narrow change. 2025-02-23 16:04:19 -08:00
message_list.hbs narrow: Use message list id to track message lists in DOM. 2024-01-18 08:31:48 -08:00
message_moved_widget_body.hbs message_move: Show "general chat" in link of confirmation toast. 2025-03-27 09:27:49 -07:00
message_reaction.hbs popover_menus_data: Hide actions user can't take for archived channels. 2024-10-25 16:06:42 -07:00
message_reactions.hbs webpack: Enable explicitPartialContext for handlebars-loader. 2024-11-15 20:41:59 -08:00
message_view_header.hbs stream_settings: Display archived channels. 2025-03-07 18:08:41 -08:00
more_pms.hbs left_sidebar: Apply grid to 'more conversations' DM row. 2024-05-03 12:21:59 -07:00
more_topics_spinner.hbs
more_topics.hbs left_sidebar: Fix Enter key behavior on "Show all topics" link. 2025-04-10 16:23:01 -07:00
move_topic_to_stream.hbs popovers: Add an x button to topic field in move topic/message modal. 2025-04-07 18:23:12 -07:00
muted_user_ui_row.hbs personal-settings: Redesign buttons in personal settings. 2025-04-10 11:32:43 -07:00
narrow_to_compose_recipients_tooltip.hbs
narrow_tooltip.hbs
navbar_icon_and_title.hbs message_view_header: Allow showing HTML as navbar title. 2025-04-24 16:22:13 -07:00
navbar.hbs navbar: Fix fallback avatar in navbar. 2025-05-13 12:05:28 -07:00
navigation_tour_video_modal.hbs navigation_tour: Set color of "Let's go" as per standard action btn. 2025-03-13 14:38:16 -07:00
org_logo_tooltip.hbs navbar: Add navigate to home view tooltip to the organization logo. 2024-03-06 13:58:36 -08:00
pm_list_item.hbs sidebars: Show "(you)" after user's own name in user lists. 2025-04-28 20:50:51 -07:00
poll_modal_option.hbs trash-icon: Replace remaining fa-trash icons with zulip-icon-trash and update buttons. 2025-06-08 17:12:27 -07:00
presence_row.hbs user_circles: Show deactivated icon in sidebars, inbox, recents. 2025-02-24 18:18:16 -08:00
presence_rows.hbs webpack: Enable explicitPartialContext for handlebars-loader. 2024-11-15 20:41:59 -08:00
profile_access_error_modal.hbs modal: Rename modal__btn -> modal__button. 2024-11-14 12:03:36 -08:00
read_receipts_modal.hbs read_receipts: Fix duplication bug when opening menu repeatedly. 2024-02-22 10:49:29 -08:00
read_receipts.hbs read_receipts: Fix duplication bug when opening menu repeatedly. 2024-02-22 10:49:29 -08:00
recent_view_filters.hbs recent_view: Remove bootstrap classes from recent view buttons. 2024-11-20 11:08:58 -08:00
recent_view_row.hbs icons: Rename zulip-icon-unmute-new to zulip-icon-unmute. 2025-06-05 17:05:24 -07:00
recent_view_table.hbs recent_view: Place new sort arrows. 2025-04-02 13:14:07 -07:00
recipient_row.hbs icons: Rename zulip-icon-unmute-new to zulip-icon-unmute. 2025-06-05 17:05:24 -07:00
reply_recipient_label.hbs compose-closed-ui: Use specific button label when composing to self. 2025-04-28 20:50:51 -07:00
resolve_topic_time_limit_error_modal.hbs
right_sidebar.hbs buddy_list: Set html instead of append for view all subscribers link. 2025-06-05 16:13:07 -07:00
scheduled_message_stream_pm_common.hbs
scheduled_message.hbs scheduled_messages: Clarify the editing UI. 2025-06-10 11:08:35 -07:00
scheduled_messages_indicator.hbs scheduled_messages: Indicate scheduled messages in conversation views. 2023-10-11 17:53:07 -07:00
scheduled_messages_overlay.hbs scheduled_messages: Clarify the editing UI. 2025-06-10 11:08:35 -07:00
search_description.hbs search: Add is-muted search operator. 2025-03-11 23:18:07 -07:00
search_list_item.hbs input pill: Remove pill-container-btn class in favor of search styling. 2024-06-20 15:16:17 -07:00
search_operators.hbs help: Document is:muted search filter better. 2025-03-12 16:30:50 -07:00
search_user_pill.hbs input_pill: Add semi-transparent border around avatar. 2025-05-28 17:40:28 -07:00
send_later_modal_options.hbs send_later: Remove Bootstrap nav nav-list CSS classes dependency. 2024-07-15 10:00:22 -07:00
send_later_modal.hbs webpack: Enable explicitPartialContext for handlebars-loader. 2024-11-15 20:41:59 -08:00
set_status_overlay.hbs status: Use 'zulip-icon-close' instead of 'fa-remove' in search box. 2025-01-07 17:22:47 -08:00
settings_overlay.hbs settings: Use em for header instead of px. 2025-02-04 10:43:10 -08:00
settings_tab.hbs webpack: Enable explicitPartialContext for handlebars-loader. 2024-11-15 20:41:59 -08:00
single_message.hbs templates: Avoid confusing Mustache-style conditionals. 2024-11-24 08:29:08 -08:00
skipped_marking_unread.hbs message_feed: Notify users when skipping unsubscribed channels. 2025-03-03 17:43:57 -08:00
start_export_modal.hbs help: Adjust links and text for "/help/channels-permissions". 2025-01-07 13:41:40 -08:00
status_emoji_selector.hbs status_emoji_selector: Replace fa-smile with custom zulip-smile-icon. 2024-01-19 09:48:02 -08:00
status_emoji.hbs status_emoji: Remove extra space with Handlebars whitespace control. 2024-03-28 09:11:09 -07:00
stream_privacy.hbs stream_privacy: Add archive icon for archived channels. 2025-03-07 18:08:41 -08:00
stream_sidebar_row.hbs left_sidebar: Auto-hide on clicking new topic or new direct message. 2025-01-31 14:10:05 -08:00
stream_topic_widget.hbs unstar_topic_messages: Show realm_empty_topic_display_name for topic="". 2025-01-10 14:32:55 -08:00
streams_subheader.hbs left_sidebar: Place redesigned subheaders. 2024-09-24 11:08:50 -07:00
subscribe_to_more_streams.hbs left sidebar (ui): Change icon for browse channels. 2025-01-08 09:23:11 -08:00
todo_modal_task.hbs trash-icon: Replace remaining fa-trash icons with zulip-icon-trash and update buttons. 2025-06-08 17:12:27 -07:00
tooltip_templates.hbs scheduled_messages: Clarify the editing UI. 2025-06-10 11:08:35 -07:00
topic_edit_form.hbs inline_topic_edit: Make inline topic edit input field width dynamic. 2025-03-13 15:58:26 -07:00
topic_link.hbs stream_topic_link: Add support for empty string topic in syntax. 2025-01-31 14:23:15 -08:00
topic_list_item.hbs topic-list-item: Show realm_empty_topic_display_name for topic="". 2025-01-10 14:32:55 -08:00
topic_muted.hbs
topic_not_mandatory_placeholder_text.hbs inline_topic_edit: Improve placeholder when topic is not mandatory. 2025-03-13 11:30:58 -07:00
topic_summary.hbs message_summary: Add markdown support for generated summary. 2025-02-12 13:23:42 -08:00
topic_typeahead_hint.hbs
try_zulip_modal.hbs home: Add a modal to replace /try-zulip landing page. 2025-04-03 13:01:48 -07:00
typeahead_list_item.hbs typeahead: Replace code block language hint text with more clear options 2025-05-01 16:36:20 -07:00
typing_notification.hbs
typing_notifications.hbs webpack: Enable explicitPartialContext for handlebars-loader. 2024-11-15 20:41:59 -08:00
user_custom_profile_fields.hbs copy: Rename copy-btn -> copy-button. 2024-11-14 12:03:36 -08:00
user_display_only_pill.hbs stream_settings: Display bot icon after bot name. 2025-01-09 11:58:20 -08:00
user_full_name.hbs sidebars: Show "(you)" after user's own name in user lists. 2025-04-28 20:50:51 -07:00
user_group_display_only_pill.hbs user_group: Use double user icon instead of tripe user icon. 2025-03-14 11:07:33 -07:00
user_group_list_item.hbs user_profile_modal: Update remove/unsubscribe buttons to action button. 2025-04-04 12:26:36 -07:00
user_pill.hbs user_pill: Rename pill-container-btn -> pill-container-button. 2024-11-14 12:03:36 -08:00
user_profile_modal.hbs user_profile_modal: Update add and subscribe button to action buttons. 2025-04-04 12:26:36 -07:00
user_profile_subscribe_widget.hbs user_profile_modal: Update add and subscribe button to action buttons. 2025-04-04 12:26:36 -07:00
user_stream_list_item.hbs user_profile_modal: Update remove/unsubscribe buttons to action button. 2025-04-04 12:26:36 -07:00
user_topic_ui_row.hbs user_topic_settings: Show realm_empty_topic_display_name for topic="". 2025-01-10 14:32:55 -08:00
user_with_status_icon.hbs user_names: Display users and status emoji inline in recents, inbox. 2024-12-17 11:01:21 -08:00
view_bottom_loading_indicator.hbs message_feed_bottom_whitespace: Rename for general use. 2025-06-10 11:49:05 -07:00
zulip_copy_icon.hbs copy: Use redesigned copy button in codeblocks of /help docs. 2024-09-20 15:44:20 -07:00