dify/web/app/components/workflow/panel/chat-variable-panel/components
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
array-bool-list.tsx refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
array-value-list.tsx refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
bool-value.tsx chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00
object-value-item.tsx feat: enhance model plugin workflow checks and model provider management UX (#33289) 2026-03-18 10:16:15 +08:00
object-value-list.tsx refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
use-variable-modal-state.ts feat(workflow): implement variable modal state management and helpers 2026-03-24 18:22:35 +08:00
variable-item.tsx feat(web): migrate from es-toolkit/compat to native es-toolkit (#30244) (#30246) 2025-12-31 11:13:22 +08:00
variable-modal-trigger.tsx refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
variable-modal.helpers.ts feat(workflow): implement variable modal state management and helpers 2026-03-24 18:22:35 +08:00
variable-modal.sections.tsx feat(workflow): implement variable modal state management and helpers 2026-03-24 18:22:35 +08:00
variable-modal.tsx feat(workflow): implement variable modal state management and helpers 2026-03-24 18:22:35 +08:00
variable-type-select.tsx chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00