dify/web/app/components/workflow/skill
yyh a432fa5fcf
feat: add external file drag-and-drop upload to file tree
Enable users to drag files from their system directly into the file tree
to upload them. Files can be dropped on the tree container (uploads to root)
or on specific folders. Hovering over a closed folder for 2 seconds auto-
expands it. Uses Zustand for drag state management instead of React Context
for better performance.
2026-01-19 18:05:58 +08:00
..
editor fix: not blank not render tool correct 2026-01-19 17:01:32 +08:00
file-tree feat: add external file drag-and-drop upload to file tree 2026-01-19 18:05:58 +08:00
hooks feat: add external file drag-and-drop upload to file tree 2026-01-19 18:05:58 +08:00
utils feat: inline create nodes in skill file tree 2026-01-19 13:43:29 +08:00
editor-area.tsx fix: css 2026-01-15 16:14:51 +08:00
editor-body.tsx fix: css 2026-01-15 16:14:51 +08:00
editor-tab-item.tsx feat(skill): implement VS Code-style preview/pinned tab management 2026-01-16 11:20:49 +08:00
editor-tabs.tsx feat: support save settings 2026-01-16 17:44:40 +08:00
main.tsx feat(skill): implement file tree search with debounced filtering 2026-01-16 14:44:44 +08:00
sidebar-search-add.tsx feat: decouple create target from tab selection 2026-01-19 14:09:37 +08:00
sidebar.tsx chore: remove useless props 2026-01-15 11:24:59 +08:00
skill-doc-editor.tsx fix(skill-editor): resolve React Compiler memoization warnings 2026-01-17 22:01:33 +08:00
skill-page-layout.tsx chore: remove useless props 2026-01-15 11:24:59 +08:00
type.ts refactor(skill-editor): extract hooks and utils into separate directories 2026-01-15 16:00:42 +08:00