dify/web/app/components/workflow/nodes/trigger-plugin/components
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
..
__tests__ feat: implement trigger plugin authentication UI (#25310) 2025-09-07 21:53:22 +08:00
trigger-form feat/trigger plugin apikey (#25388) 2025-09-09 15:01:06 +08:00
api-key-config-modal.tsx feat/trigger plugin apikey (#25388) 2025-09-09 15:01:06 +08:00
auth-method-selector.tsx refactor(trigger): simplify provider path handling in workflow components 2025-09-09 00:17:20 +08:00
authentication-menu.tsx feat(trigger): implement plugin trigger synchronization and subscription management in workflow 2025-09-15 15:49:07 +08:00
oauth-client-config-modal.tsx fix(OAuthClientConfigModal): simplify provider path handling in OAuth configuration 2025-09-09 00:10:04 +08:00
parameters-form.tsx feat/trigger plugin apikey (#25388) 2025-09-09 15:01:06 +08:00