dify/web/app/components/plugins/plugin-detail-panel
yyh 30b9295156
Merge remote-tracking branch 'origin/build/feat/hitl' into wip/hitl-merge-web-conflicts-20260206-175434
# Conflicts:
#	api/.env.example
#	api/core/app/apps/advanced_chat/app_generator.py
#	api/core/app/apps/advanced_chat/app_runner.py
#	api/core/app/apps/advanced_chat/generate_task_pipeline.py
#	api/core/app/apps/workflow/app_generator.py
#	api/core/app/apps/workflow/app_runner.py
#	api/core/app/entities/queue_entities.py
#	api/core/workflow/node_events/__init__.py
#	api/core/workflow/runtime/graph_runtime_state.py
#	api/fields/message_fields.py
#	api/services/workflow_service.py
#	web/app/components/app/app-publisher/index.tsx
#	web/app/components/base/chat/chat/answer/index.tsx
#	web/app/components/base/chat/chat/hooks.ts
#	web/app/components/base/chat/chat/type.ts
#	web/app/components/base/prompt-editor/index.tsx
#	web/app/components/rag-pipeline/hooks/use-available-nodes-meta-data.ts
#	web/app/components/share/text-generation/result/header.tsx
#	web/app/components/workflow-app/components/workflow-header/features-trigger.tsx
#	web/app/components/workflow-app/hooks/use-workflow-run.ts
#	web/app/components/workflow/hooks/use-checklist.ts
#	web/app/components/workflow/hooks/use-fetch-workflow-inspect-vars.ts
#	web/app/components/workflow/hooks/use-workflow.ts
#	web/app/components/workflow/nodes/_base/components/variable/var-reference-picker.tsx
#	web/app/components/workflow/nodes/_base/components/variable/var-reference-vars.tsx
#	web/app/components/workflow/nodes/_base/node.tsx
#	web/app/components/workflow/nodes/tool/components/mixed-variable-text-input/components/placeholder.tsx
#	web/app/components/workflow/panel/debug-and-preview/hooks.ts
#	web/app/components/workflow/panel/workflow-preview.tsx
#	web/app/components/workflow/store/workflow/workflow-slice.ts
#	web/eslint-suppressions.json
#	web/i18n/en-US/common.json
#	web/i18n/zh-Hans/common.json
#	web/i18n/zh-Hant/common.json
#	web/service/workflow.ts
2026-02-06 19:13:51 +08:00
..
app-selector refactor: plugin detail panel components for better maintainability and code organization. (#31870) 2026-02-04 14:51:47 +08:00
detail-header refactor: plugin detail panel components for better maintainability and code organization. (#31870) 2026-02-04 14:51:47 +08:00
model-selector chore: remove icon_large of models (#30466) 2026-01-03 02:35:17 +09:00
multiple-tool-selector feat(web): add sandbox mode check for MCP tool availability 2026-01-14 14:01:56 +08:00
subscription-list Merge branch 'main' into feat/hitl 2026-02-05 14:56:02 +08:00
tool-selector fix: return invalidate promises and parallelize invalidations 2026-02-05 11:42:59 +08:00
trigger test: add unit tests for plugin detail panel components including action lists, strategy lists, and endpoint management (#31053) 2026-01-19 14:40:32 +08:00
action-list.spec.tsx test: add unit tests for plugin detail panel components including action lists, strategy lists, and endpoint management (#31053) 2026-01-19 14:40:32 +08:00
action-list.tsx refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
agent-strategy-list.spec.tsx test: add unit tests for plugin detail panel components including action lists, strategy lists, and endpoint management (#31053) 2026-01-19 14:40:32 +08:00
agent-strategy-list.tsx refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
datasource-action-list.spec.tsx test: add unit tests for plugin detail panel components including action lists, strategy lists, and endpoint management (#31053) 2026-01-19 14:40:32 +08:00
datasource-action-list.tsx Merge remote-tracking branch 'myori/main' into feat/collaboration2 2026-01-17 10:22:41 +08:00
detail-header.spec.tsx refactor: plugin detail panel components for better maintainability and code organization. (#31870) 2026-02-04 14:51:47 +08:00
detail-header.tsx refactor: plugin detail panel components for better maintainability and code organization. (#31870) 2026-02-04 14:51:47 +08:00
endpoint-card.spec.tsx test: add unit tests for plugin detail panel components including action lists, strategy lists, and endpoint management (#31053) 2026-01-19 14:40:32 +08:00
endpoint-card.tsx refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
endpoint-list.spec.tsx test: add unit tests for plugin detail panel components including action lists, strategy lists, and endpoint management (#31053) 2026-01-19 14:40:32 +08:00
endpoint-list.tsx fix: check and update doc links (#30849) 2026-01-22 16:13:09 +08:00
endpoint-modal.spec.tsx test: add unit tests for plugin detail panel components including action lists, strategy lists, and endpoint management (#31053) 2026-01-19 14:40:32 +08:00
endpoint-modal.tsx refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
index.spec.tsx test: add unit tests for plugin detail panel components including action lists, strategy lists, and endpoint management (#31053) 2026-01-19 14:40:32 +08:00
index.tsx feat: add editing support for trigger subscriptions (#29957) 2025-12-24 19:15:54 +08:00
model-list.spec.tsx test: add unit tests for plugin detail panel components including action lists, strategy lists, and endpoint management (#31053) 2026-01-19 14:40:32 +08:00
model-list.tsx refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
operation-dropdown.spec.tsx Revert "refactor!: replace Zustand global store with TanStack Query for systemFeatures" 2026-02-01 19:06:45 +08:00
operation-dropdown.tsx Revert "refactor!: replace Zustand global store with TanStack Query for systemFeatures" 2026-02-01 19:06:45 +08:00
store.spec.ts test: add unit tests for plugin detail panel components including action lists, strategy lists, and endpoint management (#31053) 2026-01-19 14:40:32 +08:00
store.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
strategy-detail.spec.tsx test: add unit tests for plugin detail panel components including action lists, strategy lists, and endpoint management (#31053) 2026-01-19 14:40:32 +08:00
strategy-detail.tsx refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
strategy-item.spec.tsx test: add unit tests for plugin detail panel components including action lists, strategy lists, and endpoint management (#31053) 2026-01-19 14:40:32 +08:00
strategy-item.tsx chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00
utils.spec.ts test: add unit tests for plugin detail panel components including action lists, strategy lists, and endpoint management (#31053) 2026-01-19 14:40:32 +08:00
utils.ts Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00