dify/web/app/components/workflow-app
yyh 7093962f30
refactor(skill): move skill editor slice to core workflow store
Move SkillEditorSlice from injection pattern to core workflow store,
making it available to all workflow contexts (workflow-app, chatflow,
and future rag-pipeline).

- Add createSkillEditorSlice to core createWorkflowStore
- Remove complex type conversion logic from workflow-app/index.tsx
- Remove optional chaining (?.) and non-null assertions (!) from components
- Simplify slice composition with type assertions via unknown
2026-01-16 13:51:50 +08:00
..
components feat(web): add sandbox mode check for MCP tool availability 2026-01-14 14:01:56 +08:00
hooks chore: ui enchance 2026-01-15 11:35:48 +08:00
store/workflow feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00
index.tsx refactor(skill): move skill editor slice to core workflow store 2026-01-16 13:51:50 +08:00
search-params.ts feat(workflow): persist view tab state to URL search params 2026-01-15 15:09:36 +08:00