dify/web/app/components/workflow-app
yyh b8d67a42bd
refactor(skill): migrate skill editor store to workflow store slice injection
Refactor the skill editor state management from a standalone Zustand store
with Context provider pattern to a slice injection pattern that integrates
with the existing workflow store. This aligns with how rag-pipeline already
injects its slice.

- Remove SkillEditorProvider and SkillEditorContext
- Export createSkillEditorSlice for injection into workflow store
- Update all components to use useStore/useWorkflowStore from workflow store
- Add SkillEditorSliceShape to SliceFromInjection union type
- Use type-safe slice creator args without any types
2026-01-16 13:51:49 +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): migrate skill editor store to workflow store slice injection 2026-01-16 13:51:49 +08:00
search-params.ts feat(workflow): persist view tab state to URL search params 2026-01-15 15:09:36 +08:00