dify/web/app/components/workflow/nodes/_base
CodingOnStar 3c58c68b8d feat(workflow): implement variable modal state management and helpers
- Introduced a new custom hook  to manage the state of the variable modal, encapsulating logic for handling variable types, values, and validation.
- Created helper functions for formatting and validating variable data, improving modularity and reusability.
- Added new components for rendering variable modal sections, enhancing the user interface and user experience.
- Implemented comprehensive unit tests for the new hook and helpers to ensure functionality and correctness.
2026-03-24 18:22:35 +08:00
..
__tests__ feat(workflow): implement variable modal state management and helpers 2026-03-24 18:22:35 +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