dify/web/app
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
..
(commonLayout) Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
(humanInputLayout)/form/[token] Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
(shareLayout) Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
account refactor(web): preserve all OAuth query params and remove legacy storage fallback 2026-02-10 14:39:05 +08:00
activate Revert "refactor!: replace Zustand global store with TanStack Query for systemFeatures" 2026-02-01 19:06:45 +08:00
components refactor(web): replace query option tunneling with queryOptions factories 2026-02-27 11:58:16 +08:00
education-apply Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
forgot-password refactor: type safe env, update to zod v4 (#32035) 2026-02-10 17:55:11 +08:00
init refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
install refactor: type safe env, update to zod v4 (#32035) 2026-02-10 17:55:11 +08:00
oauth-callback
repos/[owner]/[repo]/releases chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
reset-password Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
serwist/[path] refactor: type safe env, update to zod v4 (#32035) 2026-02-10 17:55:11 +08:00
signin refactor(web): preserve all OAuth query params and remove legacy storage fallback 2026-02-10 14:39:05 +08:00
signup Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
styles refactor: import component css in globals.css (#32180) 2026-02-10 15:36:40 +08:00
layout.tsx refactor: type safe env, update to zod v4 (#32035) 2026-02-10 17:55:11 +08:00
page.spec.tsx refactor(web): preserve all OAuth query params and remove legacy storage fallback 2026-02-10 14:39:05 +08:00
page.tsx refactor(web): migrate OAuth redirect storage to utility and preserve query params 2026-02-10 14:23:47 +08:00
routePrefixHandle.tsx chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
sw.ts Revert "fix(web): resolve serwist precaching 404 errors" 2026-02-05 16:06:33 +08:00