zulip/web/templates
Sahil Batra 78440033dc invite: Fix label for new user's role dropdown.
This commit updates label for new user's role dropdown to use
"Users" instead of "User(s)" because that caused some problems
in translating the text.

We should ideally be using the ICU plural syntax for such cases,
but since it is used as label, we cannot use the plural syntax
there. So we instead just change it to always have "Users"
plural like we do at some other places in that modal.
2023-11-27 22:18:04 -08:00
..
compose_banner topic_mentions: Fix restriction rule for @-topic mentions. 2023-11-23 12:52:25 -08:00
confirm_dialog stream: Show warning when admin removes last user from a private stream. 2023-10-16 13:37:23 -07:00
inbox_view inbox: Fix search icon position on narrow widths. 2023-11-10 18:20:26 -08:00
modal_banner invite: Add setup tips to user invite modal. 2023-11-22 09:03:19 -08:00
navbar_alerts demo-orgs: Update demo organization navbar alert text and links. 2023-10-03 09:11:41 -07:00
popovers compose: Move buttons to popover in 2 batches instead of all at once. 2023-11-21 21:01:17 -08:00
settings topic_mentions: Fix restriction rule for @-topic mentions. 2023-11-23 12:52:25 -08:00
stream_settings stream subscribers: Name the tabs with a single word, removing _settings. 2023-11-20 15:32:29 -08:00
unread_banner settings: Change "Display settings" to "Preferences". 2023-07-12 07:09:03 -07:00
user_group_settings overlays: Rename "modal-bg" class to "overlay-container". 2023-10-17 10:28:50 -07:00
widgets todo_widget: Use colon `:` as task and description display separator. 2023-09-28 16:03:03 -07:00
about_zulip.hbs alerts: Fix improper copied tooltip location in About Zulip Modal. 2023-11-07 13:17:55 -08:00
add_poll_modal.hbs polls: Add option for modal to create polls. 2023-11-21 21:01:17 -08:00
announce_stream_docs.hbs
blueslip_stacktrace.hbs blueslip: Show more-info context in alert popup, if we have it. 2023-05-09 13:16:28 -07:00
bookend.hbs i18n: Fix encoding of stream bookends. 2023-04-24 12:19:06 -07:00
buddy_list_tooltip_content.hbs tooltips: Use <div> tags inside tooltip's inner content. 2023-10-03 14:37:47 -07:00
change_email_modal.hbs modals: Add modal_text_input class to text inputs. 2023-03-27 22:34:30 -07:00
change_visibility_policy_button_tooltip.hbs tooltips: Use <div> tags inside tooltip's inner content. 2023-10-03 14:37:47 -07:00
compose.hbs compose_box: Extend use of send-control-button. 2023-11-14 09:21:11 -08:00
compose_control_buttons.hbs compose: Move buttons to popover in 2 batches instead of all at once. 2023-11-21 21:01:17 -08:00
compose_limit_indicator.hbs compose_box: Render limit indicator as template with zero-width space. 2023-11-13 12:45:13 -08:00
copy_code_button.hbs templates: Remove pull-left class and its bootstrap CSS. 2023-06-23 11:53:38 -07:00
copy_invite_link.hbs copy_invite_link: Append tooltip to body. 2023-10-22 14:21:16 -07:00
copy_message_button.hbs copy_message_button: Use `div` HTML tag instead of `button`. 2023-03-27 16:11:19 -07:00
copy_to_clipboard_svg.hbs
default_language_modal.hbs templates: Replace unnecessary {{#tr}} blocks with {{t}} helper. 2023-03-16 11:26:45 -07:00
demo_organization_add_email_modal.hbs demo-orgs: Add email and password process for demo organization owners. 2023-08-31 15:02:16 -07:00
dialog_change_password.hbs modal: Remove modal_text_input class from password and url type inputs. 2023-06-23 11:53:38 -07:00
dialog_widget.hbs popovers: Wrap modal submission button in a container div. 2023-11-21 21:01:17 -08:00
draft.hbs drafts: Increase tippy delay for "Delete Drafts" icon. 2023-08-11 15:54:17 -07:00
draft_table_body.hbs overlays: Rename "modal-bg" class to "overlay-container". 2023-10-17 10:28:50 -07:00
drafts_sidebar_action.hbs templates: Replace unnecessary {{#tr}} blocks with {{t}} helper. 2023-03-16 11:26: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_widget: Refactor to use Class. 2023-07-27 14:10:08 -07:00
dropdown_list.hbs inbox: Add description to FILTERS dropdown. 2023-11-22 23:38:52 -08:00
dropdown_list_container.hbs inbox: Add dropdown to filter topics. 2023-11-10 10:22:18 -08:00
dropdown_widget.hbs settings-ui: Replace chevron-down fa-icon with svg icon. 2023-11-07 16:55:34 -08:00
dropdown_widget_with_label.hbs dropdown_widget: Refactor to use Class. 2023-07-27 14:10:08 -07:00
dropdown_widget_with_stream_colorblock.hbs dropdown_widget: Refactor to use Class. 2023-07-27 14:10:08 -07:00
edit_content_button.hbs icons: Display alternate move and source icons. 2023-08-21 17:13:43 -07:00
edited_notice.hbs tooltips: Add period (.) to last edited/moved notice. 2023-10-11 16:23:16 -07:00
embedded_bot_config_item.hbs modals: Add modal_text_input class to text inputs. 2023-03-27 22:34:30 -07:00
empty_feed_notice.hbs empty_feed_notice: Style empty message feed similar to other views. 2023-10-20 12:29:45 -07: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 templates: Add filter_text_input class to inputs used for filtering. 2023-07-07 10:10:28 -07:00
gear_menu_popover.hbs corporate: Add prototype authentication system for self-hosters. 2023-11-22 17:03:47 -08:00
giphy_picker.hbs giphy: Move `popover-content` styles to `giphy-scrolling-container`. 2023-10-09 11:39:12 -07:00
help_link_widget.hbs
hotspot_icon.hbs
hotspot_overlay.hbs
inline_decorated_stream_name.hbs templates: Add missing "aria-hidden" attribute. 2023-04-26 10:55:58 -07:00
input_pill.hbs users: Add "(guest)" to names for guest users. 2023-10-12 12:06:10 -07:00
invitation_failed_error.hbs docs: Change `Create an invitation link` heading. 2023-09-07 14:21:01 -07:00
invite_user_modal.hbs invite: Fix label for new user's role dropdown. 2023-11-27 22:18:04 -08:00
keyboard_shortcuts.hbs gear_menu: Rename "Manage streams" -> "Stream settings". 2023-11-17 08:53:41 -08:00
left_sidebar.hbs left_sidebar: Grid 'Back to streams' with unread count. 2023-11-21 09:16:43 -08:00
lightbox_overlay.hbs lightbox: Replace image with media. 2023-10-02 22:39:02 -07:00
loader.hbs
login_to_access.hbs templates: Replace unnecessary {{#tr}} blocks with {{t}} helper. 2023-03-16 11:26:45 -07:00
login_to_view_image_button.hbs
markdown_help.hbs overlays: Rename "modal-body" class. 2023-10-17 10:28:50 -07:00
markdown_time_tooltip.hbs
markdown_timestamp.hbs
message_avatar.hbs message_avatar: Don't allow direct selection. 2023-09-28 14:26:21 -05:00
message_body.hbs users: Add "(guest)" to names for guest users. 2023-10-12 12:06:10 -07:00
message_controls.hbs emoji: Migrate popover from Bootstrap to Tippy. 2023-09-07 14:44:18 -07:00
message_edit_form.hbs message_edit: Add styles for Save and Cancel buttons. 2023-11-15 10:41:51 -08:00
message_edit_history.hbs
message_edit_notice_tooltip.hbs tooltips: Add hotkey hints and modify edit history tooltip. 2023-10-03 14:37:47 -07:00
message_feed_bottom_whitespace.hbs
message_feed_errors.hbs
message_group.hbs
message_hidden_dialog.hbs templates: Replace unnecessary {{#tr}} blocks with {{t}} helper. 2023-03-16 11:26:45 -07:00
message_history_modal.hbs
message_inline_image_tooltip.hbs tooltips: Use <div> tags inside tooltip's inner content. 2023-10-03 14:37:47 -07:00
message_reaction.hbs templates: Fix &nbsp; syntax. 2023-03-15 16:34:32 -07:00
message_reactions.hbs message_reactions: Clean up the aria attributes for reaction_button. 2023-09-07 14:44:18 -07:00
message_view_header.hbs message_view_header: Update tooltip over stream name in top bar. 2023-11-22 10:35:18 -08:00
more_pms.hbs left_sidebar: Use DM identifiers on DM list items. 2023-10-30 10:14:28 -07:00
more_topics.hbs left_sidebar: Group topic markers and controls. 2023-09-27 14:06:09 -07:00
more_topics_spinner.hbs
move_topic_to_stream.hbs message-editing: Make default "Move messages" form context-dependent. 2023-11-21 18:15:11 -08:00
muted_user_ui_row.hbs
narrow_to_compose_recipients_tooltip.hbs tooltips: Use <div> tags inside tooltip's inner content. 2023-10-03 14:37:47 -07:00
narrow_tooltip.hbs CVE-2023-33186: Fix topic tooltip cross-site scripting vulnerability. 2023-05-29 16:35:49 -07:00
navbar.hbs navbar: Remove userlist unread count. 2023-10-24 13:57:27 -07:00
navbar_help_menu.hbs help_menu: Use new style to show hotkey. 2023-10-23 14:15:13 -07:00
navbar_icon_and_title.hbs top_navbar: Structure navbar titles with a span. 2023-11-17 17:28:54 -08:00
personal_menu.hbs personal_menu: Add different colors for status text. 2023-11-08 10:19:24 -08:00
pm_list_item.hbs left_sidebar: Establsh CSS Grid on DM rows. 2023-11-02 09:56:29 -07:00
poll_modal_option.hbs polls: Add option for modal to create polls. 2023-11-21 21:01:17 -08:00
presence_row.hbs users: Add ellipsis only on names and show the indicator always. 2023-10-12 12:06:10 -07:00
presence_rows.hbs
read_receipts.hbs
read_receipts_modal.hbs
recent_view_filters.hbs recent_view: Add drodown widget to filter topics. 2023-11-22 23:38:52 -08:00
recent_view_row.hbs recent_view: Fix user unable to focus change_visibility_policy icon. 2023-10-27 13:26:36 -07:00
recent_view_table.hbs recent view: Add button to fetch more conversations. 2023-10-13 16:14:55 -07:00
recipient_row.hbs message_feed: Vertically align link icon in recipient bar. 2023-11-18 05:35:06 -08:00
resolve_topic_time_limit_error_modal.hbs message_edit: Show modal if user cannot resolve topics. 2023-04-17 11:25:28 -07:00
right_sidebar.hbs sidebars: Structurally separate left- and right-sidebar headings. 2023-11-09 17:39:26 -08:00
scheduled_message.hbs tooltips: Use tippy tooltips for drafts and schedule message overlays. 2023-06-13 16:49:54 -07:00
scheduled_message_stream_pm_common.hbs scheduled_message: Change tooltip of failure icon. 2023-05-15 14:43:04 -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 overlays: Rename "modal-bg" class to "overlay-container". 2023-10-17 10:28:50 -07:00
search_description.hbs search: Create a template for search descriptions. 2023-07-17 17:19:08 -07:00
search_list_item.hbs
search_operators.hbs overlays: Rename "modal-body" class. 2023-10-17 10:28:50 -07:00
send_later_modal.hbs send_later: Extract send later options to separate template. 2023-05-10 16:14:10 -07:00
send_later_modal_options.hbs send_late: Change the class `send_later_options` to an id. 2023-05-15 14:52:06 -07:00
set_status_overlay.hbs user_status: Fix press enter to open status emoji picker. 2023-11-22 13:36:27 -08:00
settings_overlay.hbs overlays: Rename "modal-bg" class to "overlay-container". 2023-10-17 10:28:50 -07:00
settings_tab.hbs user_topics: Rename 'muted_topics_settings.hbs'. 2023-04-25 12:46:05 -07:00
single_message.hbs message_grid: Share same message grid with me-messages. 2023-07-13 09:02:00 -07:00
starred_messages_sidebar_actions.hbs left_sidebar: Use custom Zulip star icons. 2023-10-10 16:48:20 -07:00
status_emoji.hbs css: Hyphenate .status-emoji selector. 2023-03-27 17:31:31 -07:00
status_emoji_selector.hbs css: Hyphenate .smiley-icon selector. 2023-03-27 17:31:31 -07:00
stream_privacy.hbs stream_privacy: Use new lock and hashtag icons. 2023-04-10 23:41:30 -07:00
stream_sidebar_actions.hbs sidebar_ui: Hide sidebars when user clicks outside them. 2023-10-02 19:17:08 -07:00
stream_sidebar_row.hbs left_sidebar: Restructure stream rows to match topics. 2023-09-27 14:06:09 -07:00
stream_topic_widget.hbs
streams_subheader.hbs
subscribe_to_more_streams.hbs i18n: Simplify formatting in subscribe_to_more_streams template. 2023-09-08 09:09:46 -07:00
tooltip_templates.hbs polls: Add option for modal to create polls. 2023-11-21 21:01:17 -08:00
topic_edit_form.hbs topic_edit: Rename `inline_topic_edit` to `move_messages_edit_topic`. 2023-05-09 13:51:07 -07:00
topic_list_item.hbs left_sidebar: Remove whitespace near follow icon. 2023-09-27 14:06:09 -07:00
topic_muted.hbs
topic_sidebar_actions.hbs follow_topics: Remove the 'development' guard. 2023-10-22 14:24:22 -07:00
topic_typeahead_hint.hbs compose_typeahead: Add hint text to topic typeahead dropdown. 2023-03-20 16:28:28 -07:00
typeahead_list_item.hbs compose: Show pronouns in compose typeaheads. 2023-10-20 12:30:21 -07:00
typing_notification.hbs templates: Replace unnecessary {{#tr}} blocks with {{t}} helper. 2023-03-16 11:26:45 -07:00
typing_notifications.hbs
user_custom_profile_fields.hbs user_profile_modal: Abbrevate long URLs of custom fields. 2023-09-28 15:15:57 -07:00
user_full_name.hbs users: Add ellipsis only on names and show the indicator always. 2023-10-12 12:06:10 -07:00
user_group_list_item.hbs
user_profile_modal.hbs user_profile: Fix alignment and color of edit icon. 2023-10-26 13:17:28 -07:00
user_profile_subscribe_widget.hbs bootstrap-btn: Remove bootstrap CSS for ".btn-success" elements. 2023-10-05 09:28:27 -07:00
user_stream_list_item.hbs user_profile: Show tooltip when removing last user from private stream. 2023-10-16 13:37:23 -07:00
user_topic_ui_row.hbs follow_topics: Remove the 'development' guard. 2023-10-22 14:24:22 -07:00
user_with_status_icon.hbs
view_code_in_playground.hbs playground_links: Migrate popover to Tippy. 2023-09-15 12:25:26 -07:00