zulip/web/src
Maneesh Shukla 6a76fcfd0e settings: Disable the move-handle for new-choice-row.
This commit hides the move-handle for the new-choice-row in the
profile field choice editor, since the empty row can't be moved.

Fixes: #32612.
2024-12-09 17:00:14 -08:00
..
billing web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
bundles templates: Convert module to TypeScript. 2024-11-27 13:52:21 -08:00
portico buttons: Add redesigned button styles. 2024-12-04 11:08:33 -08:00
stats web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
support eslint: Avoid @typescript-eslint/no-deprecated for jQuery ‘on’. 2024-09-26 13:27:26 -07:00
types dependencies: Upgrade JavaScript dependencies. 2024-11-27 09:54:56 -08:00
about_zulip.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
activity_ui.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
activity.ts presence_data: Create new function to fetch data. 2024-12-02 16:32:08 -08:00
add_group_members_pill.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
add_stream_options_popover.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
add_subscribers_pill.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
admin.ts admin: Convert module to TypeScript. 2024-11-27 16:46:35 -08:00
alert_popup.ts
alert_words_ui.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
alert_words.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
all_messages_data.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
assets.d.ts emoji: Convert spritesheets to webp. 2024-09-11 09:03:47 -07:00
attachments_ui.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
attachments.ts message_edit: Ask users to delete attachments after editing. 2024-09-06 11:40:51 -07:00
audible_notifications.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
avatar.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
base_page_params.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
blueslip_stacktrace.ts blueslip: Include message for abnormal traces. 2024-11-15 17:06:17 -08:00
blueslip.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
bootstrap_typeahead.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
bot_data.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
bot_types.ts bot_data: Avoid deprecated ZodObject.deepPartial(). 2024-09-26 13:16:12 -07:00
browser_history.ts stream_muting: Fix stream msgs not displayed when stream in unmuted. 2024-12-08 18:34:28 -08:00
buddy_data.ts buddy_list: Fix bug where participants weren't filtered on search. 2024-11-27 16:27:40 -08:00
buddy_list.ts buddy_list: Show unsubscribed participants in participants list. 2024-12-02 13:19:19 -08:00
bulleted_numbered_list_util.ts
channel.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
click_handlers.js stream_popover: Convert module to TypeScript. 2024-11-27 16:55:00 -08:00
color_data.ts eslint: Fix unicorn/consistent-existence-index-check. 2024-10-04 08:47:07 -07:00
common.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
components.ts components: Let toggle label be optional. 2024-11-19 14:01:10 -08:00
compose_actions.ts compose_recipient: Rename funciton open_compose_recipient_dropdown. 2024-12-07 22:00:08 -08:00
compose_banner.ts compose: Rename disable-btn class. 2024-11-14 12:03:36 -08:00
compose_call_ui.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
compose_call.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
compose_closed_ui.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
compose_fade_helper.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
compose_fade.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
compose_notifications.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
compose_pm_pill.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
compose_popovers.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
compose_recipient.ts compose_recipient: Rename funciton open_compose_recipient_dropdown. 2024-12-07 22:00:08 -08:00
compose_reply.ts compose_recipient: Rename funciton open_compose_recipient_dropdown. 2024-12-07 22:00:08 -08:00
compose_send_menu_popover.js web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
compose_setup.js compose: Refactor functions for handling max length limits. 2024-12-04 11:44:51 -08:00
compose_state.ts message_quoting: Add a "Forward message" option below "Quote message". 2024-12-04 22:25:14 -08:00
compose_textarea.ts
compose_tooltips.ts compose: Delegate max-length tooltip to body. 2024-11-18 12:44:24 -08:00
compose_ui.ts message_quoting: Add a "Forward message" option below "Quote message". 2024-12-04 22:25:14 -08:00
compose_validate.ts message_edit: Add message length limit indicator in edit message UI. 2024-12-04 11:44:51 -08:00
compose.js compose: Refactor functions for handling max length limits. 2024-12-04 11:44:51 -08:00
composebox_typeahead.ts compose: Refactor functions for handling max length limits. 2024-12-04 11:44:51 -08:00
condense.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
confirm_dialog.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
copied_tooltip.ts user_card_popover: Convert module to TypeScript. 2024-11-27 22:05:38 -08:00
copy_and_paste.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
csrf.ts
css_variables.ts css_variables: Convert module to TypeScript. 2024-11-27 12:24:58 -08:00
custom_profile_fields_ui.ts settings: Focus on the input when its label has been clicked. 2024-11-19 18:37:02 -08:00
debug.ts
demo_organizations_ui.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
deprecated_feature_notice.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
desktop_integration.ts desktop_integration: Convert module to TypeScript. 2024-11-26 09:17:03 -08:00
desktop_notifications.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
dialog_widget.ts settings: Convert module to typescript. 2024-11-24 21:45:41 -08:00
direct_message_group_data.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
drafts_overlay_ui.ts drafts_overlay_ui: Convert module to TypeScript. 2024-11-30 18:41:42 -08:00
drafts.ts drafts_overlay_ui: Convert module to TypeScript. 2024-11-30 18:41:42 -08:00
dropdown_widget.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
echo_state.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
echo.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
electron_bridge.ts desktop_integration: Convert module to TypeScript. 2024-11-26 09:17:03 -08:00
email_pill.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
emoji_picker.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
emoji.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
emojisets.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
favicon.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
feedback_widget.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
fetch_status.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
filter.ts user_topics: Extract method to check if topic is visible in-home. 2024-12-08 18:34:28 -08:00
flatpickr.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
fold_dict.ts
gear_menu_util.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
gear_menu.ts gear_menu: Convert module to TypeScript. 2024-11-27 09:34:49 -08:00
giphy_state.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
giphy.ts giphy: Convert module to TypeScript. 2024-11-13 11:56:57 -08:00
global.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
group_permission_settings.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
group_setting_pill.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
hash_parser.ts urls: Generate narrow links in frontend with "channel" operator. 2024-10-11 17:00:23 -07:00
hash_util.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
hashchange.js drafts_overlay_ui: Convert module to TypeScript. 2024-11-30 18:41:42 -08:00
hbs.d.ts
hotkey.js compose_recipient: Rename funciton open_compose_recipient_dropdown. 2024-12-07 22:00:08 -08:00
i18n.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
inbox_ui.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
inbox_util.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
info_overlay.ts components: Let toggle label be optional. 2024-11-19 14:01:10 -08:00
information_density.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
input_pill.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
integration_url_modal.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
invite_stream_picker_pill.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
invite_user_group_picker_pill.ts invites: Enable adding users to user groups during invitations. 2024-11-26 11:26:34 -08:00
invite.ts invites: Enable adding users to user groups during invitations. 2024-11-26 11:26:34 -08:00
keydown_util.ts
lazy_set.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
left_sidebar_navigation_area_popovers.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
left_sidebar_navigation_area.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
lightbox.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
linkifiers.ts dependencies: Upgrade JavaScript dependencies. 2024-11-27 09:54:56 -08:00
list_cursor.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
list_util.ts buddy_list: Show conversation participants in the right sidebar. 2024-09-30 16:35:13 -07:00
list_widget.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
loading.ts settings: Extract common logic for hide_spinners. 2024-11-01 12:10:28 -07:00
local_message.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
localstorage.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
markdown_config.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
markdown.ts markdown: Support message link syntax in local echo. 2024-12-03 10:41:37 -08:00
message_actions_popover.ts message_quoting: Add a "Forward message" option below "Quote message". 2024-12-04 22:25:14 -08:00
message_edit_history.ts messages_overlay_ui: Use strings as ids. 2024-11-30 18:41:42 -08:00
message_edit.ts message_edit: Add message length limit indicator in edit message UI. 2024-12-04 11:44:51 -08:00
message_events_util.ts message_events: Remove non matching edited msgs from search result. 2024-12-02 16:41:36 -08:00
message_events.js message_events: Avoid populating from outdated cached msg data. 2024-12-02 16:41:36 -08:00
message_feed_loading.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
message_feed_top_notices.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
message_fetch.ts message_fetch: Check for empty narrow to show empty narrow banner. 2024-12-04 16:16:25 -08:00
message_flags.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
message_helper.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
message_list_data_cache.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
message_list_data.ts message_list_data: Use common logic for filtering msgs in-home. 2024-12-08 18:34:28 -08:00
message_list_hover.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
message_list_tooltips.ts message_edit: Add message length limit indicator in edit message UI. 2024-12-04 11:44:51 -08:00
message_list_view.ts message_list_view: Move "is_search_view" to narrow_state. 2024-11-25 09:47:10 -08:00
message_list.ts message_list: Avoid unnecessary rerenders on adding messages. 2024-12-04 16:16:25 -08:00
message_lists.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
message_live_update.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
message_notifications.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
message_parser.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
message_scroll_state.ts
message_scroll.ts message_scroll: Convert module to TypeScript. 2024-11-27 17:12:22 -08:00
message_store.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
message_user_ids.ts
message_util.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
message_view_header.ts stream_settings_ui: Convert module to typescript. 2024-11-19 14:01:10 -08:00
message_view.ts stream_muting: Fix stream msgs not displayed when stream in unmuted. 2024-12-08 18:34:28 -08:00
message_viewport.ts message_fetch: Fetch again if the view is not scrollable. 2024-12-04 16:16:25 -08:00
messages_overlay_ui.ts messages_overlay_ui: Accept undefined for set_initial_element. 2024-11-30 18:41:42 -08:00
modals.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
muted_users_ui.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
muted_users.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
narrow_banner.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
narrow_error.ts
narrow_history.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
narrow_state.ts message_list_view: Move "is_search_view" to narrow_state. 2024-11-25 09:47:10 -08:00
narrow_title.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
navbar_alerts.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
navbar_help_menu.ts support: Add form for sales support queries. 2024-11-25 16:53:33 -08:00
navbar_menus.ts navbar_menus: Convert module to TypeScript. 2024-11-27 13:59:19 -08:00
navigate.ts navigate: Convert module to TypeScript. 2024-11-27 15:55:50 -08:00
onboarding_steps.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
overlay_util.ts
overlays.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
padded_widget.ts
page_params.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
password_quality.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
peer_data.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
people.ts admin: Convert module to TypeScript. 2024-11-27 16:46:35 -08:00
personal_menu_popover.ts navbar_menu: Refactor change_active_navbar_menu to use target menu. 2024-11-22 10:55:11 -08:00
pill_typeahead.ts invites: Enable adding users to user groups during invitations. 2024-11-26 11:26:34 -08:00
playground_links_popover.ts dependencies: Upgrade JavaScript dependencies. 2024-11-27 09:54:56 -08:00
pm_conversations.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
pm_list_data.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
pm_list_dom.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
pm_list.ts pm_list: Persist DM section collapsed status across reloads. 2024-11-26 11:39:29 -08:00
poll_modal.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
poll_widget.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
popover_menus_data.ts popover_menus_data: Fix definitely typo. 2024-12-06 13:11:08 -08:00
popover_menus.ts user_card_popover: Convert module to TypeScript. 2024-11-27 22:05:38 -08:00
popovers.ts
postprocess_content.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
presence.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
pygments_data.ts web: Add setters for rewired variables. 2024-11-08 12:38:14 -08:00
reactions.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
read_receipts.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
realm_icon.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
realm_logo.ts admin: Convert module to TypeScript. 2024-11-27 16:46:35 -08:00
realm_playground.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
realm_user_settings_defaults.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
recent_senders.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
recent_view_data.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
recent_view_ui.ts recent: Fix showing No matches message while loading. 2024-12-01 20:56:05 -08:00
recent_view_util.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
reload_setup.js web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
reload_state.ts reload: Convert module to TypeScript. 2024-09-18 15:31:41 -07:00
reload.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
rendered_markdown.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
resize_handler.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
resize.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
rows.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
rtl.ts
saved_snippets_ui.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
saved_snippets.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
scheduled_messages_feed_ui.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
scheduled_messages_overlay_ui.ts messages_overlay_ui: Accept undefined for set_initial_element. 2024-11-30 18:41:42 -08:00
scheduled_messages_ui.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
scheduled_messages.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
scroll_bar.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
scroll_util.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
search_pill.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
search_suggestion.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
search_util.ts
search.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
sent_messages.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
sentry.ts dependencies: Upgrade JavaScript dependencies. 2024-10-04 08:47:07 -07:00
server_events_dispatch.js user_topics_ui: Rerender combined feed to make unmuted topics visible. 2024-12-08 18:34:28 -08:00
server_events.js web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
server_message.ts edit_history: Remove 'prev_rendered_content_version' field. 2024-08-29 15:37:12 -07:00
settings_account.ts settings: Convert module to typescript. 2024-11-24 21:45:41 -08:00
settings_bots.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
settings_components.ts settings_components: Loop over group permission settings. 2024-12-04 12:25:19 -08:00
settings_config.ts settings_config: Allow using new user list style in production. 2024-12-04 23:10:33 -08:00
settings_data.ts group-settings: Use new setting for controlling removing members. 2024-12-02 17:38:46 -08:00
settings_emoji.ts settings_emoji: Rename btn -> button in JS variables. 2024-11-14 12:03:36 -08:00
settings_exports.ts settings_exports: Rename btn -> button in JS variables. 2024-11-14 12:03:36 -08:00
settings_invites.ts settings: Convert module to typescript. 2024-11-24 21:45:41 -08:00
settings_linkifiers.ts settings_linkifiers: Rename btn -> button in JS variables. 2024-11-14 12:03:36 -08:00
settings_muted_users.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
settings_notifications.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
settings_org.ts stream: Loop over stream group settings for tracking changes. 2024-12-04 12:25:19 -08:00
settings_panel_menu.ts settings_panel_menu: Convert module to typescript. 2024-11-18 11:13:10 -08:00
settings_playgrounds.ts settings_playgrounds: Rename btn -> button in JS variables. 2024-11-14 12:03:36 -08:00
settings_preferences.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
settings_profile_fields.ts settings: Disable the move-handle for new-choice-row. 2024-12-09 17:00:14 -08:00
settings_realm_domains.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
settings_realm_user_settings_defaults.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
settings_sections.ts settings_sections: Convert module to typescript. 2024-11-18 10:35:21 -08:00
settings_streams.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
settings_toggle.ts settings_toggle: Convert module to typescript. 2024-11-24 18:45:25 -08:00
settings_ui.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
settings_user_topics.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
settings_users.ts presence_data: Add fallback logic for date_joined. 2024-12-06 11:50:31 -08:00
settings.ts settings: Convert module to typescript. 2024-11-24 21:45:41 -08:00
setup.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
sidebar_ui.ts buddy_list: Add style-change options to buddy list popover. 2024-11-27 14:08:46 -08:00
spectators.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
spoilers.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
starred_messages_ui.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
starred_messages.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
state_data.ts groups: Remove id_field_name field from GroupPermissionSetting. 2024-12-04 11:15:17 -08:00
stream_card_popover.ts streams: Use can_administer_channel_group to administer channel. 2024-12-03 18:38:25 -08:00
stream_color_events.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
stream_color.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
stream_create_subscribers_data.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
stream_create_subscribers.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
stream_create.ts stream_create: Loop over group setting when setting up widgets. 2024-12-01 19:32:22 -08:00
stream_data.ts streams: Use can_administer_channel_group to administer channel. 2024-12-03 18:38:25 -08:00
stream_edit_subscribers.ts stream_settings_ui: Convert module to typescript. 2024-11-19 14:01:10 -08:00
stream_edit_toggler.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
stream_edit.ts stream: Loop over group settings for setup_group_setting_widgets. 2024-12-01 19:32:22 -08:00
stream_events.ts stream_muting: Fix stream msgs not displayed when stream in unmuted. 2024-12-08 18:34:28 -08:00
stream_list_sort.ts stream: Use is_recently_active to check active status. 2024-11-27 17:31:06 -08:00
stream_list.ts stream: Use is_recently_active to check active status. 2024-11-27 17:31:06 -08:00
stream_muting.ts stream_muting: Fix stream msgs not displayed when stream in unmuted. 2024-12-08 18:34:28 -08:00
stream_pill.ts streams: Move subscriber count from channel pills to channel cards. 2024-11-16 10:49:29 -08:00
stream_popover.ts streams: Use can_administer_channel_group to administer channel. 2024-12-03 18:38:25 -08:00
stream_settings_api.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
stream_settings_components.ts stream_settings_ui: Convert module to typescript. 2024-11-19 14:01:10 -08:00
stream_settings_containers.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
stream_settings_data.ts streams: Use can_administer_channel_group to administer channel. 2024-12-03 18:38:25 -08:00
stream_settings_ui.ts stream: Use generic update_stream_permission_group_setting. 2024-12-01 19:32:22 -08:00
stream_topic_history_util.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
stream_topic_history.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
stream_types.ts streams: Use can_administer_channel_group to administer channel. 2024-12-03 18:38:25 -08:00
stream_ui_updates.ts stream-settings: Use new pills UI for can_remove_subscribers_group. 2024-11-16 17:11:08 -08:00
sub_store.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
submessage.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
subscriber_api.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
templates.ts templates: Convert module to TypeScript. 2024-11-27 13:52:21 -08:00
theme.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
thumbnail.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
time_zone_util.ts
timerender.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
tippyjs.ts tippyjs: Fix user typeahead hidden when hovering over emoji name. 2024-12-09 10:02:50 -08:00
todo_widget.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
topic_generator.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
topic_link_util.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
topic_list_data.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
topic_list.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
topic_popover.ts popovers: Hide left sidebar actions popover for empty topics. 2024-12-06 13:09:12 -08:00
transmit.js web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
typeahead_helper.ts stream: Use is_recently_active to check active status. 2024-11-27 17:31:06 -08:00
types.ts group-settings: Use new setting for controlling removing members. 2024-12-02 17:38:46 -08:00
typing_data.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
typing_events.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
typing.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
ui_init.js drafts_overlay_ui: Convert module to TypeScript. 2024-11-30 18:41:42 -08:00
ui_report.ts ui_report: Rename btn -> button in JS variables. 2024-11-14 12:03:36 -08:00
ui_util.ts topic_popover: Convert module to TypeScript. 2024-11-27 22:02:43 -08:00
unread_ops.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
unread_ui.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
unread.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
upload_widget.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
upload.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
user_card_popover.ts user_card_popover: Convert module to TypeScript. 2024-11-27 22:05:38 -08:00
user_deactivation_ui.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
user_events.js stream_events: Convert module to typescript. 2024-11-26 09:18:12 -08:00
user_group_components.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
user_group_create_members_data.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
user_group_create_members.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
user_group_create.ts group-settings: Use new setting for controlling removing members. 2024-12-02 17:38:46 -08:00
user_group_edit_members.ts group-settings: Use new setting for controlling removing members. 2024-12-02 17:38:46 -08:00
user_group_edit.js group-settings: Live update membership status text on subgroup update. 2024-12-05 10:35:41 -08:00
user_group_pill.ts invites: Enable adding users to user groups during invitations. 2024-11-26 11:26:34 -08:00
user_group_popover.ts invites: Enable adding users to user groups during invitations. 2024-11-26 11:26:34 -08:00
user_groups.ts group-settings: Live update membership status text on subgroup update. 2024-12-05 10:35:41 -08:00
user_pill.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
user_profile.ts user_profile: Add tooltip to user group remove button when disabled. 2024-12-03 17:18:27 -08:00
user_search.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
user_settings.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
user_sort.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
user_status_types.ts user_status: Validate parameters with Zod. 2024-06-21 15:53:44 -07:00
user_status_ui.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
user_status.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
user_topic_popover.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
user_topics_ui.ts user_topics_ui: Rerender combined feed to make unmuted topics visible. 2024-12-08 18:34:28 -08:00
user_topics.ts user_topics: Extract method to check if topic is visible in-home. 2024-12-08 18:34:28 -08:00
util.ts group-settings: Show membership details in right panel. 2024-12-05 10:35:41 -08:00
vdom.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
views_util.ts navbar_menu: Make userlist-toggle-button work with keyboard navigation. 2024-11-22 10:55:11 -08:00
watchdog.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
widgetize.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
widgets.js web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
zcommand.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
zform.js web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00
zulip_test.ts web: Add explicit extensions to imports. 2024-11-13 09:18:56 -08:00