mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 01:16:19 +00:00
compose: Rename stream selection widget to "select_recipient".
Previously this dropdown was only for selecting streams, but soon it will also be for switching to a private message. This name helps it be clearer that the dropdown is more general purpose.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
const $ = require("./zjquery");
|
||||
|
||||
exports.mock_stream_header_colorblock = () => {
|
||||
const $stream_selection_dropdown = $("#compose_stream_selection_dropdown");
|
||||
const $stream_selection_dropdown = $("#compose_recipient_selection_dropdown");
|
||||
const $stream_header_colorblock = $(".stream_header_colorblock");
|
||||
$(".stream_header_colorblock").css = () => {};
|
||||
$stream_selection_dropdown.set_find_results(
|
||||
|
||||
Reference in New Issue
Block a user