dify/web/features/deployments/create-release
Stephen Zhou b9fde89781
refactor(web): migrate i18n to selector optimize mode (#38657)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-10 09:35:31 +00:00
..
state refactor(web): reduce query atom subscriptions (#38521) 2026-07-07 15:10:58 +00:00
ui refactor(web): migrate i18n to selector optimize mode (#38657) 2026-07-10 09:35:31 +00:00
index.tsx refactor(web): migrate i18n to selector optimize mode (#38657) 2026-07-10 09:35:31 +00:00
README.md refactor(web): organize deployment feature state (#38065) 2026-06-27 07:34:46 +00:00

Deployment Create Release

Release creation dialog for selecting a source app or DSL file and creating a new release for an existing deployment app instance.

Internal Modules

Module Why this module uses it
shared Reuses shared deployment domain rules, UI primitives, hooks, or local helpers.

External Modules

Module Why this module uses it
app/components/app/create-from-dsl-modal/uploader Reuses the existing DSL file uploader for the DSL release source.
app/components/base/app-icon Renders source app icons consistently in the source app picker.
app/components/base/skeleton Reuses skeleton primitives for source app picker loading rows.
types/app Uses app types and mode enums to narrow selectable source apps to workflow apps.