mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
We want to use render_and_show_preview in message_edit, but that will cause a dependency cycle because of message_events. In order to avoid the dependency cycle, the function has been moved to compose_ui and relevant types have been added. This commit does not audit the existing function for improvements, just moves it around and adds types. The `msg` and `result` are same as the other files (e.g. activity.test.js) with success responses. |
||
|---|---|---|
| .. | ||
| e2e-tests | ||
| generated | ||
| html | ||
| images | ||
| server | ||
| shared | ||
| src | ||
| styles | ||
| templates | ||
| tests | ||
| third | ||
| .browserslistrc | ||
| .gitignore | ||
| babel.config.js | ||
| debug-require-webpack-plugin.ts | ||
| debug-require.js | ||
| postcss.config.js | ||
| webpack.assets.json | ||
| webpack.config.ts | ||
| webpack.dev-assets.json | ||