dify/web/app/components/base
copilot-swe-agent[bot] 215d3ed42d
Merge remote-tracking branch 'origin/deploy/dev' into feat/evaluation
# Conflicts:
#	.vite-hooks/pre-commit
#	api/controllers/console/__init__.py
#	api/core/agent/base_agent_runner.py
#	api/core/app/app_config/easy_ui_based_app/model_config/converter.py
#	api/core/app/apps/agent_chat/app_runner.py
#	api/core/entities/provider_configuration.py
#	api/core/helper/moderation.py
#	api/core/model_manager.py
#	api/core/rag/embedding/cached_embedding.py
#	api/core/rag/retrieval/dataset_retrieval.py
#	api/core/rag/splitter/fixed_text_splitter.py
#	api/core/workflow/nodes/datasource/datasource_node.py
#	api/core/workflow/nodes/knowledge_index/knowledge_index_node.py
#	api/models/human_input.py
#	api/providers/trace/trace-tencent/src/dify_trace_tencent/span_builder.py
#	api/services/workflow_service.py
#	api/tasks/trigger_processing_tasks.py
#	api/tests/integration_tests/core/workflow/nodes/datasource/test_datasource_node_integration.py
#	api/tests/integration_tests/workflow/nodes/test_http.py
#	api/tests/integration_tests/workflow/nodes/test_parameter_extractor.py
#	api/tests/unit_tests/controllers/service_api/app/test_conversation.py
#	api/tests/unit_tests/core/prompt/test_agent_history_prompt_transform.py
#	api/tests/unit_tests/core/variables/test_segment.py
#	api/tests/unit_tests/core/workflow/graph_engine/test_mock_factory.py
#	api/tests/unit_tests/core/workflow/nodes/answer/test_answer.py
#	api/tests/unit_tests/core/workflow/nodes/datasource/test_datasource_node.py
#	api/tests/unit_tests/core/workflow/nodes/http_request/test_http_request_node.py
#	api/tests/unit_tests/core/workflow/nodes/human_input/test_email_delivery_config.py
#	api/tests/unit_tests/services/workflow/test_workflow_human_input_delivery.py
#	web/app/(commonLayout)/layout.tsx
#	web/app/components/app/configuration/dataset-config/params-config/weighted-score.tsx
#	web/app/components/app/configuration/debug/debug-with-multiple-model/debug-item.tsx
#	web/app/components/app/workflow-log/__tests__/list.spec.tsx
#	web/app/components/apps/__tests__/list.spec.tsx
#	web/app/components/apps/list.tsx
#	web/app/components/base/chat/chat-with-history/header/operation.tsx
#	web/app/components/base/chat/chat-with-history/sidebar/operation.tsx
#	web/app/components/header/account-setting/data-source-page-new/operator.tsx
#	web/app/components/header/account-setting/members-page/operation/index.tsx
#	web/app/components/plugins/marketplace/sort-dropdown/__tests__/index.spec.tsx
#	web/app/components/plugins/marketplace/sort-dropdown/index.tsx
#	web/app/components/plugins/plugin-page/plugin-tasks/index.tsx
#	web/app/components/workflow/header/__tests__/test-run-menu.spec.tsx
#	web/app/components/workflow/header/test-run-menu.tsx
#	web/app/components/workflow/nodes/_base/components/next-step/operator.tsx
#	web/app/components/workflow/nodes/_base/components/panel-operator/index.tsx
#	web/app/components/workflow/nodes/assigner/components/__tests__/operation-selector.spec.tsx
#	web/app/components/workflow/nodes/assigner/components/operation-selector.tsx
#	web/app/components/workflow/operator/__tests__/more-actions.spec.tsx
#	web/app/components/workflow/operator/zoom-in-out.tsx
#	web/app/components/workflow/panel/version-history-panel/context-menu/menu-item.tsx
#	web/app/components/workflow/selection-contextmenu.tsx
#	web/eslint-suppressions.json

