dify/web/app/components/workflow/store/workflow
yyh 92731bffba
feat: add ArtifactSlice and integrate artifact preview into skill editor tabs
Introduce a dedicated Zustand ArtifactSlice to manage artifact selection
state with mutual exclusion against the main file tree. Artifact files
from the sandbox can now be opened as tabs in the skill editor, rendered
via a lightweight ArtifactContentPanel that reuses ReadOnlyFilePreview.
2026-01-29 17:52:41 +08:00
..
debug chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
skill-editor feat: add ArtifactSlice and integrate artifact preview into skill editor tabs 2026-01-29 17:52:41 +08:00
chat-preview-slice.ts 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
chat-variable-slice.ts feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00
comment-slice.ts whether resolved sync to canvas 2026-01-20 10:12:15 +08:00
env-variable-slice.ts feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00
form-slice.ts feat: run with params from logs (#26787) 2025-10-16 11:01:11 +08:00
help-line-slice.ts chore: slice workflow store (#17254) 2025-04-01 16:02:52 +08:00
history-slice.ts chore: slice workflow store (#17254) 2025-04-01 16:02:52 +08:00
index.ts 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
layout-slice.ts feat: persist debug-and-preview panel width in localstorage (#21434) 2025-06-24 20:34:11 +08:00
node-slice.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
panel-slice.ts refactor cursor and add hide comment 2025-09-23 22:13:02 +08:00
tool-slice.ts feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00
use-nodes.ts pref: reduce the times of useNodes reRender (#28682) 2025-11-26 16:52:47 +08:00
version-slice.ts chore: slice workflow store (#17254) 2025-04-01 16:02:52 +08:00
workflow-draft-slice.ts chore(web): migrate lodash-es to es-toolkit compat (#30126) 2025-12-25 09:44:57 +08:00
workflow-slice.ts feat: mouse right click can add new comment 2026-01-29 09:13:12 +08:00