dify/web/app/components/workflow/nodes/_base
Harry 6857bb4406 feat(trigger): implement plugin trigger synchronization and subscription management in workflow
- Added a new event handler for syncing plugin trigger relationships when a draft workflow is synced, ensuring that the database reflects the current state of plugin triggers.
- Introduced subscription management features in the frontend, allowing users to select, add, and remove subscriptions for trigger plugins.
- Updated various components to support subscription handling, including the addition of new UI elements for subscription selection and removal.
- Enhanced internationalization support by adding new translation keys related to subscription management.

These changes improve the overall functionality and user experience of trigger plugins within workflows.
2025-09-15 15:49:07 +08:00
..
components feat(trigger): implement plugin trigger synchronization and subscription management in workflow 2025-09-15 15:49:07 +08:00
hooks CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
node.tsx fix: restore id prop passing to node children in BaseNode (#25520) 2025-09-11 17:54:31 +08:00
types.ts feat(trigger): enhance plugin and trigger integration with updated naming conventions 2025-09-08 23:14:50 +08:00