dify/web/app/components/workflow/skill
yyh 9e10b73b54
refactor(skill): replace @remixicon/react imports with CSS icon classes
Migrate all Remixicon component imports in workflow/skill to Tailwind CSS
icon utility classes (i-ri-*), reducing JS bundle size. Update MenuItem
to accept string icon classes alongside React components. Adjust test
selectors that relied on SVG element queries.
2026-02-09 19:51:05 +08:00
..
editor refactor(skill): replace @remixicon/react imports with CSS icon classes 2026-02-09 19:51:05 +08:00
file-tree refactor(skill): replace @remixicon/react imports with CSS icon classes 2026-02-09 19:51:05 +08:00
hooks test(skill): add comprehensive unit tests for file-tree domain 2026-02-07 16:53:58 +08:00
skill-body refactor(skill): replace @remixicon/react imports with CSS icon classes 2026-02-09 19:51:05 +08:00
start-tab refactor(skill): replace @remixicon/react imports with CSS icon classes 2026-02-09 19:51:05 +08:00
utils feat(skill-editor): render flat search result list in file tree 2026-02-06 15:39:00 +08:00
viewer refactor(skill): replace @remixicon/react imports with CSS icon classes 2026-02-09 19:51:05 +08:00
constants.ts feat: add ArtifactSlice and integrate artifact preview into skill editor tabs 2026-01-29 17:52:41 +08:00
main.tsx refactor(skill): regroup skill body, file tree, and tree hooks 2026-02-07 14:20:01 +08:00
type.ts