zulip/web/tests/lib
Shubham Padia 90a1f0f7aa buddy_list: Set html instead of append for view all users link.
Fixes https://chat.zulip.org/#narrow/channel/9-issues/topic/buddy.20list.20view.20all.20users.20appears.20twice
Earlier, we were appending view all users link using JQuery.append, so
when `render_view_user_list_links` is called twice, `view all users`
appears twice. It is better to have the link div in right_sidebar.hbs
and then insert the html when required.
2025-06-05 16:13:05 -07:00
..
buddy_list.cjs buddy_list: Set html instead of append for view all users link. 2025-06-05 16:13:05 -07:00
compose_banner.cjs tests: Rename the Node tests to *.cjs. 2024-11-13 09:18:56 -08:00
compose_helpers.cjs compose_tooltip: Remove delay for invalid messages. 2025-03-11 09:41:22 -07:00
events.cjs saved_snippets: Add support for editing saved snippets. 2025-03-13 10:58:36 -07:00
example_settings.cjs settings: Disable checkbox in permissions panel. 2025-04-04 11:06:05 -07:00
example_stream.cjs streams: Use can_administer_channel_group to administer channel. 2024-12-03 18:38:25 -08:00
example_user.cjs tests: Rename the Node tests to *.cjs. 2024-11-13 09:18:56 -08:00
handlebars.cjs webpack: Enable explicitPartialContext for handlebars-loader. 2024-11-15 20:41:59 -08:00
i18n.cjs tests: Rename the Node tests to *.cjs. 2024-11-13 09:18:56 -08:00
index.cjs support: Avoid $(callback) to reduce zjquery complexity. 2025-05-09 09:04:39 -07:00
markdown_assert.cjs tests: Rename the Node tests to *.cjs. 2024-11-13 09:18:56 -08:00
mdiff.cjs tests: Rename the Node tests to *.cjs. 2024-11-13 09:18:56 -08:00
namespace.cjs eslint: Unify JavaScript and TypeScript configs. 2025-02-27 13:29:41 -08:00
real_jquery.cjs eslint: Unify JavaScript and TypeScript configs. 2025-02-27 13:29:41 -08:00
stub.cjs tests: Rename the Node tests to *.cjs. 2024-11-13 09:18:56 -08:00
test.cjs tests: Rename the Node tests to *.cjs. 2024-11-13 09:18:56 -08:00
zblueslip.cjs tests: Rename the Node tests to *.cjs. 2024-11-13 09:18:56 -08:00
zjquery_element.cjs eslint: Unify JavaScript and TypeScript configs. 2025-02-27 13:29:41 -08:00
zjquery_event.cjs tests: Rename the Node tests to *.cjs. 2024-11-13 09:18:56 -08:00
zjquery.cjs support: Avoid $(callback) to reduce zjquery complexity. 2025-05-09 09:04:39 -07:00
zpage_billing_params.cjs eslint: Unify JavaScript and TypeScript configs. 2025-02-27 13:29:41 -08:00
zpage_params.cjs eslint: Unify JavaScript and TypeScript configs. 2025-02-27 13:29:41 -08:00