dify/web/app/components/workflow/skill
yyh f70d89e80b
refactor(web): remove useSandboxFilesTree and derive hasFiles in components
Migrate ArtifactsSection to queryOptions + useQuery composition and derive\nfile tree/hasFiles locally from flat data. Remove the now-unused\nuseSandboxFilesTree helper and update related tests to mock the new\nqueryOptions-based flow.
2026-02-27 12:42:40 +08:00
..
editor refactor(web): replace query hooks with queryOptions factories (#32520) 2026-02-25 00:31:25 +08:00
file-tree refactor(web): remove useSandboxFilesTree and derive hasFiles in components 2026-02-27 12:42:40 +08:00
hooks refactor(web): destructure mutation result to narrow useCallback dependencies 2026-02-25 21:04:20 +08:00
skill-body refactor(web): replace query hooks with queryOptions factories (#32520) 2026-02-25 00:31:25 +08:00
start-tab refactor(skill): replace @remixicon/react imports with CSS icon classes 2026-02-09 19:51:05 +08:00
utils feat(skill-editor): render flat search result list in file tree 2026-02-06 15:39:00 +08:00
viewer refactor(skill): replace @remixicon/react imports with CSS icon classes 2026-02-09 19:51:05 +08:00
constants.ts feat: add ArtifactSlice and integrate artifact preview into skill editor tabs 2026-01-29 17:52:41 +08:00
main.tsx refactor(skill): regroup skill body, file tree, and tree hooks 2026-02-07 14:20:01 +08:00
type.ts