dify/web/app/components/workflow/skill
yyh ff71816373
refactor: use query data for selected file download, keep mutation for tree downloads
The toolbar download button now uses the already-fetched download URL
from useQuery (zero extra requests), while tree node downloads keep
using useMutation with React Query-managed isPending state instead of
a hand-rolled useState wrapper.
2026-01-29 20:48:58 +08:00
..
editor feat(inspect): add read-only file preview in ArtifactsTab 2026-01-29 16:42:22 +08:00
file-tree refactor: use query data for selected file download, keep mutation for tree downloads 2026-01-29 20:48:58 +08:00
hooks feat: add ArtifactSlice and integrate artifact preview into skill editor tabs 2026-01-29 17:52:41 +08:00
start-tab refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
utils fix: strip leading dot from file extension before matching 2026-01-29 17:07:40 +08:00
viewer feat(inspect): add read-only file preview in ArtifactsTab 2026-01-29 16:42:22 +08:00
artifact-content-panel.tsx feat: add ArtifactSlice and integrate artifact preview into skill editor tabs 2026-01-29 17:52:41 +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: code editor cursor sync 2026-01-29 14:28:30 +08:00
file-tab-item.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +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 refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
sidebar.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +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 refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
type.ts refactor(skill-editor): extract hooks and utils into separate directories 2026-01-15 16:00:42 +08:00