dify/web/app/components/workflow/skill/hooks
yyh f8438704a6
refactor(app-asset): migrate file upload to presigned URL and batch upload
- Replace FormData file upload with presigned URL two-step upload
- Add batch-upload contract for folder uploads (reduces N+M to 1+M requests)
- Remove deprecated createFile contract and useCreateAppAssetFile hook
- Remove checksum field from AppAssetNode and AppAssetTreeView types
- Add upload-to-presigned-url utility for direct storage uploads
2026-01-23 15:11:04 +08:00
..
sqlite refactor: extract sqlite constants 2026-01-22 16:15:58 +08:00
use-create-operations.ts refactor(app-asset): migrate file upload to presigned URL and batch upload 2026-01-23 15:11:04 +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 refactor(app-asset): migrate file upload to presigned URL and batch upload 2026-01-23 15:11:04 +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 feat: add db types in file tree icon 2026-01-22 16:13:09 +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 refactor(app-asset): migrate file upload to presigned URL and batch upload 2026-01-23 15:11:04 +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 feat(skill-editor): add persistent Start tab and optimize store subscriptions 2026-01-23 13:12:22 +08:00
use-skill-shortcuts.ts feat: paste operation for skill file tree 2026-01-20 15:42:53 +08:00
use-sqlite-database.ts fix: show columns for empty sqlite tables 2026-01-22 16:25:43 +08:00
use-sync-tree-with-active-tab.ts fix(skill-editor): add START_TAB_ID guards to prevent invalid metadata operations 2026-01-23 13:15:39 +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