mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
This commit standardizes the naming convention to be used for the UI components being used in the `/devtools/` storybook-like pages for testing the UI components.
20 lines
616 B
JSON
20 lines
616 B
JSON
{
|
|
"dev-login": ["./src/bundles/portico.ts", "./src/portico/dev-login.ts"],
|
|
"dev-integrations-panel": [
|
|
"./src/bundles/portico.ts",
|
|
"./src/portico/integrations_dev_panel.ts",
|
|
"./styles/portico/integrations_dev_panel.css",
|
|
"./src/reload_state.ts",
|
|
"./src/channel.ts"
|
|
],
|
|
"dev-email-log": [
|
|
"./src/bundles/common.ts",
|
|
"./src/portico/email_log.ts",
|
|
"./src/portico/portico_modals.ts",
|
|
"./styles/portico/email_log.css",
|
|
"./src/reload_state.ts",
|
|
"./src/channel.ts"
|
|
],
|
|
"showroom": ["./src/bundles/showroom.ts"]
|
|
}
|