dify/web/app/components/workflow/skill/hooks
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
..
use-delayed-click.ts fix(skill): address code review issues for tab management 2026-01-16 11:20:49 +08:00
use-file-drop.ts feat: add external file drag-and-drop upload to file tree 2026-01-19 18:05:58 +08:00
use-file-operations.ts feat: inline create nodes in skill file tree 2026-01-19 13:43:29 +08:00
use-inline-create-node.ts feat: auto pin created editable files 2026-01-19 13:51:08 +08:00
use-skill-asset-tree.ts refactor(skill): centralize asset tree data fetching with custom hooks 2026-01-15 19:45:33 +08:00
use-sync-tree-with-active-tab.ts feat: sync tree selection with active tab 2026-01-19 14:05:46 +08:00
use-tree-node-handlers.ts refactor(skill): merge BlankAreaMenu into NodeMenu 2026-01-19 14:22:25 +08:00