zulip/web/src
Prakhar Pratyush 1a2831059d notifications: Enable audible notifications for the FOLLOWED topic.
This commit adds support for triggering audible desktop
notifications when:

* A message is sent to a followed topic with the global user setting
'enable_followed_topic_audible_notifications' enabled.

* A message with wildcard mentions is sent to a followed topic with
the global user setting
'enable_followed_topic_wildcard_mentions_notify' enabled.
2023-07-17 17:39:17 -07:00
..
analytics support: Add option to delete user from /activity/support. 2023-05-16 12:38:12 -07:00
billing ts: Convert `web/src/billing` module to TypeScript. 2023-06-23 11:42:29 -07:00
bundles css: Use variable font when using Source Sans 3. 2023-07-06 17:57:37 -07:00
portico portico: Polish UI for portico pages copy-codeblock button. 2023-07-06 16:18:59 -07:00
stats eslint: Fix unicorn/prefer-spread. 2023-03-02 12:16:56 -08:00
types/stacktrace-gps eslint: Fix @typescript-eslint/consistent-indexed-object-style. 2023-04-19 16:52:39 -07:00
about_zulip.js
activity.js narrow: Add frontend support for `dm:` narrow and `/dm/...` URL. 2023-04-25 09:07:08 -07:00
add_subscribers_pill.js
admin.js js: Break cyclic dependency between `admin.js` and `settings.js`. 2023-04-19 16:41:49 -07:00
alert_popup.ts
alert_words.js eslint: Fix unicorn/prefer-string-replace-all. 2023-05-12 11:12:20 -07:00
alert_words_ui.js list_widget: Explicitly pass generic sort functions to the list widget. 2023-07-17 11:31:51 -07:00
all_messages_data.js message_list_data: Remove dependency on `filter.js`. 2023-05-14 11:24:31 -07:00
assets.d.ts ts: Convert `emojisets` to TypeScript. 2023-05-22 09:02:42 -07:00
attachments_ui.js list_widget: Explicitly pass generic sort functions to the list widget. 2023-07-17 11:31:51 -07:00
avatar.js
blueslip.ts blueslip: Move BlueslipError into blueslip_stacktrace.ts. 2023-05-09 13:16:28 -07:00
blueslip_stacktrace.ts blueslip: Show more-info context in alert popup, if we have it. 2023-05-09 13:16:28 -07:00
bot_data.js eslint: Fix unicorn/prefer-spread. 2023-03-02 12:16:56 -08:00
browser_history.js hashchange: Never set empty hash `#` in URL. 2023-05-26 16:28:45 -07:00
buddy_data.js people: Make `get_by_user_id` type-safe. 2023-07-02 16:57:16 -07:00
buddy_list.js eslint: Expand no-unused-vars check to all function parameters. 2023-07-02 16:16:38 -07:00
channel.js sentry: Unify logic for skipping span reporting. 2023-05-12 13:53:57 -07:00
click_handlers.js search: Link messages in search results to near view. 2023-07-17 10:39:43 -07:00
color_data.ts eslint: Fix unicorn/prefer-spread. 2023-03-02 12:16:56 -08:00
colorspace.ts
common.ts
components.ts
compose.js compose: Use compose_state.stream_id when name isn't needed. 2023-07-17 16:30:39 -07:00
compose_actions.js web-src: Update comments with "private message" or "PM". 2023-06-26 11:07:28 -07:00
compose_banner.ts compose_banner: Remove uploads banners when clearing compose box. 2023-06-23 11:45:04 -07:00
compose_closed_ui.js web-src: Update comments with "private message" or "PM". 2023-06-26 11:07:28 -07:00
compose_fade.js
compose_fade_helper.js web-src: Update comments with "private message" or "PM". 2023-06-26 11:07:28 -07:00
compose_fade_users.js
compose_pm_pill.js compose_pm_pill: Cut dependency on compose_recipient.js. 2023-06-19 16:54:28 -07:00
compose_recipient.js compose: Use compose_state.stream_id when name isn't needed. 2023-07-17 16:30:39 -07:00
compose_state.js compose: Use compose_state.stream_id when name isn't needed. 2023-07-17 16:30:39 -07:00
compose_textarea.ts ts: Convert `compose_textarea.js` to TypeScript. 2023-05-25 17:33:18 -07:00
compose_tooltips.js giphy: Migrate Giphy popover to Tippy. 2023-07-05 14:43:19 -07:00
compose_ui.js upload: Append file markdown to textarea when placeholder is missing. 2023-07-06 17:46:51 -07:00
compose_validate.js compose: Use compose_state.stream_id when name isn't needed. 2023-07-17 16:30:39 -07:00
composebox_typeahead.js compose: Show wildcard mentions according to policy. 2023-07-06 16:29:37 -07:00
condense.js condense: Replace $.fn.height with using the DOM API. 2023-06-26 10:59:53 -07:00
confirm_dialog.ts ts: Convert `confirm_dialog` module to TypeScript. 2023-05-18 08:44:30 -07:00
copy_and_paste.js eslint: Expand no-unused-vars check to all function parameters. 2023-07-02 16:16:38 -07:00
csrf.ts
css_variables.js Revert "ts: Convert css_variables.js to TypeScript." 2023-04-04 10:54:01 -07:00
dark_theme.ts dark_theme: Fix dark recipient background in light theme for spectators. 2023-04-28 12:39:46 -07:00
debug.ts debug: Remove print_elapsed_time in favor of console.time. 2023-05-11 14:49:55 -07:00
deprecated_feature_notice.ts ts: Convert `deprecated_feature_notice` module to TypeScript. 2023-05-18 08:52:26 -07:00
desktop_integration.js notifications: Move electon bridge code to `desktop_integration` module. 2023-06-08 16:20:59 -07:00
dialog_widget.ts dialog_widget: Prevent default action when submitting the form. 2023-07-05 14:25:10 -07:00
drafts.js messages_overlay_ui: Remove support for `_e` parameter for 2023-07-17 16:24:16 -07:00
dropdown_list_widget.js list_widget: Make `get_item` option required and pass a default where needed. 2023-07-17 11:31:51 -07:00
dropdown_widget.js list_widget: Make `get_item` option required and pass a default where needed. 2023-07-17 11:31:51 -07:00
echo.js echo: Cut dependency on `message_events.js`. 2023-07-11 22:33:59 -07:00
emoji.ts ts: Convert input_pill.js to TypeScript. 2023-04-25 09:09:48 -07:00
emoji_picker.js popovers: Use `fixed` position for all bootstrap popovers. 2023-05-24 15:43:19 -07:00
emojisets.ts ts: Convert `emojisets` to TypeScript. 2023-05-22 09:02:42 -07:00
favicon.ts blueslip: Only show in dev mode, or report to Sentry. 2023-04-13 14:59:58 -07:00
feedback_widget.ts feedback_widget: Don't use non-optimal animation properties. 2023-05-24 11:30:55 -07:00
fetch_status.ts ts: Migrate `fetch_status` to TypeScript. 2023-05-31 13:31:12 -07:00
filter.js search: Create a template for search descriptions. 2023-07-17 17:19:08 -07:00
flatpickr.js eslint: Expand no-unused-vars check to all function parameters. 2023-07-02 16:16:38 -07:00
fold_dict.ts eslint: Fix @typescript-eslint/prefer-return-this-type. 2023-04-19 16:52:39 -07:00
gear_menu.ts web: Use `uri` instead of `url`. 2023-04-10 10:26:48 -07:00
giphy.js giphy: Migrate Giphy popover to Tippy. 2023-07-05 14:43:19 -07:00
global.d.ts ts: Migrate setup.js to typescript. 2023-07-10 13:49:26 -07:00
group_permission_settings.ts eslint: Fix @typescript-eslint/consistent-generic-constructors. 2023-04-19 16:52:39 -07:00
hash_util.js refactor: Move `maybe_get_stream_name` from `stream_data` to `sub_store`. 2023-05-18 08:46:16 -07:00
hashchange.js settings: Change "Display settings" to "Preferences". 2023-07-12 07:09:03 -07:00
hbs.d.ts
hotkey.js user_topics: Rename 'muted_topics_ui' to 'user_topics_ui'. 2023-07-17 17:39:17 -07:00
hotspots.js blueslip: Reduce cardinality of blueslip.error() calls. 2023-05-09 13:16:28 -07:00
huddle_data.js eslint: Fix unicorn/prefer-spread. 2023-03-02 12:16:56 -08:00
i18n.ts dependencies: Upgrade JavaScript dependencies. 2023-03-20 15:48:29 -07:00
info_overlay.js info_overlay: Align me-message example with rendered classes. 2023-07-13 14:01:32 -07:00
input_pill.ts ts: Migrate `user_group_pill` module to TypeScript. 2023-07-17 10:38:24 -07:00
invite.js invite: Restructure "Invite user" modal for improved user experience. 2023-06-06 17:48:29 -07:00
keydown_util.ts eslint: Fix @typescript-eslint/prefer-nullish-coalescing. 2023-04-19 16:52:39 -07:00
lazy_set.ts blueslip: Reduce cardinality of blueslip.error() calls. 2023-05-09 13:16:28 -07:00
lightbox.js blueslip: Reduce cardinality of blueslip.error() calls. 2023-05-09 13:16:28 -07:00
linkifiers.ts linkifier: Remove unused debug message. 2023-05-29 14:40:55 -07:00
list_cursor.js blueslip: Reduce cardinality of blueslip.error() calls. 2023-05-09 13:16:28 -07:00
list_util.ts send_later: Add keyboard navigation to message scheduling modal. 2023-05-15 14:52:06 -07:00
list_widget.ts list_widget: Check length of JQuery collection instead of collection 2023-07-17 11:31:51 -07:00
loading.ts
local_message.js
localstorage.ts lint: Fix TypeScript linter error in localstorage.ts. 2023-04-24 13:24:08 -07:00
markdown.js mention: Send notifications for @topic wildcard mentions. 2023-07-17 09:39:24 -07:00
markdown_config.js
message_edit.js move_topic_to_stream: Migrate to use tippy dropdown widget. 2023-07-11 13:37:50 -07:00
message_edit_history.js refactor: Move `maybe_get_stream_name` from `stream_data` to `sub_store`. 2023-05-18 08:46:16 -07:00
message_events.js condense: Remove _message_content_height_cache. 2023-06-26 10:59:53 -07:00
message_feed_loading.ts refactor: Extract `message_feed_loading` module from `message_scroll`. 2023-05-14 11:24:31 -07:00
message_feed_top_notices.js message_scroll: Extract module message_feed_top_notices. 2023-06-05 21:57:35 -07:00
message_fetch.js eslint: Expand no-unused-vars check to all function parameters. 2023-07-02 16:16:38 -07:00
message_flags.js starred_messages: Extract starred_messages_ui.js. 2023-06-05 21:57:35 -07:00
message_helper.js people: Make `get_by_user_id` type-safe. 2023-07-02 16:57:16 -07:00
message_list.js message_grid: Preserve grid layout in edit mode. 2023-07-13 09:02:00 -07:00
message_list_data.js web-src: Update comments with "private message" or "PM". 2023-06-26 11:07:28 -07:00
message_list_tooltips.js message_feed: Improve edited/moved tooltip. 2023-07-11 17:33:06 -07:00
message_list_view.js message_feed: Improve edited/moved tooltip. 2023-07-11 17:33:06 -07:00
message_lists.js more/less: Fix bug where messages rapidly condense and uncondense. 2023-06-26 10:59:53 -07:00
message_live_update.js ui: Move update_message_lists related functions to other related modules. 2023-04-26 12:59:08 -07:00
message_parser.ts eslint: Fix @typescript-eslint/consistent-type-definitions. 2023-04-19 16:52:39 -07:00
message_scroll.js message_scroll: Extract module message_feed_top_notices. 2023-06-05 21:57:35 -07:00
message_store.js people: Make `get_by_user_id` type-safe. 2023-07-02 16:57:16 -07:00
message_user_ids.ts web-src: Update comments with "private message" or "PM". 2023-06-26 11:07:28 -07:00
message_util.js
message_view_header.js search: Invert double negative with De Morgan's law. 2023-06-23 11:32:42 -07:00
message_viewport.js jquery: Replace `safeOuterWidth` and `safeOuterHeight` functions. 2023-07-10 13:49:26 -07:00
messages_overlay_ui.ts message_overlay_ui: Fix eslint errors for rule no-unnecessary-condition 2023-07-17 16:24:16 -07:00
muted_users.ts eslint: Fix @typescript-eslint/prefer-optional-chain. 2023-04-19 16:52:39 -07:00
muted_users_ui.js
narrow.js narrow: Cut dependency on `message_scroll.js` module. 2023-07-11 22:34:00 -07:00
narrow_banner.js help: Open Help Center links in new tab for empty message lists. 2023-05-19 13:51:00 -07:00
narrow_error.ts ts: Migrate narrow_error to TypeScript. 2023-03-28 15:04:57 -07:00
narrow_state.js web-src: Update comments with "private message" or "PM". 2023-06-26 11:07:28 -07:00
navbar_alerts.js navbar_alerts: Adjust app based on navbar height. 2023-05-24 15:43:19 -07:00
navigate.js jquery: Replace `safeOuterWidth` and `safeOuterHeight` functions. 2023-07-10 13:49:26 -07:00
notifications.js notifications: Enable audible notifications for the FOLLOWED topic. 2023-07-17 17:39:17 -07:00
overlays.ts overlays: Use `close_overlay` to close overlays! 2023-05-29 08:29:47 -07:00
padded_widget.ts
page_params.ts ts: Migrate people.js to TypeScript. 2023-07-11 22:22:30 -07:00
password_quality.ts dependencies: Upgrade JavaScript dependencies. 2023-06-05 21:51:26 -07:00
peer_data.ts peer_data: Remove over defensive `assert_number` function. 2023-07-17 10:37:29 -07:00
people.ts ts: Migrate people.js to TypeScript. 2023-07-11 22:22:30 -07:00
pill_typeahead.js pill_typeahead: Remove bots in person picker custom profile fields. 2023-07-06 16:32:08 -07:00
pm_conversations.js web-src: Update comments with "private message" or "PM". 2023-06-26 11:07:28 -07:00
pm_list.js web-src: Update comments with "private message" or "PM". 2023-06-26 11:07:28 -07:00
pm_list_data.js left_sidebar: Replace the presence dot with bot icon for bots. 2023-04-28 19:14:00 -07:00
pm_list_dom.js
poll_widget.js
popover_menus.js topic_popover: Add support to follow a topic from the topic_popover. 2023-07-17 17:39:17 -07:00
popover_menus_data.js topic_popover: Add support to follow a topic from the topic_popover. 2023-07-17 17:39:17 -07:00
popovers.js me_messages: Clean up unused .sender_name-in-status class. 2023-07-13 14:01:32 -07:00
presence.js people: Make `get_by_user_id` type-safe. 2023-07-02 16:57:16 -07:00
reactions.js reactions: Cut dependency on `emoji_picker.js`. 2023-07-11 22:33:59 -07:00
read_receipts.js read_receipts: Open the help link in a new tab. 2023-03-30 09:10:20 -07:00
realm_icon.js
realm_logo.js ui_util: Extract listener for change in `preferred-color-scheme`. 2023-04-10 23:41:30 -07:00
realm_playground.js eslint: Fix unicorn/prefer-spread. 2023-03-02 12:16:56 -08:00
realm_user_settings_defaults.ts settings: Add a "Followed topics" row to Notification Triggers table. 2023-06-13 18:01:41 -07:00
recent_senders.js people: Add function get participants from user_ids_string. 2023-03-07 15:43:03 -08:00
recent_topics_data.js recent_topics_data: Simplify .entries() loop to .values(). 2023-06-29 15:54:40 -07:00
recent_topics_ui.js ts: Migrate `list_widget` to TypeScript. 2023-07-17 11:31:51 -07:00
recent_topics_util.js web-src: Update comments with "private message" or "PM". 2023-06-26 11:07:28 -07:00
reload.js css: Scroll on `html` instead of `.app`. 2023-05-24 15:43:19 -07:00
reload_state.ts
rendered_markdown.js people: Make `get_by_user_id` type-safe. 2023-07-02 16:57:16 -07:00
resize.js jquery: Replace `safeOuterWidth` and `safeOuterHeight` functions. 2023-07-10 13:49:26 -07:00
rows.js blueslip: Reduce cardinality of blueslip.error() calls. 2023-05-09 13:16:28 -07:00
rtl.ts ts: Convert rtl.js to TypeScript. 2023-05-22 15:41:42 -07:00
scheduled_messages.js scheduled_messages: Store in a dictionary by ID. 2023-07-11 18:17:34 -07:00
scheduled_messages_overlay_ui.js messages_overlay_ui: Remove support for `_e` parameter for 2023-07-17 16:24:16 -07:00
schema.js
scroll_bar.ts scroll_bar: Fix overlapping right sidebar and browser scrollbars. 2023-05-29 08:50:06 -07:00
scroll_util.ts ts: Migrate `scroll_util.js` to TypeScript. 2023-04-27 09:00:13 -07:00
search.js search: Remove unused base_query variable. 2023-07-17 17:19:08 -07:00
search_suggestion.js search: Bold search operands in the first search result. 2023-07-17 17:19:08 -07:00
search_util.ts
sent_messages.js sent_messages: Remove from cache when message has been fully received. 2023-05-09 13:16:28 -07:00
sentry.ts sentry: Downsample typing spans. 2023-05-12 13:53:57 -07:00
server_events.js server-events: Remove unused home_view_loaded.zulip event trigger. 2023-06-27 18:04:04 -07:00
server_events_dispatch.js user_topics: Rename 'muted_topics_ui' to 'user_topics_ui'. 2023-07-17 17:39:17 -07:00
settings.js settings: Add a "Followed topics" row to Notification Triggers table. 2023-06-13 18:01:41 -07:00
settings_account.js pill_typeahead: Remove bots in person picker custom profile fields. 2023-07-06 16:32:08 -07:00
settings_bots.js people: Rename get_active_human_ids function for clarity. 2023-07-06 16:32:08 -07:00
settings_config.ts settings: Update SETTINGS/TOPICS panel to include followed topics. 2023-07-17 17:39:17 -07:00
settings_data.ts settings_data: Extract TimePreferences. 2023-03-16 10:47:12 -07:00
settings_display.js settings: Change "Display settings" to "Preferences". 2023-07-12 07:09:03 -07:00
settings_emoji.js list_widget: Explicitly pass generic sort functions to the list widget. 2023-07-17 11:31:51 -07:00
settings_exports.js list_widget: Explicitly pass generic sort functions to the list widget. 2023-07-17 11:31:51 -07:00
settings_invites.js list_widget: Explicitly pass generic sort functions to the list widget. 2023-07-17 11:31:51 -07:00
settings_linkifiers.js list_widget: Explicitly pass generic sort functions to the list widget. 2023-07-17 11:31:51 -07:00
settings_muted_users.js list_widget: Explicitly pass generic sort functions to the list widget. 2023-07-17 11:31:51 -07:00
settings_notifications.js notifications: Warn if all PM notifications will be disabled. 2023-03-28 18:36:56 -07:00
settings_org.js eslint: Fix unicorn/prefer-string-replace-all. 2023-05-12 11:12:20 -07:00
settings_panel_menu.js refactor: Move simplebar helper functions from `ui` to `scroll_util`. 2023-04-26 12:59:08 -07:00
settings_playgrounds.js list_widget: Explicitly pass generic sort functions to the list widget. 2023-07-17 11:31:51 -07:00
settings_profile_fields.js default_streams: Convert inline form to modal. 2023-07-06 16:24:44 -07:00
settings_realm_domains.js
settings_realm_user_settings_defaults.js
settings_sections.js settings: Change "Display settings" to "Preferences". 2023-07-12 07:09:03 -07:00
settings_streams.js list_widget: Explicitly pass generic sort functions to the list widget. 2023-07-17 11:31:51 -07:00
settings_toggle.js eslint: Expand no-unused-vars check to all function parameters. 2023-07-02 16:16:38 -07:00
settings_ui.js
settings_user_groups_legacy.js dialog_widget: Remove redundant `preventDefault` calls. 2023-07-05 14:25:10 -07:00
settings_user_topics.js settings: Update SETTINGS/TOPICS panel to include followed topics. 2023-07-17 17:39:17 -07:00
settings_users.js settings_user: Pass data of correct type to `list_widget.render_item`. 2023-07-17 11:31:51 -07:00
setup.ts ts: Migrate setup.js to typescript. 2023-07-10 13:49:26 -07:00
spectators.js
spoilers.ts eslint: Fix @typescript-eslint/prefer-nullish-coalescing. 2023-04-19 16:52:39 -07:00
starred_messages.js starred_messages: Use standard initialization patterns. 2023-06-08 09:42:56 -07:00
starred_messages_ui.js starred_messages: Use standard initialization patterns. 2023-06-08 09:42:56 -07:00
stream_bar.js compose: Add privacy icons to the stream dropdown menu. 2023-04-20 16:09:55 -07:00
stream_color.js refactor: Move `maybe_get_stream_name` from `stream_data` to `sub_store`. 2023-05-18 08:46:16 -07:00
stream_create.js streams: Correctly disable adding subscribers while creating streams. 2023-05-14 11:19:41 -07:00
stream_create_subscribers.js list_widget: Explicitly pass generic sort functions to the list widget. 2023-07-17 11:31:51 -07:00
stream_create_subscribers_data.js people: Make `get_by_user_id` type-safe. 2023-07-02 16:57:16 -07:00
stream_data.js stream data: Store stream subscriptions by id instead of name. 2023-07-17 16:30:39 -07:00
stream_edit.js streams: Warn when archiving a notification stream. 2023-07-06 16:04:11 -07:00
stream_edit_subscribers.js list_widget: Explicitly pass generic sort functions to the list widget. 2023-07-17 11:31:51 -07:00
stream_events.js compose: Use tippy for stream select dropdown. 2023-05-09 14:11:26 -07:00
stream_list.js left_sidebar: Avoid zooming out when toggling stream subscription. 2023-07-17 10:13:53 -07:00
stream_list_sort.js refactor: Move `maybe_get_stream_name` from `stream_data` to `sub_store`. 2023-05-18 08:46:16 -07:00
stream_muting.js message_list: Deduplicate stream muting live update code path. 2023-04-21 13:52:02 -07:00
stream_pill.js eslint: Fix unicorn/prefer-spread. 2023-03-02 12:16:56 -08:00
stream_popover.js move_topic_to_stream: Migrate to use tippy dropdown widget. 2023-07-11 13:37:50 -07:00
stream_settings_containers.ts ts: Convert `stream_settings_containers.js` to TypeScript. 2023-07-17 17:24:15 -07:00
stream_settings_data.js stream_color: Fix duplicate ids for colored privacy icons. 2023-03-27 22:24:45 -07:00
stream_settings_ui.js user_groups: Remove "@" from name of role-based system groups. 2023-07-11 13:46:02 -07:00
stream_topic_history.js eslint: Fix unicorn/prefer-spread. 2023-03-02 12:16:56 -08:00
stream_topic_history_util.js
stream_ui_updates.js stream_ui_updates: Check if sub/unsub button is rendered. 2023-07-06 09:29:41 -07:00
sub_store.ts refactor: Move `maybe_get_stream_name` from `stream_data` to `sub_store`. 2023-05-18 08:46:16 -07:00
submessage.js blueslip: Reduce cardinality of blueslip.error() calls. 2023-05-09 13:16:28 -07:00
subscriber_api.js
templates.js templates: Allow the same line-wrapping in {{t}} as in {{#tr}}. 2023-03-16 11:26:45 -07:00
timerender.ts timerender: Extract new variant of get_full_datetime. 2023-04-30 22:39:52 -07:00
tippyjs.js tippyjs: Extract compose_tooltips.js module. 2023-06-08 16:20:59 -07:00
todo_widget.js eslint: Expand no-unused-vars check to all function parameters. 2023-07-02 16:16:38 -07:00
top_left_corner.js web-src: Update comments with "private message" or "PM". 2023-06-26 11:07:28 -07:00
topic_generator.js refactor: Rename `stream_sort.js` to `stream_list_sort.js`. 2023-04-25 10:05:59 -07:00
topic_list.js topic_list: Clean up component API. 2023-06-05 21:57:35 -07:00
topic_list_data.js topic_list: Show muted unread counts in muted streams. 2023-05-01 21:13:53 -07:00
topic_zoom.js left_sidebar: Fix 'more topics' view scroll position. 2023-04-17 17:40:35 -07:00
transmit.js blueslip: Reduce cardinality of blueslip.error() calls. 2023-05-09 13:16:28 -07:00
tutorial.js
typeahead_helper.js web-src: Update comments with "private message" or "PM". 2023-06-26 11:07:28 -07:00
types.ts ts: Migrate people.js to TypeScript. 2023-07-11 22:22:30 -07:00
typing.js
typing_data.ts eslint: Fix @typescript-eslint/prefer-nullish-coalescing. 2023-04-19 16:52:39 -07:00
typing_events.js narrow: Add frontend support for `dm:` narrow and `/dm/...` URL. 2023-04-25 09:07:08 -07:00
ui_init.js loading: Show error when spectator fails to register. 2023-07-17 10:49:45 -07:00
ui_report.ts message: Show error while resolving/unresolving topic. 2023-05-29 14:49:32 -07:00
ui_util.ts refactor: Move `replace_emoji_with_text` from `ui` to `ui_util`. 2023-04-26 12:59:08 -07:00
unread.js web-src: Update comments with "private message" or "PM". 2023-06-26 11:07:28 -07:00
unread_ops.js unread_ops: Centralize window focused logic. 2023-06-05 21:57:35 -07:00
unread_ui.js web-src: Update comments with "private message" or "PM". 2023-06-26 11:07:28 -07:00
upload.js upload: Simplify the query for the "send_button". 2023-07-06 17:48:22 -07:00
upload_widget.ts image_upload_widget: Refactor style of upload_widget's preview_image. 2023-03-27 10:19:29 -07:00
url-template.d.ts eslint: Fix @typescript-eslint/consistent-type-definitions. 2023-04-19 16:52:39 -07:00
user_events.js people: Make `get_by_user_id` type-safe. 2023-07-02 16:57:16 -07:00
user_group_create.js
user_group_create_members.js list_widget: Explicitly pass generic sort functions to the list widget. 2023-07-17 11:31:51 -07:00
user_group_create_members_data.js people: Make `get_by_user_id` type-safe. 2023-07-02 16:57:16 -07:00
user_group_edit.js dialog_widget: Remove redundant `preventDefault` calls. 2023-07-05 14:25:10 -07:00
user_group_edit_members.js list_widget: Explicitly pass generic sort functions to the list widget. 2023-07-17 11:31:51 -07:00
user_group_pill.ts ts: Migrate `user_group_pill` module to TypeScript. 2023-07-17 10:38:24 -07:00
user_group_ui_updates.js stream_settings: Remove unused parameters after migration to tippy. 2023-05-24 12:11:10 -07:00
user_groups.ts ts: Migrate `user_group_pill` module to TypeScript. 2023-07-17 10:38:24 -07:00
user_groups_settings_ui.js list_widget: Make `get_item` option required and pass a default where needed. 2023-07-17 11:31:51 -07:00
user_pill.js pill_typeahead: Remove bots in person picker custom profile fields. 2023-07-06 16:32:08 -07:00
user_profile.js list_widget: Make `get_item` option required and pass a default where needed. 2023-07-17 11:31:51 -07:00
user_search.js
user_settings.ts settings: Add a "Followed topics" row to Notification Triggers table. 2023-06-13 18:01:41 -07:00
user_status.js
user_status_ui.js css: Hyphenate .status-emoji-wrapper selector. 2023-03-27 17:31:31 -07:00
user_topics.js settings: Update SETTINGS/TOPICS panel to include followed topics. 2023-07-17 17:39:17 -07:00
user_topics_ui.js user_topics: Fix live-update bug in the 'SETTINGS / TOPICS' panel. 2023-07-17 17:39:17 -07:00
util.ts web-src: Update comments with "private message" or "PM". 2023-06-26 11:07:28 -07:00
vdom.js
watchdog.ts
webpack_public_path.js
widgetize.js
zcommand.js theme: Change recipient bar color and theme in the same paint. 2023-07-03 21:47:45 -07:00
zform.js
zulip_test.js