dify/web/app/components
yyh ecd6c44a32
perf(web): parallelize folder upload for better performance
Optimize folder upload by creating folders at the same depth level in
parallel and uploading all files concurrently. This reduces upload time
from O(n) sequential requests to O(depth) folder requests + 1 file request.
2026-01-22 17:06:22 +08:00
..
app test: fix test in #30849 (#31350) 2026-01-22 16:13:09 +08:00
app-sidebar fix: enforce no-leaked-conditional-rendering as error and fix violations (#31262) 2026-01-20 23:08:59 +08:00
apps fix(web): Zustand testing best practices and state read optimization (#31163) 2026-01-19 10:31:34 +08:00
base Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-01-22 16:40:19 +08:00
billing feat: enhance ProgressBar and UsageInfo for storage mode (#31273) 2026-01-21 14:04:33 +08:00
custom chore: remove useless __esModule (#30366) 2025-12-30 15:37:16 +08:00
datasets fix: more doc link fix (#31395) 2026-01-22 16:13:10 +08:00
develop refactor(i18n): about locales (#30336) 2025-12-30 14:38:23 +08:00
devtools refactor(web): organize devtools components (#30318) 2025-12-30 09:21:41 +08:00
explore feat(web): migrate from es-toolkit/compat to native es-toolkit (#30244) (#30246) 2025-12-31 11:13:22 +08:00
goto-anything refactor(web): remove useMixedTranslation, better resource loading (#30630) 2026-01-07 13:20:09 +08:00
header fix: following docs link fix (#31390) 2026-01-22 16:13:10 +08:00
plugins feat: tool config 2026-01-22 17:00:59 +08:00
provider feat(web): migrate PWA to Serwist (#30808) 2026-01-10 17:16:18 +09:00
rag-pipeline fix: check and update doc links (#30849) 2026-01-22 16:13:09 +08:00
share fix: remove hardcoded 48-character limit from text inputs (#30156) 2026-01-15 17:43:00 +08:00
signin refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
sub-graph refactor: rename mention node to nested_node for generic sub-graph support 2026-01-22 13:15:13 +08:00
tools fix: check and update doc links (#30849) 2026-01-22 16:13:09 +08:00
workflow perf(web): parallelize folder upload for better performance 2026-01-22 17:06:22 +08:00
workflow-app fix: more doc link fix (#31395) 2026-01-22 16:13:10 +08:00
app-initializer.tsx refactor(web): setup status caching (#30798) 2026-01-13 16:59:49 +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
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