dify/web/app/components/workflow/skill/start-tab
yyh 142b72f435
refactor(skill): remove tags/icons/categories, use kebab-case folder names
Drop CategoryTabs component, SkillTemplateTag type, icon/tags fields,
and UI_CONFIG from the fetch script. Upload folders now use the
kebab-case skill id (e.g. "skill-creator") instead of the display name.
Card shows the human-readable name from SKILL.md frontmatter while the
created folder uses the id for consistent naming.
2026-01-30 16:10:19 +08:00
..
templates refactor(skill): remove tags/icons/categories, use kebab-case folder names 2026-01-30 16:10:19 +08:00
action-card.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
create-blank-skill-modal.tsx fix(skill): use Dialog initialFocus to focus input on modal open 2026-01-30 16:10:19 +08:00
create-import-section.tsx feat(skill): add create blank skill modal with name validation 2026-01-30 16:10:19 +08:00
index.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
section-header.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
skill-templates-section.tsx refactor(skill): remove tags/icons/categories, use kebab-case folder names 2026-01-30 16:10:19 +08:00
template-card.tsx refactor(skill): remove tags/icons/categories, use kebab-case folder names 2026-01-30 16:10:19 +08:00
template-search.tsx fix(skill): use SearchInput with debounce and align card to Figma 2026-01-30 16:10:18 +08:00