Commit Graph

4 Commits

Author SHA1 Message Date
Sayam Samal
7c19727168 left_sidebar: Standardize channel list filter input.
This follow-up commit replaces the current left sidebar channel list
filter input implementation with the redesigned input component.

Note: This commit removes `clear_search` method from `stream_list.ts`,
since the `.input-button` onclick handler over at `inputs.ts` handles
the clearing of the filter input fields by sending an empty text input
event. This input event triggers the filter update handler of the
module, in this case the `update_streams_for_search` function and
resets the filter list, eliminating the need for a separate per-module
input clearing/resetting workflow.

Fixes part of #34476.
2025-07-03 11:45:35 -07:00
Pratik Chanda
c071d952e1 left_sidebar: Refactor display left sidebar for stream list filter.
This commit refactors show left sidebar display logic when initiating
stream search to sidebar_ui.
2025-02-05 13:23:15 -08:00
Steve Howell
d0a2320edd stream_search test: Avoid leaky mocking. 2025-01-07 09:43:33 -08:00
Anders Kaseorg
687f1b1651 tests: Rename the Node tests to *.cjs.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-11-13 09:18:56 -08:00