dify/web/app/components/workflow/skill
yyh 2df0d540a9
fix: remove unreachable polling from artifacts-section
The Skill view is locked (ViewPicker disabled) while a workflow
is running or chatflow is responding, so ArtifactsSection is never
mounted during runs. Polling there is dead code.
2026-02-04 17:31:44 +08:00
..
editor fix: collaboration user's name display in editor line 1 2026-02-04 10:11:40 +08:00
file-tree fix: remove unreachable polling from artifacts-section 2026-02-04 17:31:44 +08:00
hooks feat: add isPreviewable guard for binary file preview in artifacts 2026-02-04 13:32:22 +08:00
start-tab fix: disable SSR for ImportSkillModal dynamic import 2026-01-30 22:02:45 +08:00
utils feat: add isPreviewable guard for binary file preview in artifacts 2026-02-04 13:32:22 +08:00
viewer feat: add isPreviewable guard for binary file preview in artifacts 2026-02-04 13:32:22 +08:00
artifact-content-panel.tsx fix: pass appId instead of userId to sandbox file API calls 2026-02-03 17:59:21 +08:00
constants.ts feat: add ArtifactSlice and integrate artifact preview into skill editor tabs 2026-01-29 17:52:41 +08:00
content-area.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
content-body.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
file-content-panel.tsx feat: add isPreviewable guard for binary file preview in artifacts 2026-02-04 13:32:22 +08:00
file-tab-item.tsx Revert "refactor(skill): replace React icon components with CSS Icons" 2026-01-30 12:42:20 +08:00
file-tabs.tsx feat: add ArtifactSlice and integrate artifact preview into skill editor tabs 2026-01-29 17:52:41 +08:00
main.tsx feat: add ArtifactSlice and integrate artifact preview into skill editor tabs 2026-01-29 17:52:41 +08:00
sidebar-search-add.tsx Revert "refactor(skill): replace React icon components with CSS Icons" 2026-01-30 12:42:20 +08:00
sidebar.tsx refactor: Refactor storage keys into hierarchical structure 2026-01-30 23:23:21 +08:00
skill-page-layout.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
start-tab-item.tsx Revert "refactor(skill): replace React icon components with CSS Icons" 2026-01-30 12:42:20 +08:00
type.ts refactor(skill-editor): extract hooks and utils into separate directories 2026-01-15 16:00:42 +08:00