dify/web/app/components/workflow/nodes/_base
CodingOnStar 1943785c1c feat(workflow): add selection context menu helpers and integrate with context menu component
- Introduced helper functions for managing alignment and distribution of nodes within the workflow.
- Created a new file for selection context menu helpers, encapsulating logic for menu positioning and node alignment.
- Updated the SelectionContextmenu component to utilize the new helpers, improving code organization and readability.
- Added unit tests for the new helper functions to ensure functionality and correctness.
2026-03-24 17:53:48 +08:00
..
__tests__ feat(workflow): implement DSL modal helpers and refactor update DSL modal 2026-03-24 16:16:54 +08:00
components feat(workflow): add selection context menu helpers and integrate with context menu component 2026-03-24 17:53:48 +08:00
hooks refactor(web): remove mouseup listener in use-resize-panel cleanup (#32636) 2026-02-27 15:06:10 +08:00
node-sections.tsx feat(workflow): implement DSL modal helpers and refactor update DSL modal 2026-03-24 16:16:54 +08:00
node.helpers.tsx feat(workflow): implement DSL modal helpers and refactor update DSL modal 2026-03-24 16:16:54 +08:00
node.tsx feat(workflow): implement DSL modal helpers and refactor update DSL modal 2026-03-24 16:16:54 +08:00
types.ts feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00
use-node-resize-observer.ts feat(workflow): implement DSL modal helpers and refactor update DSL modal 2026-03-24 16:16:54 +08:00