dify/web/app/components/workflow/skill
yyh 8326b9e3e5
refactor(skill): remove React.FC type annotations from all components
Replace FC<Props> pattern with direct props typing in function parameters
for better TypeScript inference and modern React best practices.
2026-01-28 23:34:08 +08:00
..
editor refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
file-tree refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
hooks fix(skill): resolve race condition in upload progress tracking 2026-01-28 20:25:12 +08:00
start-tab refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
utils feat(skill): add preprocessing for markdown files before upload 2026-01-28 20:17:21 +08:00
viewer refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
constants.ts feat(web): add resizable sidebar to skill page with localStorage persistence 2026-01-28 15:12:11 +08:00
content-area.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
content-body.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
file-content-panel.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
file-tab-item.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
file-tabs.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
main.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
sidebar-search-add.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
sidebar.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
skill-page-layout.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
start-tab-item.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
type.ts refactor(skill-editor): extract hooks and utils into separate directories 2026-01-15 16:00:42 +08:00