dify/web/app/components/workflow/skill/start-tab
yyh 60b4b10622
fix(skill): disable template buttons during upload to prevent duplicates
Pass disabled/loading props to TemplateCard declaratively from
loadingId state. All cards are disabled while any upload is in
progress, and the active card shows a loading spinner. Remove the
imperative pointer-events overlay in favor of native button disabled.
2026-01-30 16:10:19 +08:00
..
category-tabs fix(skill): align category tabs with actual skill tags 2026-01-30 16:10:18 +08:00
templates fix(skill): align category tabs with actual skill tags 2026-01-30 16:10:18 +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 fix(skill): disable template buttons during upload to prevent duplicates 2026-01-30 16:10:19 +08:00
template-card.tsx fix(skill): disable template buttons during upload to prevent duplicates 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