dify/web/app/components/workflow/variable-inspect
yyh ff71816373
refactor: use query data for selected file download, keep mutation for tree downloads
The toolbar download button now uses the already-fetched download URL
from useQuery (zero extra requests), while tree node downloads keep
using useMutation with React Query-managed isPending state instead of
a hand-rolled useState wrapper.
2026-01-29 20:48:58 +08:00
..
artifacts-tab.tsx refactor: use query data for selected file download, keep mutation for tree downloads 2026-01-29 20:48:58 +08:00
display-content.tsx refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
empty.tsx fix: check and update doc links (#30849) 2026-01-22 16:13:09 +08:00
group.tsx feat(variable-inspect): add Artifacts tab with sandbox file tree browser 2026-01-27 15:05:11 +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 refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
left.tsx feat(variable-inspect): add Artifacts tab with sandbox file tree browser 2026-01-27 15:05:11 +08:00
listening.tsx refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
panel.tsx refactor(web): extract split layout for variable inspect 2026-01-28 14:06:34 +08:00
right.tsx refactor(web): extract split layout for variable inspect 2026-01-28 14:06:34 +08:00
split-panel.tsx refactor(web): extract split layout for variable inspect 2026-01-28 14:06:34 +08:00
tab-header.tsx fix(variable-inspect): anchor clear button to right side of tab header 2026-01-28 20:34:23 +08:00
trigger.tsx refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
types.ts feat(variable-inspect): add Artifacts tab with sandbox file tree browser 2026-01-27 15:05:11 +08:00
utils.tsx feat: Add @agent icon and implement agent alias variables in workflow 2026-01-27 02:42:37 +08:00
value-content.tsx feat: Add support for array[message](List[promptMessage]) variable type 2026-01-26 17:50:18 +08:00
variables-tab.tsx refactor(web): extract split layout for variable inspect 2026-01-28 14:06:34 +08:00