dify/web/app/components
yyh fb034a1324
fix: strip leading dot from file extension before matching
Backend returns extensions with a leading dot (e.g., `.png` from
`os.path.splitext`), causing binary/media files to be misclassified
as text since they didn't match the dot-free extension lists.
2026-01-29 17:07:40 +08:00
..
app Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-01-29 11:44:01 +08:00
app-sidebar Merge remote-tracking branch 'myori/main' into feat/collaboration2 2026-01-24 15:22:07 +08:00
apps Merge branch 'feat/collaboration2' into feat/support-agent-sandbox 2026-01-25 00:00:03 +08:00
base chore: llm editor prompt placeholder support sandbox 2026-01-29 16:57:04 +08:00
billing feat: handle upgrade confirm and icon 2026-01-29 15:00:04 +08:00
custom chore: remove useless __esModule (#30366) 2025-12-30 15:37:16 +08:00
datasets Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-01-29 11:44:01 +08:00
develop test: add comprehensive tests (#31649) 2026-01-29 11:16:26 +08:00
devtools refactor(web): organize devtools components (#30318) 2025-12-30 09:21:41 +08:00
explore test: add comprehensive tests (#31649) 2026-01-29 11:16:26 +08:00
goto-anything refactor(web): remove useMixedTranslation, better resource loading (#30630) 2026-01-07 13:20:09 +08:00
header Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-01-27 16:22:02 +08:00
plugins Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-01-27 15:17:40 +08:00
provider chore: disable serwist in dev (#31424) 2026-01-23 11:35:14 +08:00
rag-pipeline Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-01-29 11:44:01 +08:00
share test: add comprehensive tests (#31649) 2026-01-29 11:16:26 +08:00
signin test: add tests for dataset document detail (#31274) 2026-01-27 15:43:27 +08:00
sub-graph feat: Add @agent icon and implement agent alias variables in workflow 2026-01-27 02:42:37 +08:00
tools Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-01-27 16:22:02 +08:00
workflow fix: strip leading dot from file extension before matching 2026-01-29 17:07:40 +08:00
workflow-app chore: not show upgrade to sandbox 2026-01-29 15:00:04 +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