Files
dify/web/app/components/workflow
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
..
2026-01-06 19:30:38 +08:00
2026-01-14 15:41:02 +08:00
2026-01-06 19:30:38 +08:00
2026-01-14 15:41:02 +08:00
2026-01-15 11:31:08 +08:00