dify/web/app/components/workflow/nodes/_base
zhsama d92c476388 feat(workflow): enhance group node availability checks
- Updated `checkMakeGroupAvailability` to include a check for existing group nodes, preventing group creation if a group node is already selected.
- Modified `useMakeGroupAvailability` and `useNodesInteractions` hooks to incorporate the new group node check, ensuring accurate group creation logic.
- Adjusted UI rendering logic in the workflow panel to conditionally display elements based on node type, specifically for group nodes.
2026-01-06 02:07:13 +08:00
..
components feat(workflow): enhance group node availability checks 2026-01-06 02:07:13 +08:00
hooks feat(web): migrate from es-toolkit/compat to native es-toolkit (#30244) (#30246) 2025-12-31 11:13:22 +08:00
node.tsx Merge branch 'main' into feat/grouping-branching 2025-12-29 23:33:28 +08:00
types.ts feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00