dify/web/app/components/workflow/panel/chat-variable-panel
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__ test(workflow): add unit tests for workflow components (#33910) 2026-03-23 16:37:03 +08:00
components feat(workflow): implement variable modal state management and helpers 2026-03-24 18:22:35 +08:00
index.tsx fix: check and update doc links (#30849) 2026-01-21 16:31:48 +08:00
type.ts feat: support bool type variable frontend (#24437) 2025-08-26 18:16:05 +08:00
utils.ts feat: support bool type variable frontend (#24437) 2025-08-26 18:16:05 +08:00