File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6497,7 +6497,7 @@ document.addEventListener("DOMContentLoaded", async function () {
64976497 <div style="display:flex; flex-direction:column; align-items:center; width:100%; height:100%;">
64986498 <div style="font-size:10px; font-weight:${titleWeight}; color:${titleColor}; margin-bottom:4px;">${t.title}</div>
64996499 <div class="diagram-svg-container diagram-svg-${catClass}" style="flex:1; width:100%; display:flex; align-items:center; justify-content:center; overflow:hidden;">
6500- ${t.svg}
6500+ <div class="loading-spinner">Loading...</div>
65016501 </div>
65026502 </div>
65036503 `;
@@ -6540,7 +6540,7 @@ document.addEventListener("DOMContentLoaded", async function () {
65406540 // Render bottom preview container with API image & fallback
65416541 previewContainer.innerHTML = `
65426542 <div class="diagram-svg-container diagram-svg-${catClass}" style="width:100%; height:100%; display:flex; align-items:center; justify-content:center; overflow:hidden;">
6543- ${t.svg}
6543+ <div class="loading-spinner">Loading...</div>
65446544 </div>
65456545 `;
65466546
You can’t perform that action at this time.
0 commit comments