dify/web/app/components/workflow/skill/file-tree
yyh 8326b9e3e5
refactor(skill): remove React.FC type annotations from all components
Replace FC<Props> pattern with direct props typing in function parameters
for better TypeScript inference and modern React best practices.
2026-01-28 23:34:08 +08:00
..
artifacts-section.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
artifacts-tree.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
drag-action-tooltip.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
index.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
menu-item.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
node-menu.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
tree-context-menu.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
tree-edit-input.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
tree-guide-lines.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
tree-node-icon.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
tree-node.tsx feat(sandbox): use extension field for file icon type mapping 2026-01-27 16:21:03 +08:00
upload-status-tooltip.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00