dify/web/app/components
yyh 0bdd21bc17
refactor(web): replace query option tunneling with queryOptions factories
Extract sandboxFilesTreeOptions and buildTreeFromFlatList from
useSandboxFilesTree so callers that need custom TanStack Query behavior
(e.g. refetchInterval) can compose at the call site instead of tunneling
options through the hook. Remove the thin useGetSandboxProviderList
wrapper in favor of inline oRPC queryOptions in the component.

Also remove redundant .input(type<unknown>()) from three no-input GET
contracts—oc already defaults TInputSchema to Schema<unknown, unknown>.
2026-02-27 11:58:16 +08:00
..
app chore: blank add to template link 2026-02-13 13:48:49 +08:00
app-sidebar Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
apps Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-13 15:17:52 +08:00
base Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-13 15:17:52 +08:00
billing Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-13 15:17:52 +08:00
custom Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-13 15:17:52 +08:00
datasets Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-13 15:17:52 +08:00
develop Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-13 15:17:52 +08:00
devtools refactor(web): organize devtools components (#30318) 2025-12-30 09:21:41 +08:00
explore Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-13 15:17:52 +08:00
goto-anything test(web): add and enhance frontend automated tests across multiple modules (#32268) 2026-02-13 10:27:48 +08:00
header refactor(web): replace query option tunneling with queryOptions factories 2026-02-27 11:58:16 +08:00
plugins refactor(web): align MCP availability context migration 2026-02-23 22:46:31 +08:00
provider refactor: type safe env, update to zod v4 (#32035) 2026-02-10 17:55:11 +08:00
rag-pipeline Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-13 15:17:52 +08:00
share Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-13 15:17:52 +08:00
signin Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-13 15:17:52 +08:00
sub-graph feat(web): unify node selector availability rules 2026-02-13 12:17:04 +08:00
tools Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-13 15:17:52 +08:00
workflow refactor(web): replace query option tunneling with queryOptions factories 2026-02-27 11:58:16 +08:00
workflow-app refactor(web): align MCP availability context migration 2026-02-23 22:46:31 +08:00
app-initializer.tsx refactor: update oauth_new_user handling in AppInitializer to use parseAsBoolean (#31862) 2026-02-03 15:20:26 +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: type safe env, update to zod v4 (#32035) 2026-02-10 17:55:11 +08:00
splash.tsx Revert "refactor!: migrate commonLayout to SSR prefetch with TanStack Query hydration" 2026-02-01 19:06:45 +08:00