notifications: Split out compose_notifications module.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-10-06 13:36:26 -07:00
committed by Tim Abbott
parent db20fd12e0
commit 6ef08873d8
7 changed files with 284 additions and 277 deletions

View File

@@ -67,6 +67,7 @@ EXEMPT_FILES = make_set(
"web/src/compose_call_ui.js",
"web/src/compose_closed_ui.js",
"web/src/compose_fade.js",
"web/src/compose_notifications.js",
"web/src/compose_popovers.js",
"web/src/compose_recipient.js",
"web/src/compose_reply.js",