dify/web/app/components/tools/workflow-tool
CodingOnStar 0b3bf03818 refactor(workflow-tool): update types and improve modal handling
- Removed explicit 'any' types in favor of 'unknown' for better type safety.
- Refactored the WorkflowToolConfigureButton component to utilize a custom hook for managing modal state and logic.
- Introduced new components for input and output tables to streamline the workflow tool configuration process.
- Enhanced the form handling logic with a dedicated hook for managing form state and validation.
- Cleaned up unused imports and improved overall code organization.
2026-01-26 15:19:38 +08:00
..
components refactor(workflow-tool): update types and improve modal handling 2026-01-26 15:19:38 +08:00
confirm-modal feat(web): migrate from es-toolkit/compat to native es-toolkit (#30244) (#30246) 2025-12-31 11:13:22 +08:00
hooks refactor(workflow-tool): update types and improve modal handling 2026-01-26 15:19:38 +08:00
configure-button.spec.tsx refactor: restructure Completed component (#31435) 2026-01-26 14:03:51 +08:00
configure-button.tsx refactor(workflow-tool): update types and improve modal handling 2026-01-26 15:19:38 +08:00
index.tsx refactor(workflow-tool): update types and improve modal handling 2026-01-26 15:19:38 +08:00
method-selector.tsx refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
utils.test.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
utils.ts fix: TypeError: outputParameters is not iterable (#29833) 2025-12-18 11:21:12 +08:00