dify/web/app/components/workflow
2026-01-28 15:43:01 +08:00
..
__tests__
block-selector Merge branch 'feat/collaboration2' into feat/support-agent-sandbox 2026-01-25 00:00:03 +08:00
collaboration feat: skill markdown cursor pos sync 2026-01-28 11:03:21 +08:00
comment
constants
custom-group-node
datasets-detail-store
header fix: remove fixed width on collaboration avatar tooltip to prevent username truncation 2026-01-27 13:48:48 +08:00
help-line
hooks feat: Add @agent icon and implement agent alias variables in workflow 2026-01-27 02:42:37 +08:00
hooks-store Merge branch 'feat/collaboration2' into feat/support-agent-sandbox 2026-01-25 00:00:03 +08:00
nodes feat: fetch tools and set tools enabled from api 2026-01-28 15:43:01 +08:00
note-node
operator
panel fix: chat generation render 2026-01-27 13:37:08 +08:00
plugin-dependency
run fix: chat generation render 2026-01-27 13:37:08 +08:00
simple-node
skill fix(skill): indicator css 2026-01-28 15:12:11 +08:00
store refactor(workflow)!: persist the debug state of the chatflow preview panel to the zustand store and split useChat hook into modular files 2026-01-26 23:21:44 +08:00
utils fix: Add type safety for LLM node context variable_selector 2026-01-27 23:12:03 +08:00
variable-inspect fix(web): align variable inspect tabs in empty state 2026-01-28 14:15:55 +08:00
workflow-preview Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-01-22 22:40:32 +08:00
block-icon.tsx
candidate-node-main.tsx
candidate-node.tsx
comment-manager.tsx
constants.ts
context.tsx
custom-connection-line.tsx
custom-edge-linear-gradient-render.tsx
custom-edge.tsx
dsl-export-confirm-modal.tsx
features.tsx fix: Add sandbox feature to workflow features mapping 2026-01-25 16:30:50 +08:00
index.tsx Merge branch 'feat/collaboration2' into feat/support-agent-sandbox 2026-01-25 00:00:03 +08:00
node-contextmenu.tsx
panel-contextmenu.tsx
selection-contextmenu.tsx Merge branch 'feat/collaboration2' into feat/support-agent-sandbox 2026-01-25 00:00:03 +08:00
shortcuts-name.tsx
style.css
syncing-data-modal.tsx
types.ts feat: Add support for array[message](List[promptMessage]) variable type 2026-01-26 17:50:18 +08:00
update-dsl-modal.tsx Merge branch 'feat/collaboration2' into feat/support-agent-sandbox 2026-01-25 00:00:03 +08:00
view-picker.tsx fix(workflow): disable view switch during preview run instead of mounted guard 2026-01-27 01:31:22 +08:00
workflow-history-store.tsx