dify/web/app/components
twwu c0a4f3b715
Some checks are pending
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
refactor(human-input): reorganize hooks and improve structure for better maintainability
2025-12-29 13:57:34 +08:00
..
app Merge branch 'main' into feat/hitl-frontend 2025-12-29 12:54:17 +08:00
app-sidebar chore: fix type check for i18n (#30058) 2025-12-24 16:31:16 +08:00
apps refactor(query-state): migrate query param state management to nuqs (#30184) 2025-12-29 11:24:54 +08:00
base Merge branch 'main' into feat/hitl-frontend 2025-12-29 10:35:51 +08:00
billing chore: some test (#30144) 2025-12-25 15:34:24 +08:00
custom chore: some tests for components (#30194) 2025-12-26 14:36:24 +08:00
datasets feat: document batch operation tool add re-index operation (#30275) 2025-12-29 10:03:15 +08:00
develop chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00
explore refactor(query-state): migrate query param state management to nuqs (#30184) 2025-12-29 11:24:54 +08:00
goto-anything chore: fix type check for i18n (#30058) 2025-12-24 16:31:16 +08:00
header fix: update permission in member list caused page crash (#30164) 2025-12-25 17:26:21 +08:00
plugins refactor(query-state): migrate query param state management to nuqs (#30184) 2025-12-29 11:24:54 +08:00
rag-pipeline chore(web): migrate lodash-es to es-toolkit compat (#30126) 2025-12-25 09:44:57 +08:00
share feat: allow config NEXT_PUBLIC_BATCH_CONCURRENCY (#30086) 2025-12-26 10:49:10 +08:00
signin chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
tools refactor(query-state): migrate query param state management to nuqs (#30184) 2025-12-29 11:24:54 +08:00
workflow refactor(human-input): reorganize hooks and improve structure for better maintainability 2025-12-29 13:57:34 +08:00
workflow-app refactor: streamline chat operation handling and enhance workflow event management 2025-12-26 16:39:17 +08:00
browser-initializer.spec.ts feat: Add polyfill for Array.prototype.toSpliced method (#30031) 2025-12-23 17:48:20 +08:00
browser-initializer.tsx feat: Add polyfill for Array.prototype.toSpliced method (#30031) 2025-12-23 17:48:20 +08:00
devtools.tsx refactor(web): Migrate to Unified TanStack Devtools (#30279) 2025-12-29 09:43:44 +08:00
i18n-server.tsx chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00
i18n.tsx chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00
react-scan.tsx chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
sentry-initializer.tsx refactor(web): Migrate to Unified TanStack Devtools (#30279) 2025-12-29 09:43:44 +08:00
splash.tsx chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00
swr-initializer.tsx chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
with-i18n.tsx