zulip/web/src
Shubham Padia 3f6ceba39a settings_users: Add role filter to user list.
Fixes #18617.
- The role filter is added to both active and deactivated user
list. The original plan was to introduce a multi select checkbox
dropdown for the roles, but since that component is not ready yet,
we will use the dropdown component for the first iteration.
- To accomodate multiple filters, we have used an approach
similar to the one in recent_view_ui.js where we use dropdown
callback function and on("input") event on text search to set the
filter value in memory. The predicate functions uses these filters.
- We have also changed the default message when there are no
users to show to reflect `filters` instead of `current filter`.
2024-04-10 13:45:06 -07:00
..
activity corporate: Update directories for activity and support frontend files. 2024-02-29 15:11:48 -08:00
billing web: Fix selectors to correspond with annotated types. 2024-03-19 13:14:27 -07:00
bundles portico: Enable tippy tooltips for all portico pages with common style. 2024-04-01 12:44:12 -07:00
portico eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
stats page_params: Parse page_params and state_data with Zod. 2024-02-17 00:02:38 -08:00
support corporate: Update directories for activity and support frontend files. 2024-02-29 15:11:48 -08:00
about_zulip.ts eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
activity.ts eslint: Fix @typescript-eslint/prefer-optional-chain. 2024-03-29 09:37:38 -07:00
activity_ui.ts eslint: Fix no-jquery/no-append-html errors that need test changes. 2024-04-04 10:11:57 -07:00
add_stream_options_popover.ts types: Migrated add_stream_options_popover to TypeScript. 2024-03-15 13:02:20 -07:00
add_subscribers_pill.js user_groups: Disable "Add" button for members list if input is empty. 2023-11-29 10:58:04 -08:00
admin.js settings_users: Add role filter to user list. 2024-04-10 13:45:06 -07:00
alert_popup.ts
alert_words.ts alert_words: Highlight overlapping alert words more accurately. 2024-03-19 11:20:16 -07:00
alert_words_ui.ts
all_messages_data.ts filter: Remove incorrect check for `All messages` view. 2024-01-15 12:26:24 -08:00
assets.d.ts
attachments_ui.ts page_params: Split out state data for realm. 2024-02-15 10:22:52 -08:00
audible_notifications.ts
avatar.ts page_params: Split out state data for realm. 2024-02-15 10:22:52 -08:00
base_page_params.ts page_params: Add narrow_topic. 2024-04-04 16:34:42 -07:00
blueslip.ts page_params: Parse page_params and state_data with Zod. 2024-02-17 00:02:38 -08:00
blueslip_stacktrace.ts
bootstrap_typeahead.ts bootstrap_typeahead: Make updater property optional in TypeaheadOptions. 2024-04-04 10:45:53 -07:00
bot_data.ts web: Replace Zod z.union with z.discriminatedUnion or .nullable. 2024-02-09 18:48:20 -05:00
browser_history.ts eslint: Fix @typescript-eslint/prefer-string-starts-ends-with. 2023-12-23 15:36:05 -08:00
buddy_data.ts compose fade users: Remove fade logic in favor of buddy list split. 2024-02-22 16:05:27 -08:00
buddy_list.ts eslint: Fix no-jquery/no-append-html errors that need test changes. 2024-04-04 10:11:57 -07:00
bulleted_numbered_list_util.ts
channel.ts channel: Use base_page_params. 2024-02-27 21:18:00 -05:00
click_handlers.js click_handlers: Don't handle clicks with meta / ctrl keypress. 2024-04-05 09:12:03 -07:00
color_data.ts
common.ts eslint: Fix no-jquery/no-append-html errors that need test changes. 2024-04-04 10:11:57 -07:00
components.ts eslint: Enable @typescript-eslint/method-signature-style. 2023-12-26 17:30:33 -08:00
compose.js compose: Fix bug where sometimes message draft remained post sending it. 2024-02-20 11:59:46 -08:00
compose_actions.ts compose_actions: Convert module to typescript. 2024-04-04 16:34:42 -07:00
compose_banner.ts compose_validate: Simplify away extra stream_data lookups. 2024-03-28 09:06:48 -07:00
compose_call.ts page_params: Split out state data for realm. 2024-02-15 10:22:52 -08:00
compose_call_ui.js page_params: Split out state data for realm. 2024-02-15 10:22:52 -08:00
compose_closed_ui.js compose_actions: Convert module to typescript. 2024-04-04 16:34:42 -07:00
compose_fade.ts compose_fade: Convert module to TypeScript. 2024-03-06 14:47:47 -08:00
compose_fade_helper.ts compose fade users: Remove fade logic in favor of buddy list split. 2024-02-22 16:05:27 -08:00
compose_notifications.ts message_lists: Set `current` to be `undefined` for non message view. 2024-02-24 08:31:18 -08:00
compose_pm_pill.ts user_pill: Add support to not allow adding inaccessible users manually. 2024-01-03 11:04:35 -08:00
compose_popovers.js compose_actions: Include message type in opts for `start`. 2024-04-04 16:34:42 -07:00
compose_recipient.ts compose: Allow stream_id of ComposeTriggeredOptions to be undefined. 2024-04-04 16:34:42 -07:00
compose_reply.js compose_actions: Include message type in opts for `fill_in_opts_from_current_narrowed_view`. 2024-04-04 16:34:42 -07:00
compose_setup.js compose_actions: Include message type in opts for `start`. 2024-04-04 16:34:42 -07:00
compose_state.ts eslint: Fix @typescript-eslint/no-unnecessary-type-assertion. 2024-03-29 09:37:38 -07:00
compose_textarea.ts
compose_tooltips.ts compose_tooltips: Convert module to TypeScript. 2024-04-10 11:17:20 -07:00
compose_ui.ts compose: Allow stream_id of ComposeTriggeredOptions to be undefined. 2024-04-04 16:34:42 -07:00
compose_validate.ts compose_validate: Simplify away extra stream_data lookups. 2024-03-28 09:06:48 -07:00
composebox_typeahead.js mentions: Add "channel" as a wildcard mention. 2024-04-04 11:16:07 -07:00
condense.ts condense: Fix accidentally deleted function call. 2024-03-14 17:12:14 -07:00
confirm_dialog.ts confirm dialog: Allow conf to override defaults. 2024-02-15 11:58:23 -08:00
copied_tooltip.ts
copy_and_paste.js eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
csrf.ts
css_variables.d.ts ts: Migrate `popover_menus` to typescript. 2023-12-17 14:00:44 -08:00
css_variables.js compose: Update icons for formatting buttons. 2023-12-01 13:51:39 -08:00
custom_profile_fields_ui.js eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
dark_theme.ts
debug.ts
demo_organizations_ui.js eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
deprecated_feature_notice.ts
desktop_integration.js bundles: Remove unnecessary imports of effect-free modules. 2024-02-19 17:55:40 -08:00
desktop_notifications.ts desktop_notifications: Convert module to typescript. 2024-03-29 16:16:47 -07:00
dialog_widget.ts
drafts.ts compose: Show counter inside Drafts button for the current recipient. 2024-03-13 16:53:45 -07:00
drafts_overlay_ui.js compose_actions: Include message type in opts for `start`. 2024-04-04 16:34:42 -07:00
dropdown_widget.ts dropdown_widget: Pass current value to get_options to avoid hacky this. 2024-04-10 12:19:52 -07:00
echo.js send_message: Fix 'sent_by_this_client' incorrectly set. 2024-03-26 10:58:02 -07:00
electron_bridge.d.ts eslint: Enable @typescript-eslint/method-signature-style. 2023-12-26 17:30:33 -08:00
email_pill.ts invite_user_modal: Replaced email text_area with input_pill. 2024-03-29 11:13:03 -07:00
emoji.ts emoji: Remove number as possible type for emoji_code. 2024-01-28 14:17:15 -08:00
emoji_picker.js reactions: Send full message object to update_ui_and_send_reaction_ajax. 2024-03-05 14:54:45 -08:00
emojisets.ts emojisets: Retry fetch for emojiset in case of network failure. 2024-04-01 10:18:58 -07:00
favicon.ts dependencies: Upgrade JavaScript dependencies. 2023-12-07 14:29:32 -08:00
feedback_widget.ts eslint: Fix @typescript-eslint/no-confusing-void-expression. 2023-12-21 16:14:40 -08:00
fetch_status.ts message_util: Convert module to typescript. 2024-01-05 10:47:12 -08:00
filter.ts search_suggestion: Convert module to TypeScript. 2024-03-15 13:10:34 -07:00
flatpickr.ts
fold_dict.ts FoldDict: Always use IterableIterator. 2023-12-22 16:18:50 -08:00
gear_menu.js popover_menus: Fix event handler trying to hide a hidden popover. 2024-04-04 12:51:35 -07:00
gear_menu_util.ts page_params: Split out state data for realm. 2024-02-15 10:22:52 -08:00
giphy.js page_params: Split out state data for realm. 2024-02-15 10:22:52 -08:00
global.d.ts eslint: Enable @typescript-eslint/method-signature-style. 2023-12-26 17:30:33 -08:00
group_permission_settings.ts page_params: Parse page_params and state_data with Zod. 2024-02-17 00:02:38 -08:00
hash_parser.ts user_profile: Enable dynamic URL generation for "View profile" option. 2024-02-15 17:17:38 -08:00
hash_util.ts hash-util: Use NarrowTerm type from state_data. 2024-04-10 11:15:27 -07:00
hashchange.js stream_settings: Show relevant streams in left panel. 2024-03-04 16:52:57 -08:00
hbs.d.ts
hotkey.js compose_actions: Include message type in opts for `start`. 2024-04-04 16:34:42 -07:00
hotspots.ts eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
huddle_data.ts message_store: Migrate message_store to typescript. 2023-12-17 09:43:47 -08:00
i18n.ts page_params: Parse page_params and state_data with Zod. 2024-02-17 00:02:38 -08:00
inbox_ui.js click_handlers: Don't handle clicks with meta / ctrl keypress. 2024-04-05 09:12:03 -07:00
inbox_util.ts
info_overlay.ts info_overlay: Convert module to TypeScript. 2024-03-21 09:00:33 -07:00
input_pill.ts invite_user_modal: Replaced email text_area with input_pill. 2024-03-29 11:13:03 -07:00
integration_url_modal.ts eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
invite.ts right_sidebar: Update invite modal label. 2024-04-03 11:45:33 -07:00
keydown_util.ts
lazy_set.ts
left_sidebar_navigation_area.ts left_sidebar_navigation_area: Convert module to TypeScript. 2024-03-06 13:57:33 -08:00
left_sidebar_navigation_area_popovers.js popover_menus: Fix event handler trying to hide a hidden popover. 2024-04-04 12:51:35 -07:00
lightbox.ts eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
linkifiers.ts Revert "linkifiers: Match JS implementation to server implementation." 2023-11-16 14:59:48 -08:00
list_cursor.ts list_cursor: Update return type of find_li to allow undefined. 2024-02-23 16:18:48 -08:00
list_util.ts buddy list: Create section in buddy list for users from narrow. 2024-02-22 16:05:27 -08:00
list_widget.ts eslint: Fix no-jquery/no-append-html errors that need test changes. 2024-04-04 10:11:57 -07:00
loading.ts
local_message.ts page_params: Move max_message_id to local_message. 2024-02-15 10:22:52 -08:00
localstorage.ts eslint: Enable @typescript-eslint/method-signature-style. 2023-12-26 17:30:33 -08:00
markdown.ts mentions: Add "channel" as a wildcard mention. 2024-04-04 11:16:07 -07:00
markdown_config.ts marked: Stub marked and convert markdown module to typescript. 2024-02-01 12:12:06 -08:00
message_actions_popover.js popover_menus: Fix event handler trying to hide a hidden popover. 2024-04-04 12:51:35 -07:00
message_edit.js compose: Fix unresolve button for empty topics. 2024-03-15 18:00:10 -07:00
message_edit_history.ts message_edit_history: Add loading spinner. 2024-04-10 13:10:12 -07:00
message_events.js message_lists: Set `current` to be `undefined` for non message view. 2024-02-24 08:31:18 -08:00
message_feed_loading.ts
message_feed_top_notices.ts message_feed_top_notices: Simplify check for all message view. 2024-03-11 14:14:36 -07:00
message_fetch.js message_fetch: Check filter instead of message list. 2024-03-12 11:31:23 -07:00
message_flags.ts message flags: Convert module to typescript. 2024-01-02 16:48:45 -08:00
message_helper.js
message_list.js message_view: Fix error thrown on deleting stream and searching for it. 2024-03-20 09:59:10 -07:00
message_list_data.ts page_params: Split out state data for current user. 2024-02-15 10:22:52 -08:00
message_list_hover.js message_lists: Set `current` to be `undefined` for non message view. 2024-02-24 08:31:18 -08:00
message_list_tooltips.ts popover_menus: Fix event handler trying to hide a hidden popover. 2024-04-04 12:51:35 -07:00
message_list_view.js eslint: Fix no-jquery/no-append-html errors that need test changes. 2024-04-04 10:11:57 -07:00
message_lists.ts eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
message_live_update.ts message_live_update: Convert module to TypeScript. 2024-02-20 08:30:04 -08:00
message_notifications.js message_notifications: Shorten other users string. 2024-02-09 18:03:29 -08:00
message_parser.ts eslint: Fix @typescript-eslint/no-useless-template-literals. 2024-01-29 16:14:26 -08:00
message_scroll.js tooltips: Hide scroll button tooltip under transition. 2024-03-26 12:53:33 -07:00
message_scroll_state.ts narrow: Simplify actively_scrolling data flow. 2023-11-15 17:33:21 -08:00
message_store.ts condense: Convert module to Typescript. 2024-03-07 16:15:30 -08:00
message_user_ids.ts
message_util.ts message_util: Convert module to typescript. 2024-01-05 10:47:12 -08:00
message_view_header.ts eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
message_viewport.ts message_viewport: Consistently use 'row_to_output' for callback. 2024-03-06 14:47:47 -08:00
messages_overlay_ui.ts message_edit: Reimplement message history modal as an overlay. 2024-03-18 17:26:28 -07:00
modals.ts eslint: Fix @typescript-eslint/no-useless-template-literals. 2024-01-29 16:14:26 -08:00
muted_users.ts
muted_users_ui.js message_lists: Set `current` to be `undefined` for non message view. 2024-02-24 08:31:18 -08:00
narrow.js narrow: Remove stale comment about deactivate(). 2024-03-20 19:11:25 -07:00
narrow_banner.ts onboarding: Improve placeholder message for dm with yourself. 2024-03-01 16:09:54 -08:00
narrow_error.ts narrow_banner: Convert module to typescript. 2024-01-03 10:28:10 -08:00
narrow_history.ts narrow_state: Use `message_lists.current` to return current filter. 2024-02-24 08:31:18 -08:00
narrow_state.ts narrow_state: Remove unused narrowed_to_search, narrowed_to_starred. 2024-03-29 09:37:38 -07:00
narrow_title.ts narrow_title: Fix filter type. 2024-04-10 12:19:52 -07:00
navbar_alerts.js navbar_alert: Fix wierd closing of profile-missing-required alert. 2024-03-26 09:03:16 -07:00
navbar_help_menu.ts navbar_help_menu: Migrate module to typescript. 2023-12-29 12:15:08 -08:00
navbar_menus.js
navigate.js message_lists: Set `current` to be `undefined` for non message view. 2024-02-24 08:31:18 -08:00
onboarding_steps.ts hotspots: Convert module to TypeScript. 2024-03-04 18:17:34 -08:00
overlay_util.ts
overlays.ts message_edit: Reimplement message history modal as an overlay. 2024-03-18 17:26:28 -07:00
padded_widget.ts padded widget: Unabbreviate content_sel to content_selector. 2023-12-03 08:39:07 -08:00
page_params.ts page_params: Parse page_params and state_data with Zod. 2024-02-17 00:02:38 -08:00
password_quality.ts
peer_data.ts peer_data: Extend get_subscriber_count to allow excluding bots. 2024-02-06 14:44:09 -08:00
people.ts settings_users: Add role filter to user list. 2024-04-10 13:45:06 -07:00
personal_menu_popover.js popover_menus: Fix event handler trying to hide a hidden popover. 2024-04-04 12:51:35 -07:00
pill_typeahead.js pill_typeahead: Use query passed to source instead hacky this. 2024-03-30 10:41:38 -07:00
playground_links_popover.ts playground_links_popover: Return if 'playground_info' is undefined. 2024-02-13 11:44:01 -08:00
plotly.js.d.ts
pm_conversations.ts message_store: Migrate message_store to typescript. 2023-12-17 09:43:47 -08:00
pm_list.ts left_sidebar: Fix DM row highlight linger on narrowing away. 2024-03-28 14:09:04 -07:00
pm_list_data.ts topic_list_data: Convert module to typescript. 2024-01-14 14:50:49 -08:00
pm_list_dom.ts pm_list: Convert module to typescript. 2024-02-21 10:49:24 -08:00
poll_modal.ts eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
poll_widget.ts widgetize: Convert module to typescript. 2024-03-19 12:12:23 -07:00
popover_menus.ts popover_menus: Fix event handler trying to hide a hidden popover. 2024-04-04 12:51:35 -07:00
popover_menus_data.js personal_menu: Add theme switcher to personal menu popover. 2024-03-25 16:31:55 -07:00
popovers.ts
presence.ts activity_ui: Convert module to typescript. 2024-03-07 12:46:37 -08:00
pygments_data.ts pygments_data: Move data to typescript. 2024-01-24 17:06:03 -08:00
reactions.ts eslint: Fix @typescript-eslint/prefer-optional-chain. 2024-03-29 09:37:38 -07:00
read_receipts.ts read_receipts: Fix duplication bug when opening menu repeatedly. 2024-02-22 10:49:29 -08:00
realm_icon.ts page_params: Split out state data for realm. 2024-02-15 10:22:52 -08:00
realm_logo.ts web: Fix selectors to correspond with annotated types. 2024-03-19 13:14:27 -07:00
realm_playground.ts playground_links_popover: Convert module to TypeScript. 2024-02-13 11:44:01 -08:00
realm_user_settings_defaults.ts settings: Sort various enumerations of settings fields. 2024-03-27 12:58:32 -07:00
recent_senders.ts recent senders: Convert module to typescript. 2023-12-27 14:05:35 -08:00
recent_view_data.ts message_store: Migrate message_store to typescript. 2023-12-17 09:43:47 -08:00
recent_view_ui.js click_handlers: Don't handle clicks with meta / ctrl keypress. 2024-04-05 09:12:03 -07:00
recent_view_util.ts message_store: Migrate message_store to typescript. 2023-12-17 09:43:47 -08:00
reload.js reload: Remove redundant parameter. 2024-03-11 14:13:26 -07:00
reload_setup.js compose_actions: Include message type in opts for `start`. 2024-04-04 16:34:42 -07:00
reload_state.ts
rendered_markdown.ts eslint: Fix no-jquery/no-append-html errors that need test changes. 2024-04-04 10:11:57 -07:00
resize.ts resize: Let bottom_whitespace_height be optional. 2024-04-04 16:34:41 -07:00
resize_handler.ts resize_handler: Convert module to Typescript. 2024-03-08 10:49:52 -08:00
rows.ts rows: Fix type of 'message_group'. 2024-03-06 14:47:47 -08:00
rtl.ts
scheduled_messages.ts scheduled_messages_feed_ui: Convert module to TypeScript. 2024-02-06 22:25:55 -08:00
scheduled_messages_feed_ui.ts scheduled_messages_feed_ui: Convert module to TypeScript. 2024-02-06 22:25:55 -08:00
scheduled_messages_overlay_ui.js eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
scheduled_messages_popover.js popover_menus: Fix event handler trying to hide a hidden popover. 2024-04-04 12:51:35 -07:00
scheduled_messages_ui.js compose_actions: Include message type in opts for `start`. 2024-04-04 16:34:42 -07:00
scroll_bar.ts
scroll_util.ts
search.ts search: Convert module to typescript. 2024-03-30 15:27:02 -07:00
search_suggestion.ts search_suggestion: Convert module to TypeScript. 2024-03-15 13:10:34 -07:00
search_util.ts
sent_messages.ts
sentry.ts sentry: Delay reading current_user and realm until they’re available. 2024-03-19 11:57:05 -07:00
server_events.js send_message: Fix 'sent_by_this_client' incorrectly set. 2024-03-26 10:58:02 -07:00
server_events_dispatch.js timestamps: Calculate the maximum timestamp width in use. 2024-04-03 17:38:43 -07:00
settings.js eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
settings_account.js eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
settings_bots.js eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
settings_components.ts settings: Do not scroll to save button when typing in textarea / input. 2024-04-10 11:18:17 -07:00
settings_config.ts settings: Sort various enumerations of settings fields. 2024-03-27 12:58:32 -07:00
settings_data.ts page_params: Split out state data for realm. 2024-02-15 10:22:52 -08:00
settings_emoji.ts web: Fix selectors to correspond with annotated types. 2024-03-19 13:14:27 -07:00
settings_exports.ts refactor: Remove current_date arg from relative_time_string_from_date. 2024-01-18 08:32:30 -08:00
settings_invites.ts setting_ui: Fix sorting by "Expires at" column. 2024-02-23 09:04:18 -08:00
settings_linkifiers.js page_params: Split out state data for realm. 2024-02-15 10:22:52 -08:00
settings_muted_users.ts settings: Handle inaccessible users in muted users list. 2023-12-07 19:34:07 -08:00
settings_notifications.js eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
settings_org.js settings: Refactor code to handle authentication methods. 2024-03-28 12:12:52 -07:00
settings_panel_menu.js
settings_playgrounds.ts settings_playgrounds: Convert module to TypeScript. 2024-04-04 10:45:53 -07:00
settings_preferences.js settings: Add new web information density settings. 2024-03-27 12:58:32 -07:00
settings_profile_fields.js web: Fix usage of .replace with variable replacement. 2024-04-05 09:11:23 -07:00
settings_realm_domains.ts eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
settings_realm_user_settings_defaults.js page_params: Split out state data for current user. 2024-02-15 10:22:52 -08:00
settings_sections.js settings: Rename settings_display to settings_preferences. 2024-01-12 15:33:16 -08:00
settings_streams.js eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
settings_toggle.js eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
settings_ui.ts eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
settings_user_topics.ts settings_user_topics: Convert module to typescript. 2024-03-30 16:25:34 -07:00
settings_users.js settings_users: Add role filter to user list. 2024-04-10 13:45:06 -07:00
setup.ts page_params: Move page_load_time to zulip_test. 2023-12-29 11:58:58 -08:00
sidebar_ui.ts right_sidebar: Hide underline from user-list toggle button in navbar. 2024-03-27 13:29:16 -07:00
spectators.ts eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
spoilers.ts
starred_messages.ts starred_messages: Migrate module to typescript. 2023-12-28 18:24:40 -08:00
starred_messages_ui.js
state_data.ts state_data: Update realm properties. 2024-04-04 10:45:53 -07:00
stream_color.ts
stream_color_events.ts stream_color_events: Convert module to TypeScript. 2024-04-02 14:55:30 -07:00
stream_create.js stream/group settings: Improve error strings. 2024-02-24 09:16:07 -08:00
stream_create_subscribers.js stream_settings: Convert name to pills. 2024-03-08 17:33:14 -08:00
stream_create_subscribers_data.ts page_params: Split out state data for current user. 2024-02-15 10:22:52 -08:00
stream_data.ts stream_data: Remove unused code branch. 2024-04-04 16:34:41 -07:00
stream_edit.js eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
stream_edit_subscribers.js stream_settings: Convert name to pills. 2024-03-08 17:33:14 -08:00
stream_edit_toggler.ts stream_edit_toggler: Remove setup_stream_subscriptions_hash. 2024-01-14 15:30:46 -08:00
stream_events.js message_lists: Set `current` to be `undefined` for non message view. 2024-02-24 08:31:18 -08:00
stream_list.ts eslint: Enable no-jquery/no-append-html. 2024-04-04 10:11:57 -07:00
stream_list_sort.ts topic_generator: Convert module to typescript. 2024-01-28 14:20:45 -08:00
stream_muting.js stream_muting: Refactor to not use message_lists.home. 2024-03-11 14:14:34 -07:00
stream_pill.ts
stream_popover.js compose_actions: Include message type in opts for `start`. 2024-04-04 16:34:42 -07:00
stream_settings_api.ts
stream_settings_components.js dropdown_widget: Migrate to typescript. 2024-02-22 16:38:25 -08:00
stream_settings_containers.ts
stream_settings_data.ts page_params: Split out state data for current user. 2024-02-15 10:22:52 -08:00
stream_settings_ui.js eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
stream_topic_history.ts stream_topic_history: Convert module to typescript. 2024-01-10 09:02:17 -08:00
stream_topic_history_util.ts stream_topic_history_util: Convert module to typescript. 2024-01-11 12:45:39 -08:00
stream_ui_updates.js eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
sub_store.ts
submessage.ts submessage: Convert module to TypeScript. 2024-03-28 12:59:12 -07:00
subscriber_api.ts subscriber_api: Convert module to TypeScript. 2023-12-28 15:05:16 -08:00
templates.js
time_zone_util.ts time_zone_util: Avoid relying on timeZoneName: "longOffset". 2023-11-29 09:57:10 -08:00
timerender.ts eslint: Fix no-jquery/no-append-html errors that need test changes. 2024-04-04 10:11:57 -07:00
tippyjs.ts tooltips: Fix incorrect "required" tooltip on custom profile fields. 2024-03-29 12:35:01 -07:00
todo_widget.js
topic_generator.ts topic_generator: Rearrange checks inside if statement. 2024-02-03 17:19:30 -08:00
topic_list.ts eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
topic_list_data.ts topic list: Convert module to typescript. 2024-01-29 10:22:35 -08:00
topic_popover.js popover_menus: Fix event handler trying to hide a hidden popover. 2024-04-04 12:51:35 -07:00
transmit.js reload: Remove redundant parameter. 2024-03-11 14:13:26 -07:00
tutorial.js
typeahead_helper.ts typeahead: Redesign the function `compare_people_for_relevance`. 2024-04-04 13:13:11 -07:00
types.ts page_params: Parse page_params and state_data with Zod. 2024-02-17 00:02:38 -08:00
typing.ts typing: Fix "Missing stream_id" server error. 2024-02-22 16:12:42 -08:00
typing_data.ts
typing_events.ts typing: Fix assertion error when narrowed to a non existing stream. 2024-02-22 16:12:42 -08:00
ui_init.js eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
ui_report.ts
ui_util.ts ui_util: Fix HTML injection bug in replace_emoji_with_text. 2024-04-03 13:11:47 -07:00
unread.ts stream_list: Convert module to typescript. 2024-02-23 16:18:48 -08:00
unread_ops.js unread_ops: Minor refactor. 2024-03-11 14:13:26 -07:00
unread_ui.ts message_lists: Set `current` to be `undefined` for non message view. 2024-02-24 08:31:18 -08:00
upload.js compose_actions: Include message type in opts for `start`. 2024-04-04 16:34:42 -07:00
upload_widget.ts eslint: Enable @typescript-eslint/method-signature-style. 2023-12-26 17:30:33 -08:00
url-template.d.ts eslint: Enable @typescript-eslint/method-signature-style. 2023-12-26 17:30:33 -08:00
user_card_popover.js compose_actions: Include message type in opts for `start`. 2024-04-04 16:34:42 -07:00
user_deactivation_ui.ts page_params: Split out state data for realm. 2024-02-15 10:22:52 -08:00
user_events.js css: Fix css styling in "profile-settings-form". 2024-03-25 13:23:19 -07:00
user_group_components.ts user_group_components: Convert module to TypeScript. 2024-04-01 17:32:48 -07:00
user_group_create.js stream/group settings: Improve error strings. 2024-02-24 09:16:07 -08:00
user_group_create_members.js stream_settings: Convert name to pills. 2024-03-08 17:33:14 -08:00
user_group_create_members_data.ts page_params: Split out state data for current user. 2024-02-15 10:22:52 -08:00
user_group_edit.js eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
user_group_edit_members.js stream_settings: Convert name to pills. 2024-03-08 17:33:14 -08:00
user_group_pill.ts
user_group_popover.ts rows: Make errors fatal in id, local_echo_id. 2024-03-02 07:30:44 -08:00
user_groups.ts group-settings: Handle invalid urls correctly. 2024-02-22 13:09:33 -08:00
user_pill.ts page_params: Split out state data for realm. 2024-02-15 10:22:52 -08:00
user_profile.js eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
user_search.ts web: Fix selectors to correspond with annotated types. 2024-03-19 13:14:27 -07:00
user_settings.ts settings: Sort various enumerations of settings fields. 2024-03-27 12:58:32 -07:00
user_sort.ts
user_status.ts user_status: Fix parsing of partial user_status events. 2024-01-11 14:06:11 -08:00
user_status_ui.ts user_status_ui: Fix input_field() type. 2024-03-02 03:48:26 -05:00
user_topic_popover.js popover_menus: Fix event handler trying to hide a hidden popover. 2024-04-04 12:51:35 -07:00
user_topics.ts user_topics: Always store stream name in UserTopic. 2024-03-30 16:25:34 -07:00
user_topics_ui.js message_lists: Set `current` to be `undefined` for non message view. 2024-02-24 08:31:18 -08:00
util.ts mentions: Replace "channel" wildcard when selected via typeahead. 2024-04-04 11:16:07 -07:00
vdom.ts eslint: Fix no-jquery/no-append-html errors that need test changes. 2024-04-04 10:11:57 -07:00
views_util.ts views_util: Convert module to typescript. 2024-04-10 12:19:52 -07:00
watchdog.ts watchdog: Handle exception in `callback`. 2023-11-19 15:04:58 -08:00
widgetize.ts widgetize: Refactor type for 'extra_data'. 2024-03-28 12:59:58 -07:00
widgets.js
zcommand.ts ts: Replace all occurance of widgetize.js with widgetize.ts. 2024-03-19 12:12:23 -07:00
zform.js zform: Move zod schema to avoid dependency cycle. 2024-03-28 12:59:12 -07:00
zulip_test.js page_params: Parse page_params and state_data with Zod. 2024-02-17 00:02:38 -08:00