dify/web/app/components/workflow/skill/hooks
yyh 3205f98d05
refactor(web): unify auto-expand trigger for drag-and-drop
Replace event-based auto-expand trigger with Zustand state-driven
approach. Now both external file uploads and internal node drag use
the same isDragOver state as the single source of truth for folder
auto-expand timing (1s blink, 2s expand).
2026-01-20 18:10:52 +08:00
..
use-create-operations.ts chore: optimize code quality and performance 2026-01-20 15:54:31 +08:00
use-delayed-click.ts chore: optimize code quality and performance 2026-01-20 15:54:31 +08:00
use-download-operation.ts feat!: file download in skill file tree menu 2026-01-20 13:16:27 +08:00
use-file-drop.ts feat: unified drag-and-drop for skill file tree 2026-01-20 18:09:08 +08:00
use-file-operations.ts feat!: file download in skill file tree menu 2026-01-20 13:16:27 +08:00
use-file-type-info.ts refactor(skill): remove Office file special handling, merge into unsupported 2026-01-19 23:39:32 +08:00
use-folder-file-drop.ts refactor(web): unify auto-expand trigger for drag-and-drop 2026-01-20 18:10:52 +08:00
use-inline-create-node.ts feat: auto pin created editable files 2026-01-19 13:51:08 +08:00
use-modify-operations.ts refactor(skill): split file operations hook and extract TreeNodeIcon component 2026-01-19 19:13:09 +08:00
use-node-move.ts refactor: use react-arborist built-in drag for internal node moves 2026-01-20 18:09:08 +08:00
use-paste-operation.ts chore: optimize code quality and performance 2026-01-20 15:54:31 +08:00
use-root-file-drop.ts Revert "refactor(web): remove redundant useUnifiedDrag abstraction layer" 2026-01-20 18:09:25 +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-skill-file-data.ts fix(skill): use download URL for all non-editable files 2026-01-19 23:34:56 +08:00
use-skill-file-save.ts refactor(skill): extract hooks from skill-doc-editor for better separation 2026-01-19 23:25:48 +08:00
use-skill-shortcuts.ts feat: paste operation for skill file tree 2026-01-20 15:42:53 +08:00
use-sync-tree-with-active-tab.ts feat: multi select for file tree & clipboard support 2026-01-20 15:42:53 +08:00
use-tree-node-handlers.ts chore: optimize code quality and performance 2026-01-20 15:54:31 +08:00
use-unified-drag.ts Revert "refactor(web): remove redundant useUnifiedDrag abstraction layer" 2026-01-20 18:09:25 +08:00