dify/web/features/deployments/detail/releases/release-actions
2026-07-20 06:06:17 +00:00
..
__tests__ test(web): align test state boundaries (#39239) 2026-07-20 06:06:17 +00:00
delete-release-dialog.tsx style: format with vp fmt (#38803) 2026-07-12 15:57:46 +00:00
deploy-release-menu-utils.ts style: format with vp fmt (#38803) 2026-07-12 15:57:46 +00:00
deploy-release-menu.tsx style: format with vp fmt (#38803) 2026-07-12 15:57:46 +00:00
edit-release-dialog.tsx style: format with vp fmt (#38803) 2026-07-12 15:57:46 +00:00
README.md refactor(web): organize deployment feature state (#38065) 2026-06-27 07:34:46 +00:00
release-dsl-export.ts style: format with vp fmt (#38803) 2026-07-12 15:57:46 +00:00
release-dsl.ts style: format with vp fmt (#38803) 2026-07-12 15:57:46 +00:00
state.ts style: format with vp fmt (#38803) 2026-07-12 15:57:46 +00:00

Deployment Releases Actions

Release action menu and dialogs for deploying, editing, deleting, and exporting releases.

Internal Modules

Module Why this module uses it
deploy-drawer Opens the deploy drawer from release actions.
shared Reuses shared deployment domain rules, UI primitives, hooks, or local helpers.
route-state Reads the route app instance identity for action queries and mutations.

External Modules

Module Why this module uses it
utils/download Downloads exported release DSL content.