dify/web/app/components
Coding On Star d942adf3b2
Some checks failed
autofix.ci / autofix (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
Main CI Pipeline / Check Changed Files (push) Waiting to run
Main CI Pipeline / API Tests (push) Blocked by required conditions
Main CI Pipeline / Web Tests (push) Blocked by required conditions
Main CI Pipeline / Style Check (push) Waiting to run
Main CI Pipeline / VDB Tests (push) Blocked by required conditions
Main CI Pipeline / DB Migration Test (push) Blocked by required conditions
Check i18n Files and Create PR / check-and-update (push) Has been cancelled
feat: Enhance Amplitude tracking across various components (#29662)
Co-authored-by: CodingOnStar <hanxujiang@dify.ai>
2025-12-15 15:25:10 +08:00
..
app feat: Enhance Amplitude tracking across various components (#29662) 2025-12-15 15:25:10 +08:00
app-sidebar fix(workflow): validate node compatibility when importing dsl between chatflows and workflows (#28012) 2025-11-20 11:40:24 +08:00
apps fix: harden async window open placeholder logic (#29393) 2025-12-10 16:46:48 +08:00
base feat: Enhance Amplitude tracking across various components (#29662) 2025-12-15 15:25:10 +08:00
billing chore: Advance the timing of the dataset payment prompt (#29497) 2025-12-11 15:49:42 +08:00
custom feat: implement file extension blacklist for upload security (#27540) 2025-11-04 15:45:22 +08:00
datasets feat: Enhance Amplitude tracking across various components (#29662) 2025-12-15 15:25:10 +08:00
develop Refactor datasets service toward TanStack Query (#29008) 2025-12-09 13:48:23 +08:00
explore chore: test for app card and no data (#29570) 2025-12-12 16:01:58 +08:00
goto-anything Stop showing slash commands in general Go to Anything search (#29012) 2025-12-02 14:24:21 +08:00
header feat: multimodal support (image) (#27793) 2025-12-09 11:44:50 +08:00
plugins feat: Enhance Amplitude tracking across various components (#29662) 2025-12-15 15:25:10 +08:00
rag-pipeline feat: Enhance Amplitude tracking across various components (#29662) 2025-12-15 15:25:10 +08:00
share chore: test for app card and no data (#29570) 2025-12-12 16:01:58 +08:00
signin [Chore/Refactor] Implement lazy initialization for useState calls to prevent re-computation (#26252) 2025-09-29 20:35:55 +09:00
tools test: add comprehensive Jest tests for ConfirmModal component (#29627) 2025-12-15 11:14:38 +08:00
workflow feat: Enhance Amplitude tracking across various components (#29662) 2025-12-15 15:25:10 +08:00
workflow-app feat: Enhance Amplitude tracking across various components (#29662) 2025-12-15 15:25:10 +08:00
browser-initializer.tsx Perf: remove user profile loading (#22710) 2025-07-21 16:35:52 +08:00
i18n-server.tsx fix: Refactor i18n config and fix plugin search box styling issue (#22945) 2025-07-25 15:01:28 +08:00
i18n.tsx fix: Refactor i18n config and fix plugin search box styling issue (#22945) 2025-07-25 15:01:28 +08:00
react-scan.tsx feat: add ReactScan component for enhanced development scanning (#29086) 2025-12-03 18:19:12 +08:00
sentry-initializer.tsx Perf: remove user profile loading (#22710) 2025-07-21 16:35:52 +08:00
splash.tsx chore: improve the user experience of not login into apps (#28120) 2025-11-12 16:47:45 +08:00
swr-initializer.tsx rm useless router.replace (#27386) 2025-10-26 19:26:46 +08:00
with-i18n.tsx