mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
We now use micromodal in the modal on dev server emails page to make it consistent with other modals in the app and this is preparatory work for moving away from bootstrap as well.
19 lines
536 B
JSON
19 lines
536 B
JSON
{
|
|
"dev-login": ["./src/bundles/portico", "./src/portico/dev-login"],
|
|
"dev-integrations-panel": [
|
|
"./src/bundles/portico",
|
|
"./src/portico/integrations_dev_panel",
|
|
"./styles/portico/integrations_dev_panel.css",
|
|
"./src/reload_state",
|
|
"./src/channel"
|
|
],
|
|
"dev-email-log": [
|
|
"./src/bundles/common",
|
|
"./src/portico/email_log",
|
|
"./src/portico/portico_modals",
|
|
"./styles/portico/email_log.css",
|
|
"./src/reload_state",
|
|
"./src/channel"
|
|
]
|
|
}
|