dify/web/app/components/workflow/skill/file-tree
yyh 9aed4f830f
refactor(skill): merge BlankAreaMenu into NodeMenu
Consolidate menu components by extending NodeMenu to support a 'root'
type, eliminating the redundant BlankAreaMenu component. This reduces
code duplication and simplifies the context menu logic by storing
isFolder in the context menu state instead of re-querying tree data.
2026-01-19 14:22:25 +08:00
..
index.tsx feat: decouple create target from tab selection 2026-01-19 14:09:37 +08:00
menu-item.tsx refactor(skill): unify node menu components with cva variants 2026-01-16 13:51:49 +08:00
node-menu.tsx refactor(skill): merge BlankAreaMenu into NodeMenu 2026-01-19 14:22:25 +08:00
tree-context-menu.tsx refactor(skill): merge BlankAreaMenu into NodeMenu 2026-01-19 14:22:25 +08:00
tree-edit-input.tsx feat(skill): add inline rename and guide lines to file tree 2026-01-15 21:30:02 +08:00
tree-guide-lines.tsx feat(skill): add inline rename and guide lines to file tree 2026-01-15 21:30:02 +08:00
tree-node.tsx refactor(skill): extract tree node handlers into reusable hooks 2026-01-16 14:15:21 +08:00