Files
dify/web/app/components/workflow
yyh 9f444f1f6a refactor(skill): split file operations hook and extract TreeNodeIcon component
Split use-file-operations.ts (248 lines) into smaller focused hooks:
- use-create-operations.ts for file/folder creation and upload
- use-modify-operations.ts for rename and delete operations
- use-file-operations.ts now serves as orchestrator maintaining backward compatibility

Extract TreeNodeIcon component from tree-node.tsx for cleaner separation of concerns.

Add brief comments to drag hooks explaining their purpose and relationships.
2026-01-19 19:13:09 +08:00
..
2026-01-06 19:30:38 +08:00
2026-01-14 15:41:02 +08:00
2026-01-19 16:35:50 +08:00
2026-01-19 16:35:50 +08:00
2026-01-06 19:30:38 +08:00
2026-01-14 15:41:02 +08:00
2026-01-15 11:31:08 +08:00