dify/web/app/components/workflow/nodes/trigger-plugin
Harry dc16f1b65a refactor(trigger): simplify provider path handling in workflow components
- Updated various components to directly use `provider.name` instead of constructing a path with `provider.plugin_id` and `provider.name`.
- Adjusted related calls to `invalidateSubscriptions` and other functions to reflect this change.

These modifications enhance code clarity and streamline the handling of provider information in the trigger plugin components.
2025-09-09 00:17:20 +08:00
..
components refactor(trigger): simplify provider path handling in workflow components 2025-09-09 00:17:20 +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 refactor(trigger): simplify provider path handling in workflow components 2025-09-09 00:17:20 +08:00