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
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
comment-slice.ts whether resolved sync to canvas 2026-01-20 10:12:15 +08:00
env-variable-slice.ts
form-slice.ts
help-line-slice.ts
history-slice.ts
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
node-slice.ts
panel-slice.ts
tool-slice.ts
use-nodes.ts
version-slice.ts
workflow-draft-slice.ts
workflow-slice.ts feat: mouse right click can add new comment 2026-01-29 09:13:12 +08:00