mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
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. |
||
|---|---|---|
| .. | ||
| artifacts-section.tsx | ||
| artifacts-tree.tsx | ||
| drag-action-tooltip.tsx | ||
| index.tsx | ||
| menu-item.tsx | ||
| node-menu.tsx | ||
| tree-context-menu.tsx | ||
| tree-edit-input.tsx | ||
| tree-guide-lines.tsx | ||
| tree-node-icon.tsx | ||
| tree-node.tsx | ||
| upload-status-tooltip.tsx | ||