zulip/static/js
akshatdalton bf41f455cd message_view: Add support for unmuting of topic from its recipient bar.
Earlier, a user can only mute a topic from its recipient bar but can't
unmute it from there (and in fact we displayed an option to mute even
if the topic was already muted!). This commit fixes that bug and
allows a user also to unmute the topic from its recipient bar.

There are two core issues here;
* We did not have code, an icon, etc. for the "already muted" case in
  the recipient bar logic at all.
* We did not rerender messages in !excludes_muted_topics views when
  muting state changed.

See: 660475bd0c for background on when
we started only rerendering the streams with excludes_muted_topics
after muting changes.  Rerendering of newly muted topics are important
for live rendering if a user is narrowed to that topic itself, which
are essentially all excludes_muted_topics narrows anyway.

Hence, now, we rerender by calling the `rerender` function for muted
topics (which is done just before we update the items for muting via
the function: `update_items_for_topic_muting`).

Tweaked by tabbott to add comments explaining the reasoning and
long-term plans.

Fixes #15223.
2021-05-03 13:07:09 -07:00
..
analytics js: Use jQuery as a module. 2021-03-12 10:08:25 -08:00
billing js: Convert static/js/page_params.js to ES6 module. 2021-03-26 10:17:56 -07:00
bundles js: Make alert_popup shared. 2021-04-26 09:27:49 -07:00
portico registration: Encode source realm as an integer. 2021-05-02 11:12:49 -07:00
stats i18n: Automatically convert remaining JavaScript messages to FormatJS. 2021-04-13 17:41:10 -07:00
types/stacktrace-gps dependencies: Upgrade to webpack-bundle-tracker 1.0.0-alpha.1. 2021-04-06 09:31:35 -07:00
about_zulip.js UI: Add Zulip version in gear menu. 2021-04-30 17:58:08 -07:00
activity.js activity: Fix buddy_list unread count not being updated instantly. 2021-04-15 10:08:50 -07:00
admin.js settings_data: Add 'user_can_invite_others_to_realm' helper. 2021-04-28 15:37:00 -07:00
alert_popup.ts js: Make alert_popup shared. 2021-04-26 09:27:49 -07:00
alert_words_ui.js i18n: Automatically convert remaining JavaScript messages to FormatJS. 2021-04-13 17:41:10 -07:00
alert_words.js alert_words: Fix highlighting of adjacent alert words. 2021-04-28 07:54:50 -07:00
all_messages_data.js message_list: Downgrade message_list.all to MessageListData. 2021-03-30 08:33:47 -07:00
archive.js js: Use jQuery as a module. 2021-03-12 10:08:25 -08:00
attachments_ui.js ui_report: Convert messages to FormatJS. 2021-04-13 17:41:10 -07:00
avatar.js confirm_dialog: Convert heading, yes button messages to FormatJS. 2021-04-13 17:41:10 -07:00
blueslip_stacktrace.ts eslint: Enable @typescript-eslint/consistent-type-imports. 2021-03-18 17:26:19 -07:00
blueslip.js docs: Add missing space to compound verbs “log in”, “set up”, etc. 2021-04-26 09:31:08 -07:00
bot_data.js js: Clean up typeof … === "undefined" checks. 2021-03-24 13:15:01 -07:00
browser_history.js browser_history: If changing_hash, don't set to hash_before_overlay. 2021-04-09 08:24:02 -07:00
buddy_data.js mute user: Hide from right sidebar users list. 2021-04-26 17:44:18 -07:00
buddy_list.js node tests: Use clean BuddyList instance in tests. 2021-03-18 16:37:20 -04:00
channel.js minor: Fix mention of success handler in error wrapper. 2021-03-18 10:09:22 -07:00
click_handlers.js message_view: Add support for unmuting of topic from its recipient bar. 2021-05-03 13:07:09 -07:00
color_class.js refactor: Extract color_class module. 2021-03-24 12:22:27 -07:00
color_data.js js: Convert static/js/color_data.js to ES6 module. 2021-02-28 14:23:00 -08:00
colorspace.js js: Convert static/js/colorspace.js to ES6 module. 2021-02-10 10:27:14 -08:00
common.js js: Extract password_quality module; remove zxcvbn from globals. 2021-04-24 13:08:52 -07:00
components.js i18n: Convert commented JavaScript messages to FormatJS. 2021-04-13 17:41:10 -07:00
compose_actions.js compose_actions: Remove useless conditional. 2021-04-27 23:13:40 -07:00
compose_fade_helper.js refactor: Use sub_store for get/validation. 2021-04-15 17:26:17 -07:00
compose_fade_users.js compose fade: Extract compose_fade_users class. 2021-03-21 20:16:08 -07:00
compose_fade.js js: Move current_msg_list, home_msg_list to ES6 module message_lists. 2021-03-29 18:23:47 -07:00
compose_pm_pill.js js: Use jQuery as a module. 2021-03-12 10:08:25 -08:00
compose_state.js js: Use jQuery as a module. 2021-03-12 10:08:25 -08:00
compose_ui.js i18n: Automatically convert remaining JavaScript messages to FormatJS. 2021-04-13 17:41:10 -07:00
compose.js settings: Add moderators option for wildcard_mention_policy in frontend. 2021-05-03 12:12:01 -07:00
composebox_typeahead.js setting(streams): Add pill support to subscribe all members of group. 2021-04-19 17:41:50 -07:00
condense.js js: Move current_msg_list, home_msg_list to ES6 module message_lists. 2021-03-29 18:23:47 -07:00
confirm_dialog.js confirm_dialog: Focus on the yes_button after opening the modal. 2021-03-30 16:51:42 -07:00
copy_and_paste.js message_edit_form: Convert from id to class. 2021-04-27 10:06:25 -07:00
csrf.js js: Convert static/js/csrf.js to ES6 module. 2021-03-26 10:17:56 -07:00
css_variables.js css_variables: Directly export number values for breakpoints. 2021-04-08 09:40:10 -07:00
debug.js eslint: Fix unicorn/no-array-for-each. 2021-01-25 14:53:19 -08:00
desktop_integration.js refactor: Extract browser_history module. 2021-03-22 13:29:32 -07:00
drafts.js compose: Fix bug in draft when stream is not set. 2021-04-27 21:56:34 -07:00
dropdown_list_widget.js dropdown_list_widget: Add a include_current_item parameter. 2021-04-05 17:51:59 -07:00
echo.js message_list: Downgrade message_list.all to MessageListData. 2021-03-30 08:33:47 -07:00
emoji_picker.js emoji: Remove unnecessary toggle_reaction check for undefined. 2021-04-27 23:20:32 -07:00
emojisets.js js: Convert static/js/page_params.js to ES6 module. 2021-03-26 10:17:56 -07:00
favicon.js js: Use jQuery as a module. 2021-03-12 10:08:25 -08:00
feature_flags.js js: Convert static/js/feature_flags.js to ES6 module with modzulator. 2021-02-10 10:27:14 -08:00
feedback_widget.js js: Convert static/js/blueslip.js to ES6 module. 2021-03-17 08:47:15 -04:00
fetch_status.js js: Convert static/js/message_scroll.js to ES6 module. 2021-02-28 14:23:00 -08:00
filter.js i18n: Automatically convert remaining JavaScript messages to FormatJS. 2021-04-13 17:41:10 -07:00
floating_recipient_bar.js js: Move current_msg_list, home_msg_list to ES6 module message_lists. 2021-03-29 18:23:47 -07:00
fold_dict.ts typescript: Enable strictNullChecks. 2020-07-28 11:01:35 -07:00
gear_menu.js UI: Add Zulip version in gear menu. 2021-04-30 17:58:08 -07:00
giphy.js giphy: Add just space as a content to fool popover library. 2021-05-03 08:33:24 -07:00
global.d.ts js: Move current_msg_list, home_msg_list to ES6 module message_lists. 2021-03-29 18:23:47 -07:00
hash_util.js UI: Add Zulip version in gear menu. 2021-04-30 17:58:08 -07:00
hashchange.js UI: Add Zulip version in gear menu. 2021-04-30 17:58:08 -07:00
hbs.d.ts blueslip: Make stack trace more readable. 2019-10-31 13:47:54 -07:00
hotkey.js settings_data: Add 'user_can_create_streams' helper. 2021-04-28 15:37:00 -07:00
hotspots.js js: Convert static/js/page_params.js to ES6 module. 2021-03-26 10:17:56 -07:00
huddle_data.js node tests: Add test() wrapper for suggestions. 2021-03-12 15:29:23 -05:00
i18n.js i18n: Pass language name with every response. 2021-04-24 13:00:27 -07:00
info_overlay.js i18n: Automatically convert remaining JavaScript messages to FormatJS. 2021-04-13 17:41:10 -07:00
input_pill.js refactor: Add type field to pill items. 2021-04-27 12:07:57 -07:00
invite.js i18n: Automatically convert remaining JavaScript messages to FormatJS. 2021-04-13 17:41:10 -07:00
keydown_util.js js: Convert static/js/keydown_util.js to ES6 module. 2021-02-28 14:23:00 -08:00
lazy_set.js js: Convert static/js/blueslip.js to ES6 module. 2021-03-17 08:47:15 -04:00
lightbox_canvas.js js: Convert static/js/blueslip.js to ES6 module. 2021-03-17 08:47:15 -04:00
lightbox.js compose: Use class to find markdown_preview related elements. 2021-04-27 10:06:25 -07:00
list_cursor.js js: Convert static/js/blueslip.js to ES6 module. 2021-03-17 08:47:15 -04:00
list_util.js js: Use jQuery as a module. 2021-03-12 10:08:25 -08:00
list_widget.js stream_create: Use ListWidget to render list of all users. 2021-04-25 08:54:08 -07:00
loading.js js: Use jQuery as a module. 2021-03-12 10:08:25 -08:00
local_message.js message_list: Downgrade message_list.all to MessageListData. 2021-03-30 08:33:47 -07:00
localstorage.js js: Clean up typeof … === "undefined" checks. 2021-03-24 13:15:01 -07:00
markdown_config.js js: Convert static/js/page_params.js to ES6 module. 2021-03-26 10:17:56 -07:00
markdown.js markdown: Remove unnecessary null check. 2021-04-27 23:20:44 -07:00
message_edit_history.js ui_report: Convert messages to FormatJS. 2021-04-13 17:41:10 -07:00
message_edit.js widgets: Prevent edits to widgets. 2021-04-30 09:55:25 -07:00
message_events.js message_view: Add support for unmuting of topic from its recipient bar. 2021-05-03 13:07:09 -07:00
message_fetch.js docs: Fix spelling errors caught by codespell. 2021-04-26 09:31:08 -07:00
message_flags.js starred messages: Fix "unstar all in topic" is incomplete. 2021-04-29 16:43:39 -07:00
message_helper.js refactor: Move pm_conversations.process_message. 2021-03-29 14:53:57 -07:00
message_list_data.js message lists: Rename update_items_for_muting to include topic. 2021-04-29 16:21:38 -07:00
message_list_view.js message_view: Add support for unmuting of topic from its recipient bar. 2021-05-03 13:07:09 -07:00
message_list.js message_view: Add support for unmuting of topic from its recipient bar. 2021-05-03 13:07:09 -07:00
message_lists.js js: Move current_msg_list, home_msg_list to ES6 module message_lists. 2021-03-29 18:23:47 -07:00
message_live_update.js message_list: Downgrade message_list.all to MessageListData. 2021-03-30 08:33:47 -07:00
message_parser.js refactor: Extract message_parser module. 2021-03-22 13:21:56 -07:00
message_scroll.js js: Move current_msg_list, home_msg_list to ES6 module message_lists. 2021-03-29 18:23:47 -07:00
message_store.js refactor: Extract echo.update_message_lists. 2021-03-29 14:53:57 -07:00
message_user_ids.js node tests: Clear message_user_ids. 2021-04-03 15:03:00 -04:00
message_util.js message_list: Downgrade message_list.all to MessageListData. 2021-03-30 08:33:47 -07:00
message_view_header.js i18n: Automatically convert remaining JavaScript messages to FormatJS. 2021-04-13 17:41:10 -07:00
message_viewport.js css_variables: Directly export number values for breakpoints. 2021-04-08 09:40:10 -07:00
muting_ui.js topic muting: Show feedback widget only if hotkey (M) is used. 2021-05-03 12:34:40 -07:00
muting.js message_view: Add support for unmuting of topic from its recipient bar. 2021-05-03 13:07:09 -07:00
narrow_banner.js i18n: Automatically convert remaining JavaScript messages to FormatJS. 2021-04-13 17:41:10 -07:00
narrow_state.js js: Convert static/js/page_params.js to ES6 module. 2021-03-26 10:17:56 -07:00
narrow.js message_list: Downgrade message_list.all to MessageListData. 2021-03-30 08:33:47 -07:00
navigate.js js: Move current_msg_list, home_msg_list to ES6 module message_lists. 2021-03-29 18:23:47 -07:00
night_mode.js js: Use jQuery as a module. 2021-03-12 10:08:25 -08:00
notifications.js notifications: Add support for None option in Notification sound. 2021-04-27 16:42:16 -07:00
overlays.js css: Adjust scope for main overlay CSS and click handlers. 2021-04-14 08:27:18 -07:00
padded_widget.js js: Use jQuery as a module. 2021-03-12 10:08:25 -08:00
page_params.js js: Convert static/js/page_params.js to ES6 module. 2021-03-26 10:17:56 -07:00
panels.js sidebars: Fix truncated lists when notifications panel is visible. 2021-04-28 08:34:59 -07:00
password_quality.js js: Extract password_quality module; remove zxcvbn from globals. 2021-04-24 13:08:52 -07:00
peer_data.js refactor: Use sub_store for get/validation. 2021-04-15 17:26:17 -07:00
people.js users: Show user role as 'moderator' in frontend for realm moderators. 2021-04-29 15:18:49 -07:00
pill_typeahead.js setting(streams): Add pill support to subscribe all members of group. 2021-04-19 17:41:50 -07:00
pm_conversations.js mute user: Hide from top left corner PM list. 2021-04-29 16:13:06 -07:00
pm_list_dom.js js: Convert static/js/pm_list_dom.js to ES6 module. 2021-02-28 14:23:00 -08:00
pm_list.js refactor: Cleanup the existence of fraction_present. 2021-04-30 16:02:31 -07:00
poll_widget.js shared: Move PollData into shared. 2021-04-19 06:34:08 -04:00
popovers.js compose: Use class to find markdown_preview related elements. 2021-04-27 10:06:25 -07:00
presence.js refactor: Move suspect_offline logic into watchdog. 2021-03-23 14:08:39 -04:00
reactions.js i18n: Automatically convert remaining JavaScript messages to FormatJS. 2021-04-13 17:41:10 -07:00
ready.js ready: Wait for other ready callbacks before marking app loaded. 2021-03-14 17:36:22 -07:00
realm_icon.js js: Convert static/js/page_params.js to ES6 module. 2021-03-26 10:17:56 -07:00
realm_logo.js js: Convert static/js/page_params.js to ES6 module. 2021-03-26 10:17:56 -07:00
realm_playground.js playgrounds: Hook up configured playgrounds to be used in code blocks. 2021-04-19 11:23:10 -07:00
recent_senders.js refactor: Simplify recent_senders code. 2021-04-14 16:28:07 -07:00
recent_topics.js docs: Fix spelling errors caught by codespell. 2021-04-26 09:31:08 -07:00
reload_state.js node tests: Add test() wrapper for channel. 2021-03-20 11:00:48 -04:00
reload.js docs: Add missing space to compound verbs “log in”, “set up”, etc. 2021-04-26 09:31:08 -07:00
reminder.js i18n: Automatically convert remaining JavaScript messages to FormatJS. 2021-04-13 17:41:10 -07:00
rendered_markdown.js rendered_markdown: Fix stream-topic parser. 2021-04-29 12:16:49 -07:00
resize.js sidebars: Fix truncated lists when notifications panel is visible. 2021-04-28 08:34:59 -07:00
rows.js compose: Use class to find markdown_preview related elements. 2021-04-27 10:06:25 -07:00
rtl.js js: Convert static/js/rtl.js to ES6 module. 2021-02-28 14:23:00 -08:00
schema.js js: Convert static/js/schema.js to ES6 module. 2021-02-10 10:27:14 -08:00
scroll_bar.js css: Slightly increase size of left sidebar. 2021-04-30 16:02:31 -07:00
scroll_util.js js: Convert static/js/ui.js to ES6 module. 2021-03-02 17:06:35 -08:00
search_pill_widget.js js: Convert static/js/page_params.js to ES6 module. 2021-03-26 10:17:56 -07:00
search_pill.js js: Convert static/js/input_pill.js to ES6 module. 2021-03-02 17:06:35 -08:00
search_suggestion.js js: Convert static/js/page_params.js to ES6 module. 2021-03-26 10:17:56 -07:00
search_util.js js: Convert static/js/search_util.js to ES6 module. 2021-02-10 10:27:14 -08:00
search.js js: Convert static/js/page_params.js to ES6 module. 2021-03-26 10:17:56 -07:00
sent_messages.js js: Convert static/js/blueslip.js to ES6 module. 2021-03-17 08:47:15 -04:00
server_events_dispatch.js settings_data: Add 'user_can_create_streams' helper. 2021-04-28 15:37:00 -07:00
server_events.js docs: Add missing space to compound verbs “log in”, “set up”, etc. 2021-04-26 09:31:08 -07:00
settings_account.js js: Extract password_quality module; remove zxcvbn from globals. 2021-04-24 13:08:52 -07:00
settings_bots.js i18n: Automatically convert remaining JavaScript messages to FormatJS. 2021-04-13 17:41:10 -07:00
settings_config.js settings: Add moderators option for wildcard_mention_policy in frontend. 2021-05-03 12:12:01 -07:00
settings_data.js setting: Add moderator option in create stream and invite to stream policy. 2021-04-29 15:18:49 -07:00
settings_display.js ui_report: Convert messages to FormatJS. 2021-04-13 17:41:10 -07:00
settings_emoji.js lint: Fix prettier issues with last commit. 2021-04-26 14:50:58 -07:00
settings_exports.js template: Move admin_export_list template to settings folder. 2021-04-26 09:37:08 -07:00
settings_invites.js template: Move admin_invites_list template to settings folder. 2021-04-26 09:37:14 -07:00
settings_linkifiers.js template: Move admin_linkifier_list template to settings folder. 2021-04-26 09:37:17 -07:00
settings_muted_topics.js topic muting: Clean up live update code. 2021-04-27 17:53:06 -07:00
settings_muted_users.js settings: Add UI page for managing muted users. 2021-04-21 10:17:44 -07:00
settings_notifications.js emails: Add unsubscribe link infrastructure for marketing emails. 2021-04-27 21:36:09 -07:00
settings_org.js settings: Add moderators option in frontend for invite_to_realm_policy. 2021-04-29 15:18:49 -07:00
settings_panel_menu.js settings: Allow switching between user and org settings manually. 2021-04-07 01:02:03 -07:00
settings_playgrounds.js templates: Move admin_playground_list inside templates/settings. 2021-04-20 14:40:43 -07:00
settings_profile_fields.js template: Move admin_profile_field_list template to settings folder. 2021-04-26 09:37:20 -07:00
settings_sections.js settings: Add UI page for managing muted users. 2021-04-21 10:17:44 -07:00
settings_streams.js settings: Remove broken default streams error handler. 2021-04-27 23:19:04 -07:00
settings_toggle.js i18n: Automatically convert remaining JavaScript messages to FormatJS. 2021-04-13 17:41:10 -07:00
settings_ui.js settings: Improve error message for password change. 2021-04-23 15:01:37 -07:00
settings_user_groups.js template: Move admin_user_group_list template to settings folder. 2021-04-26 09:37:30 -07:00
settings_users.js users: Show user role as 'moderator' in frontend for realm moderators. 2021-04-29 15:18:49 -07:00
settings.js users: Use role value directly to display user role text in frontend. 2021-04-29 15:18:49 -07:00
setup.js setup: Use the number of completed password changes for race detection. 2021-04-01 13:49:02 -07:00
spoilers.js js: Use jQuery as a module. 2021-03-12 10:08:25 -08:00
starred_messages_ui.js starred messages: Clean up "unstar all in topic" warning. 2021-04-29 16:43:39 -07:00
starred_messages.js starred messages: Fix "unstar all in topic" is incomplete. 2021-04-29 16:43:39 -07:00
stream_bar.js refactor: Extract color_class module. 2021-03-24 12:22:27 -07:00
stream_color.js i18n: Automatically convert remaining JavaScript messages to FormatJS. 2021-04-13 17:41:10 -07:00
stream_create.js stream_create: Use ListWidget to render list of all users. 2021-04-25 08:54:08 -07:00
stream_data.js streams: Add frontend code for moderators only stream post policy. 2021-05-01 08:21:50 -07:00
stream_edit.js confirm_dialog: Use the Confirm and Cancel labels. 2021-04-26 16:36:21 -07:00
stream_events.js refactor: Use sub_store for get/validation. 2021-04-15 17:26:17 -07:00
stream_list.js refactor: Use sub_store for get/validation. 2021-04-15 17:26:17 -07:00
stream_muting.js message_list: Downgrade message_list.all to MessageListData. 2021-03-30 08:33:47 -07:00
stream_pill.js refactor: Add type field to pill items. 2021-04-27 12:07:57 -07:00
stream_popover.js popovers: Simplify muting logic for stream popover. 2021-05-03 12:35:41 -07:00
stream_settings_data.js refactor: Use sub_store for get/validation. 2021-04-15 17:26:17 -07:00
stream_sort.js refactor: Use sub_store for get/validation. 2021-04-15 17:26:17 -07:00
stream_topic_history_util.js refactor: Extract stream_topic_history_util. 2021-04-15 17:26:17 -07:00
stream_topic_history.js refactor: Use sub_store for get/validation. 2021-04-15 17:26:17 -07:00
stream_ui_updates.js i18n: Automatically convert remaining JavaScript messages to FormatJS. 2021-04-13 17:41:10 -07:00
sub_store.js refactor: Extract sub_store module. 2021-04-15 17:26:17 -07:00
submessage.js js: Convert static/js/blueslip.js to ES6 module. 2021-03-17 08:47:15 -04:00
subs.js settings_data: Add 'user_can_create_streams' helper. 2021-04-28 15:37:00 -07:00
templates.js templates: Remove context argument from {{#tr}} block helper. 2021-04-13 18:59:46 -07:00
timerender.js i18n: Automatically convert remaining JavaScript messages to FormatJS. 2021-04-13 17:41:10 -07:00
tippyjs.js compose_control_buttons: Use data-tippy-content instead of title. 2021-04-30 07:52:32 -07:00
todo_widget.js i18n: Automatically convert remaining JavaScript messages to FormatJS. 2021-04-13 17:41:10 -07:00
top_left_corner.js top_left_corner: Directly use span.unread_count to display unreads. 2021-04-14 10:57:16 -07:00
topic_generator.js js: Convert static/js/unread.js to ES6 module. 2021-03-02 17:06:35 -08:00
topic_list_data.js js: Convert static/js/unread.js to ES6 module. 2021-03-02 17:06:35 -08:00
topic_list.js refactor: Use sub_store for get/validation. 2021-04-15 17:26:17 -07:00
topic_zoom.js js: Use jQuery as a module. 2021-03-12 10:08:25 -08:00
transmit.js js: Convert static/js/page_params.js to ES6 module. 2021-03-26 10:17:56 -07:00
tutorial.js js: Convert static/js/page_params.js to ES6 module. 2021-03-26 10:17:56 -07:00
typeahead_helper.js refactor: Remove redundant typeahead_helper.sort_recipientbox_typeahead. 2021-04-19 17:41:50 -07:00
typing_data.js node tests: Add test() wrapper for typing_data. 2021-03-15 13:05:49 -04:00
typing_events.js typing: Display several people are typing... 2021-04-07 00:17:30 -07:00
typing.js js: Convert static/js/blueslip.js to ES6 module. 2021-03-17 08:47:15 -04:00
ui_init.js sidebars: Fix truncated lists when notifications panel is visible. 2021-04-28 08:34:59 -07:00
ui_report.js i18n: Automatically convert remaining JavaScript messages to FormatJS. 2021-04-13 17:41:10 -07:00
ui_util.js top_left_corner: Directly use span.unread_count to display unreads. 2021-04-14 10:57:16 -07:00
ui.js js: Consistently use ES module from SimpleBar. 2021-04-24 13:08:52 -07:00
unread_ops.js message_list: Downgrade message_list.all to MessageListData. 2021-03-30 08:33:47 -07:00
unread_ui.js sidebar toggles: Lift code to display PM counts. 2021-03-30 12:07:51 -07:00
unread.js refactor: Use sub_store for get/validation. 2021-04-15 17:26:17 -07:00
upload_widget.js upload_widget: Fix units in maximum file size message. 2021-04-13 17:41:10 -07:00
upload.js compose: Use class to find markdown_preview related elements. 2021-04-27 10:06:25 -07:00
user_events.js user_events: Update the role field in person object on change of role. 2021-04-29 15:27:15 -07:00
user_group_pill.js refactor: Add type field to pill items. 2021-04-27 12:07:57 -07:00
user_groups.js js: Convert static/js/blueslip.js to ES6 module. 2021-03-17 08:47:15 -04:00
user_pill.js refactor: Add type field to pill items. 2021-04-27 12:07:57 -07:00
user_search.js js: Use jQuery as a module. 2021-03-12 10:08:25 -08:00
user_status_ui.js js: Use jQuery as a module. 2021-03-12 10:08:25 -08:00
user_status.js js: Convert static/js/blueslip.js to ES6 module. 2021-03-17 08:47:15 -04:00
util.js js: Convert static/js/util.js to ES6 module. 2021-02-10 10:27:14 -08:00
vdom.js js: Convert static/js/blueslip.js to ES6 module. 2021-03-17 08:47:15 -04:00
watchdog.js refactor: Move suspect_offline logic into watchdog. 2021-03-23 14:08:39 -04:00
webpack_public_path.js js: Convert static/js/page_params.js to ES6 module. 2021-03-26 10:17:56 -07:00
widgetize.js js: Move current_msg_list, home_msg_list to ES6 module message_lists. 2021-03-29 18:23:47 -07:00
zcommand.js i18n: Automatically convert remaining JavaScript messages to FormatJS. 2021-04-13 17:41:10 -07:00
zform.js js: Convert static/js/blueslip.js to ES6 module. 2021-03-17 08:47:15 -04:00
zulip_test.js js: Move current_msg_list, home_msg_list to ES6 module message_lists. 2021-03-29 18:23:47 -07:00