dify/web/app/components/workflow/nodes/trigger-plugin
Harry 8e600f3302 feat(trigger): optimize trigger parameter schema handling in useConfig
- Refactored the trigger parameter schema construction in `useConfig` to utilize a Map for improved efficiency and clarity.
- Updated the return value to ensure unique schema entries, enhancing the integrity of the trigger configuration.

These changes streamline the management of trigger parameters, improving performance and maintainability in the workflow component.
2025-09-08 23:39:44 +08:00
..
components feat: implement trigger plugin authentication UI (#25310) 2025-09-07 21:53:22 +08:00
trigger-form feat(trigger): enhance plugin and trigger integration with updated naming conventions 2025-09-08 23:14:50 +08:00
utils feat: implement trigger plugin authentication UI (#25310) 2025-09-07 21:53:22 +08:00
default.ts feat(trigger): enhance plugin and trigger integration with updated naming conventions 2025-09-08 23:14:50 +08:00
node.tsx feat: implement trigger plugin frontend integration (#25283) 2025-09-06 16:18:46 +08:00
panel.tsx feat(trigger): enhance plugin and trigger integration with updated naming conventions 2025-09-08 23:14:50 +08:00
types.ts feat(trigger): enhance plugin and trigger integration with updated naming conventions 2025-09-08 23:14:50 +08:00
use-config.ts feat(trigger): optimize trigger parameter schema handling in useConfig 2025-09-08 23:39:44 +08:00