fix(canvas): label the generating skeleton with status, not the planned title

Show a localized "Generating" label on the artboard generation skeleton
while keeping the planned title as the aria-label, so in-progress nodes read
as a status instead of prematurely displaying their eventual name.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-17 09:07:37 +08:00
parent f5a1ae7961
commit 9da13d2814
4 changed files with 20 additions and 4 deletions
+1
View File
@@ -443,6 +443,7 @@
"cadImportFailed": "CAD conversion failed. Check that the file is complete and uses a supported version.",
"uploadingImage": "Uploading",
"extractingText": "Extract text",
"generatingImage": "Generating",
"textNode": "Text node",
"frameNode": "Frame",
"generateImage": "Generate image",