dify/web/app/components/workflow/skill/file-tree
yyh b82b73ef94
refactor(skill-editor): split slice into separate files for better organization
Split the monolithic skill-editor-slice.ts into a dedicated directory with
individual slice files (tab, file-tree, dirty, metadata, file-operations-menu)
to improve maintainability and code organization.
2026-01-17 17:28:25 +08:00
..
index.tsx refactor(skill-editor): split slice into separate files for better organization 2026-01-17 17:28:25 +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): unify node menu components with cva variants 2026-01-16 13:51:49 +08:00
tree-context-menu.tsx refactor(skill): move skill editor slice to core workflow store 2026-01-16 13:51:50 +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