dify/web/app/components/workflow/hooks
yyh ff478b6fef
perf(workflow): optimize plugin installation hooks to reduce unnecessary queries and memo invalidations
Only enable the tool query matching the node's provider_type instead of
all four, and use primitive useMemo dependencies instead of the whole
data object to avoid redundant recomputations on every render.
2026-01-30 01:56:07 +08:00
..
use-workflow-run-event fix: workflow result generation render 2026-01-28 21:01:47 +08:00
index.ts feat: Add subgraph output validation for single-run debugging 2026-01-28 18:24:04 +08:00
inspect-vars-agent-alias.ts feat: Add @agent icon and implement agent alias variables in workflow 2026-01-27 02:42:37 +08:00
use-auto-generate-webhook-url.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
use-available-blocks.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
use-checklist.ts fix(workflow): eliminate infinite loop in plugin install state management 2026-01-30 01:30:57 +08:00
use-collaborative-workflow.ts fix(workflow): memoize useCollaborativeWorkflow return value 2026-01-30 01:31:25 +08:00
use-config-vision.ts fix: fix when vision is disabled delete the configs (#30420) 2026-01-01 00:40:21 +08:00
use-DSL.ts feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
use-dynamic-test-run-options.tsx refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
use-edges-interactions-without-sync.ts fix(workflow): disable view switch during preview run instead of mounted guard 2026-01-27 01:31:22 +08:00
use-edges-interactions.ts Merge branch 'feat/collaboration2' into feat/support-agent-sandbox 2026-01-25 00:00:03 +08:00
use-fetch-workflow-inspect-vars.ts fix: Fix workflow inspect vars to include parent nodes in subgraph mode 2026-01-28 18:24:04 +08:00
use-helpline.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
use-inspect-vars-crud-common.ts feat: Add @agent icon and implement agent alias variables in workflow 2026-01-27 02:42:37 +08:00
use-inspect-vars-crud.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
use-leader-restore.ts new restore 2026-01-23 14:22:58 +08:00
use-make-group.ts feat(workflow): enhance group node availability checks 2026-01-06 02:07:13 +08:00
use-node-data-update.ts fix web style 2026-01-18 13:40:12 +08:00
use-node-plugin-installation.ts perf(workflow): optimize plugin installation hooks to reduce unnecessary queries and memo invalidations 2026-01-30 01:56:07 +08:00
use-nodes-available-var-list.ts feat: Merge parent workflow nodes into subgraph variable scope.And some 2026-01-23 06:56:59 +08:00
use-nodes-interactions-without-sync.ts fix(workflow): disable view switch during preview run instead of mounted guard 2026-01-27 01:31:22 +08:00
use-nodes-interactions.ts perf(workflow): optimize nested-node cascade deletion 2026-01-30 01:53:19 +08:00
use-nodes-layout.ts feat(web): migrate from es-toolkit/compat to native es-toolkit (#30244) (#30246) 2025-12-31 11:13:22 +08:00
use-nodes-meta-data.ts feat(workflow): add group node support and translations 2026-01-05 16:29:00 +08:00
use-nodes-sync-draft.ts remove forceUpload 2026-01-23 14:33:15 +08:00
use-panel-interactions.ts feat: workflow interaction (#4214) 2024-05-09 17:18:51 +08:00
use-selection-interactions.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
use-serial-async-callback.ts fix: can not save when switch to skill 2026-01-21 13:56:18 +08:00
use-set-workflow-vars-with-value.ts Chore/workflow last run (#21823) 2025-07-02 17:48:07 +08:00
use-shortcuts.ts Merge branch 'feat/collaboration2' into feat/support-agent-sandbox 2026-01-25 00:00:03 +08:00
use-sub-graph-by-parent.ts feat: Add subgraph output validation for single-run debugging 2026-01-28 18:24:04 +08:00
use-tool-icon.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
use-workflow-comment.ts feat: mouse right click can add new comment 2026-01-29 09:13:12 +08:00
use-workflow-history.ts refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
use-workflow-interactions.ts feat(workflow): add clear button to workflow test run panel 2026-01-28 22:48:27 +08:00
use-workflow-mode.ts feat: workflow remove preview mode (#3941) 2024-04-28 17:09:56 +08:00
use-workflow-refresh-draft.ts chore: slice workflow refresh draft hook (#19292) 2025-05-06 18:24:10 +08:00
use-workflow-run.ts Chore/slice workflow (#18351) 2025-04-18 13:59:12 +08:00
use-workflow-search.tsx chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
use-workflow-start-run.tsx feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00
use-workflow-variables.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
use-workflow.ts Merge branch 'feat/collaboration2' into feat/support-agent-sandbox 2026-01-25 00:00:03 +08:00