dify/web/app/components/workflow/skill/start-tab
yyh 66b4fa102b
feat(skill): add skill template types, card component and upload utility
Introduce type definitions separating raw skill data (SkillTemplate)
from UI metadata (SkillTemplateWithMetadata) to match the actual
skill format from upstream repos. Add template card component with
hover state and file count display, template-to-upload conversion
utility, and i18n keys for en-US/zh-Hans.
2026-01-30 16:10:17 +08:00
..
category-tabs refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
templates feat(skill): add skill template types, card component and upload utility 2026-01-30 16:10:17 +08:00
action-card.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
create-import-section.tsx Revert "refactor(skill): replace React icon components with CSS Icons" 2026-01-30 12:42:20 +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 React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
template-card.tsx feat(skill): add skill template types, card component and upload utility 2026-01-30 16:10:17 +08:00
template-search.tsx Revert "refactor(skill): replace React icon components with CSS Icons" 2026-01-30 12:42:20 +08:00