dify/web/app/components/plugins/plugin-detail-panel
lyzno1 9114881623 fix: update frontend trigger field mapping from triggers to events
- Update TriggerProviderApiEntity type to use events field (aligned with backend commit 32f4d1af8)
- Update conversion function in use-triggers.ts to map provider.events to TriggerWithProvider.triggers
- Fix trigger-events-list.tsx to use providerInfo.events (TriggerProviderApiEntity type)
- Fix parameters-form.tsx to use provider.triggers (TriggerWithProvider type)
2025-10-01 09:53:45 +08:00
..
app-selector CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
model-selector fix: enhance model parameter handling with advanced mode support and localization updates (#25963) 2025-09-19 15:47:52 +08:00
multiple-tool-selector CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
subscription-list feat: add subscription in node 2025-09-28 22:40:31 +08:00
tool-selector fix(tool): standardize tool naming across components 2025-09-11 16:55:57 +08:00
action-list.tsx Support OAuth Integration for Plugin Tools (#22550) 2025-07-17 17:18:44 +08:00
agent-strategy-list.tsx Chore: frontend infrastructure upgrade (#16420) 2025-03-21 17:41:03 +08:00
datasource-action-list.tsx feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
detail-header.tsx CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
endpoint-card.tsx updating icon (#22485) 2025-07-17 15:10:36 +08:00
endpoint-list.tsx Improve Tooltip UX by enabling delay by default (#21383) 2025-07-16 11:26:54 +08:00
endpoint-modal.tsx CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
index.tsx feat: add subscription in node 2025-09-28 22:40:31 +08:00
model-list.tsx Chore: frontend infrastructure upgrade (#16420) 2025-03-21 17:41:03 +08:00
operation-dropdown.tsx fix: hide marketplace information(#21275) (#21276) 2025-06-23 10:23:43 +08:00
strategy-detail.tsx feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
strategy-item.tsx fix: Refactor i18n config and fix plugin search box styling issue (#22945) 2025-07-25 15:01:28 +08:00
trigger-events-list.tsx fix: update frontend trigger field mapping from triggers to events 2025-10-01 09:53:45 +08:00
utils.ts