dify/web/app/components/header/account-setting
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
..
api-based-extension-page Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
collapse chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
data-source-page Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
data-source-page-new Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
Integrations-page refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
key-validator refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
language-page refactor(web): remove useMixedTranslation, better resource loading (#30630) 2026-01-07 13:20:09 +08:00
members-page Merge branch 'main' into feat/support-agent-sandbox 2026-02-11 17:50:35 +08:00
model-provider-page fix: support tool call badge & disable tools in llm when model not support tool call 2026-02-11 10:46:55 +08:00
plugin-page refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
sandbox-provider-page refactor(web): replace query option tunneling with queryOptions factories 2026-02-27 11:58:16 +08:00
constants.ts refactor: rename ACCOUNT_SETTING_TAB.PROVIDER to MODEL_PROVIDER 2026-01-13 15:07:04 +08:00
index.tsx Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
menu-dialog.tsx feat(web): migrate from es-toolkit/compat to native es-toolkit (#30244) (#30246) 2025-12-31 11:13:22 +08:00