dify/web/app/components
yyh d444a8eadc
feat: use blacklist approach for file editability in Monaco Editor
Switch from whitelist to blacklist pattern for determining editable files.
Files are now editable unless they are known binary types (audio, archives,
executables, Office documents, fonts, etc.), enabling support for any
runtime-generated text files without needing to add extensions one by one.
2026-01-21 16:53:01 +08:00
..
app Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-01-21 10:52:43 +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 feat: support choose tools 2026-01-21 15:05:58 +08:00
billing feat: enhance ProgressBar and UsageInfo for storage mode (#31273) 2026-01-21 14:04:33 +08:00
custom
datasets Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-01-21 13:21:39 +08:00
develop
devtools
explore
goto-anything
header Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-01-21 10:52:43 +08:00
plugins Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-01-21 10:52:43 +08:00
provider
rag-pipeline fix: workflow can not init 2026-01-19 15:15:24 +08:00
share fix: remove hardcoded 48-character limit from text inputs (#30156) 2026-01-15 17:43:00 +08:00
signin
sub-graph feat: add AssembleVariablesAlt icon and integrate into sub-graph 2026-01-19 22:31:04 +08:00
tools fix: enforce no-leaked-conditional-rendering as error and fix violations (#31262) 2026-01-20 23:08:59 +08:00
workflow feat: use blacklist approach for file editability in Monaco Editor 2026-01-21 16:53:01 +08:00
workflow-app fix: llm generation variable 2026-01-21 14:57:54 +08:00
app-initializer.tsx
browser-initializer.spec.ts
browser-initializer.tsx
sentry-initializer.tsx
splash.tsx