dify/web/app/components/workflow/skill/file-tree
yyh 919d7ef5cd
refactor(skill): replace React icon components with CSS Icons
Migrate all icon usage in the skill directory from @remixicon/react
and custom SVG components to Tailwind CSS icon classes (i-ri-*, i-custom-*).
Update MenuItem API to accept string class names instead of React.ElementType.
2026-01-29 21:57:17 +08:00
..
artifacts-section.tsx refactor(skill): replace React icon components with CSS Icons 2026-01-29 21:57:17 +08:00
artifacts-tree.tsx refactor(skill): replace React icon components with CSS Icons 2026-01-29 21:57:17 +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): replace React icon components with CSS Icons 2026-01-29 21:57:17 +08:00
menu-item.tsx refactor(skill): replace React icon components with CSS Icons 2026-01-29 21:57:17 +08:00
node-menu.tsx refactor(skill): replace React icon components with CSS Icons 2026-01-29 21:57:17 +08:00
tree-context-menu.tsx feat(portal): add useContextMenuFloating hook for coordinate-based context menus 2026-01-29 14:01:36 +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): replace React icon components with CSS Icons 2026-01-29 21:57:17 +08:00
tree-node.tsx refactor(skill): replace React icon components with CSS Icons 2026-01-29 21:57:17 +08:00
upload-status-tooltip.tsx refactor(skill): replace React icon components with CSS Icons 2026-01-29 21:57:17 +08:00