dify/web/app/components/plugins
Harry 2a3ce6baa9 feat(trigger): enhance plugin and trigger integration with updated naming conventions
- Refactored `PluginFetchDynamicSelectOptionsApi` to replace the `extra` argument with `credential_id`, improving clarity in dynamic option fetching.
- Updated `ProviderConfigEncrypter` to rename `mask_tool_credentials` to `mask_credentials` for consistency, and added a new method to maintain backward compatibility.
- Enhanced `PluginParameterService` to utilize `credential_id` for fetching subscriptions, improving the handling of trigger credentials.
- Adjusted various components and types in the frontend to replace `tool_name` with `trigger_name`, ensuring consistency across the application.
- Introduced `multiple` property in `TriggerParameter` to support multi-select functionality.

These changes improve the integration of triggers and plugins, enhance code clarity, and align naming conventions across the codebase.
2025-09-08 23:14:50 +08:00
..
base feat: performance optimization (#22810) 2025-07-23 16:04:46 +08:00
card fix: Refactor i18n config and fix plugin search box styling issue (#22945) 2025-07-25 15:01:28 +08:00
install-plugin CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
marketplace Merge branch 'main' into feat/trigger 2025-09-01 18:05:31 +08:00
plugin-auth CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
plugin-detail-panel feat(trigger): enhance plugin and trigger integration with updated naming conventions 2025-09-08 23:14:50 +08:00
plugin-item CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
plugin-mutation-model Chore: frontend infrastructure upgrade (#16420) 2025-03-21 17:41:03 +08:00
plugin-page feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
reference-setting-modal CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
update-plugin CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
constants.ts Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
hooks.ts feat: add search params to url (#17684) 2025-04-10 11:18:43 +08:00
provider-card.tsx Feat: add search params with theme in links of marketplace (#19648) 2025-05-14 13:46:03 +08:00
types.ts fix: Refactor i18n config and fix plugin search box styling issue (#22945) 2025-07-25 15:01:28 +08:00
utils.ts fix: Refactor i18n config and fix plugin search box styling issue (#22945) 2025-07-25 15:01:28 +08:00