From 000bdf6bc01b00fac6311144bff3e1d46ad88741 Mon Sep 17 00:00:00 2001 From: yyh Date: Wed, 28 Jan 2026 16:33:06 +0800 Subject: [PATCH] style: uploading state for upload folder --- .../workflow/skill/file-tree/upload-status-tooltip.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/web/app/components/workflow/skill/file-tree/upload-status-tooltip.tsx b/web/app/components/workflow/skill/file-tree/upload-status-tooltip.tsx index 5c90d898bc..678cfd81c3 100644 --- a/web/app/components/workflow/skill/file-tree/upload-status-tooltip.tsx +++ b/web/app/components/workflow/skill/file-tree/upload-status-tooltip.tsx @@ -102,7 +102,13 @@ const UploadStatusTooltip: FC = ({ fallback }) => { failed: uploadProgress.failed, total: uploadProgress.total, })} - {uploadStatus === 'uploading' && '\u00A0'} + {uploadStatus === 'uploading' && ( + + · + · + · + + )}