stream_color: Extract update_stream_color to new module.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-10-03 01:38:49 -07:00
committed by Tim Abbott
parent 0efd9f7bdd
commit 5efbece30a
5 changed files with 86 additions and 81 deletions

View File

@@ -198,6 +198,7 @@ EXEMPT_FILES = make_set(
"web/src/starred_messages_ui.js",
"web/src/stream_bar.js",
"web/src/stream_color.js",
"web/src/stream_color_events.js",
"web/src/stream_create.js",
"web/src/stream_create_subscribers.js",
"web/src/stream_edit.js",