dify/web/app/components/workflow/variable-inspect
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
..
artifacts-tab.spec.tsx refactor(web): replace query option tunneling with queryOptions factories 2026-02-27 11:58:16 +08:00
artifacts-tab.tsx refactor(web): replace query option tunneling with queryOptions factories 2026-02-27 11:58:16 +08:00
display-content.tsx Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
empty.tsx Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
group.tsx Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
index.tsx chore(web): migrate lodash-es to es-toolkit compat (#30126) 2025-12-25 09:44:57 +08:00
inspect-layout.tsx fix(web): align variable inspect tabs in empty state 2026-01-28 14:15:55 +08:00
large-data-alert.tsx Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
left.tsx refactor: type variable inspect handlers 2026-01-31 00:04:57 +08:00
listening.tsx Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
panel.tsx refactor(web): replace query option tunneling with queryOptions factories 2026-02-27 11:58:16 +08:00
right.tsx Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
split-panel.tsx refactor(web): extract split layout for variable inspect 2026-01-28 14:06:34 +08:00
tab-header.tsx Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
trigger.tsx Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
types.ts refactor: streamline variable inspect editor state 2026-01-31 00:31:26 +08:00
utils.tsx Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-10 18:12:41 +08:00
value-content.tsx refactor: streamline variable inspect editor state 2026-01-31 00:31:26 +08:00
value-types.ts refactor: streamline variable inspect editor state 2026-01-31 00:31:26 +08:00
variables-tab.tsx refactor: type event emitter payloads 2026-01-31 00:04:57 +08:00