Co-authored-by: FFXN <31929997+FFXN@users.noreply.github.com>
2026-04-20 07:03:29 +00:00
..
__tests__ test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
action-button refactor(web): replace portal component with DropdownMenu in various components (#35319) 2026-04-17 05:53:51 +00:00
agent-log-modal refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
amplitude feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
answer-icon feat(ui): scaffold @langgenius/dify-ui and migrate design tokens (#35256) 2026-04-15 13:11:20 +00:00
app-icon feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
app-icon-picker refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
audio-btn refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
audio-gallery Merge remote-tracking branch 'origin/deploy/dev' into feat/evaluation 2026-04-20 07:03:29 +00:00
auto-height-textarea feat(ui): scaffold @langgenius/dify-ui and migrate design tokens (#35256) 2026-04-15 13:11:20 +00:00
badge feat(ui): scaffold @langgenius/dify-ui and migrate design tokens (#35256) 2026-04-15 13:11:20 +00:00
block-input refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
carousel feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
chat Merge remote-tracking branch 'origin/deploy/dev' into feat/evaluation 2026-04-20 07:03:29 +00:00
checkbox feat(ui): scaffold @langgenius/dify-ui and migrate design tokens (#35256) 2026-04-15 13:11:20 +00:00
checkbox-list refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
chip feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
content-dialog feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
copy-feedback fix: copy button not working on API Server and API Key pages (#34515) 2026-04-09 02:49:40 +00:00
copy-icon Merge deploy/dev into feat/evaluation - resolve merge conflicts 2026-04-17 08:29:13 +00:00
corner-label Merge deploy/dev into feat/evaluation - resolve merge conflicts 2026-04-17 08:29:13 +00:00
date-and-time-picker refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
dialog feat(ui): scaffold @langgenius/dify-ui and migrate design tokens (#35256) 2026-04-15 13:11:20 +00:00
divider feat(ui): scaffold @langgenius/dify-ui and migrate design tokens (#35256) 2026-04-15 13:11:20 +00:00
drawer refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
drawer-plus feat(ui): scaffold @langgenius/dify-ui and migrate design tokens (#35256) 2026-04-15 13:11:20 +00:00
effect feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
emoji-picker refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
encrypted-bottom feat(ui): scaffold @langgenius/dify-ui and migrate design tokens (#35256) 2026-04-15 13:11:20 +00:00
error-boundary refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
features Merge remote-tracking branch 'origin/deploy/dev' into feat/evaluation 2026-04-20 07:03:29 +00:00
file-icon feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
file-thumb feat(ui): scaffold @langgenius/dify-ui and migrate design tokens (#35256) 2026-04-15 13:11:20 +00:00
file-uploader refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
float-right-container test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
form Merge remote-tracking branch 'origin/deploy/dev' into feat/evaluation 2026-04-20 07:03:29 +00:00
fullscreen-modal feat(ui): scaffold @langgenius/dify-ui and migrate design tokens (#35256) 2026-04-15 13:11:20 +00:00
ga chore: knip fix (#34481) 2026-04-02 15:03:42 +00:00
grid-mask feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
icons feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
image-gallery feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
image-uploader Merge remote-tracking branch 'origin/deploy/dev' into feat/evaluation 2026-04-20 07:03:29 +00:00
inline-delete-confirm refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
input Merge deploy/dev into feat/evaluation - resolve merge conflicts 2026-04-17 08:29:13 +00:00
input-with-copy feat(ui): scaffold @langgenius/dify-ui and migrate design tokens (#35256) 2026-04-15 13:11:20 +00:00
linked-apps-panel feat(ui): scaffold @langgenius/dify-ui and migrate design tokens (#35256) 2026-04-15 13:11:20 +00:00
list-empty feat(ui): scaffold @langgenius/dify-ui and migrate design tokens (#35256) 2026-04-15 13:11:20 +00:00
loading feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
logo Merge deploy/dev into feat/evaluation - resolve merge conflicts 2026-04-17 08:29:13 +00:00
markdown feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
markdown-blocks Merge remote-tracking branch 'origin/deploy/dev' into feat/evaluation 2026-04-20 07:03:29 +00:00
markdown-with-directive feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
mermaid feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
message-log-modal feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
modal refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
modal-like-wrap Merge remote-tracking branch 'origin/deploy/dev' into feat/evaluation 2026-04-20 07:03:29 +00:00
new-audio-button feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
node-status feat(ui): scaffold @langgenius/dify-ui and migrate design tokens (#35256) 2026-04-15 13:11:20 +00:00
notion-connector refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
notion-icon Merge deploy/dev into feat/evaluation - resolve merge conflicts 2026-04-17 08:29:13 +00:00
notion-page-selector feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
pagination refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
param-item refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
portal-to-follow-elem refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
premium-badge feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
progress-bar feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
prompt-editor Merge remote-tracking branch 'origin/deploy/dev' into feat/evaluation 2026-04-20 07:03:29 +00:00
prompt-log-modal feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
qrcode feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
radio feat(ui): scaffold @langgenius/dify-ui and migrate design tokens (#35256) 2026-04-15 13:11:20 +00:00
radio-card feat(ui): scaffold @langgenius/dify-ui and migrate design tokens (#35256) 2026-04-15 13:11:20 +00:00
search-input feat(ui): scaffold @langgenius/dify-ui and migrate design tokens (#35256) 2026-04-15 13:11:20 +00:00
segmented-control feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
select Merge remote-tracking branch 'origin/deploy/dev' into feat/evaluation 2026-04-20 07:03:29 +00:00
simple-pie-chart feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
skeleton feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
sort feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
spinner feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
svg feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
svg-gallery feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
tab-header feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
tab-slider feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
tab-slider-new feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
tab-slider-plain feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
tag feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
tag-input refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
tag-management Merge remote-tracking branch 'origin/deploy/dev' into feat/evaluation 2026-04-20 07:03:29 +00:00
text-generation refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
textarea feat(ui): scaffold @langgenius/dify-ui and migrate design tokens (#35256) 2026-04-15 13:11:20 +00:00
timezone-label feat(ui): scaffold @langgenius/dify-ui and migrate design tokens (#35256) 2026-04-15 13:11:20 +00:00
tooltip refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
user-avatar-list refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
video-gallery feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
voice-input feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
with-input-validation test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
zendesk chore: knip fix (#34481) 2026-04-02 15:03:42 +00:00
alert.tsx feat(ui): scaffold @langgenius/dify-ui and migrate design tokens (#35256) 2026-04-15 13:11:20 +00:00
app-unavailable.tsx feat(ui): scaffold @langgenius/dify-ui and migrate design tokens (#35256) 2026-04-15 13:11:20 +00:00
badge.tsx feat(ui): scaffold @langgenius/dify-ui and migrate design tokens (#35256) 2026-04-15 13:11:20 +00:00
theme-selector.tsx refactor: update to tailwind v4 (#34415) 2026-04-02 07:06:11 +00:00
theme-switcher.tsx feat(ui): scaffold @langgenius/dify-ui and migrate design tokens (#35256) 2026-04-15 13:11:20 +00:00