dify/web/app/components
lyzno1 2a1c5ff57b feat(workflow): Enable entry node deletion and fix draft sync
Complete workflow liberalization following PR #24627:

1. Remove Start node deletion restriction by removing isUndeletable property
2. Fix draft sync blocking when no Start node exists
3. Restore isWorkflowDataLoaded protection to prevent race conditions
4. Ensure all entry nodes (Start + 3 trigger types) have equal deletion rights

This allows workflows with only trigger nodes and fixes the issue where
added nodes would disappear after page refresh due to sync API blocking.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-26 13:54:52 +08:00
..
app Merge branch 'main' into feat/trigger 2025-09-25 17:43:39 +08:00
app-sidebar Merge remote-tracking branch 'origin/main' into feat/trigger 2025-09-25 17:14:24 +08:00
apps feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
base Merge remote-tracking branch 'origin/main' into feat/trigger 2025-09-26 13:17:14 +08:00
billing feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
custom fix: show 'reset brand' button after set branding image (#20420) 2025-05-29 15:13:00 +08:00
datasets feat(pipeline): add language support to built-in pipeline templates and update related components (#26124) 2025-09-23 18:18:22 +08:00
develop fix: remove workflow file preview docs (#25318) 2025-09-07 21:31:05 +08:00
explore fix: resolve merge conflict between Features removal and validation enhancement (#24150) 2025-08-19 13:47:38 +08:00
goto-anything feat(goto-anything): add RAG pipeline node search (#25948) 2025-09-19 18:28:13 +08:00
header fix: enhance model parameter handling with advanced mode support and localization updates (#25963) 2025-09-19 15:47:52 +08:00
plugins Merge branch 'main' into feat/trigger 2025-09-25 17:43:39 +08:00
rag-pipeline Chore/remove add node restrict of workflow (#26218) 2025-09-25 18:02:43 +08:00
share fix: resolve chat sidebar UI bugs for hover panel and dropdown menu (#25813) 2025-09-19 18:28:49 +08:00
signin Chore: frontend infrastructure upgrade (#16420) 2025-03-21 17:41:03 +08:00
tools Merge branch 'main' into feat/trigger 2025-09-25 17:43:39 +08:00
workflow feat(workflow): Enable entry node deletion and fix draft sync 2025-09-26 13:54:52 +08:00
workflow-app feat(workflow): Enable entry node deletion and fix draft sync 2025-09-26 13:54:52 +08:00
browser-initializer.tsx Perf: remove user profile loading (#22710) 2025-07-21 16:35:52 +08:00
i18n-server.tsx fix: Refactor i18n config and fix plugin search box styling issue (#22945) 2025-07-25 15:01:28 +08:00
i18n.tsx fix: Refactor i18n config and fix plugin search box styling issue (#22945) 2025-07-25 15:01:28 +08:00
sentry-initializer.tsx Perf: remove user profile loading (#22710) 2025-07-21 16:35:52 +08:00
swr-initializer.tsx feat: oauth provider (#24206) 2025-08-29 14:10:51 +08:00
with-i18n.tsx