From 7534c46583342332820c503f1e4fe8bf8397b03d Mon Sep 17 00:00:00 2001 From: Danila Poyarkov Date: Mon, 2 Mar 2026 19:38:17 +0300 Subject: [PATCH] Truncate long node names in export button --- CHANGELOG.md | 3 +++ src/components/properties/ExportSection.vue | 2 +- src/stores/editor.ts | 5 +++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0517e351..e4568edff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,14 @@ - Tab bar with close buttons, middle-click to close, and new tab (+) button - Keyboard shortcuts: ⌘N/⌘T new tab, ⌘W close tab, ⌘O opens in new tab - Native Tauri menu: File → New and File → Close Tab wired to tab actions +- Render text from SkPicture cache when fonts are missing — pixel-perfect display without the font installed +- Missing font indicator (⚠) next to font picker in the sidebar ### Fixes - Fix clipboard "Outside int range" error — `pasteID` used unsigned int exceeding Kiwi's signed 32-bit field - Error toasts are now sticky (don't auto-dismiss), with selectable text, copy button, and close button +- Truncate long node names in export button ### Tests diff --git a/src/components/properties/ExportSection.vue b/src/components/properties/ExportSection.vue index dda91462f..0ecea3654 100644 --- a/src/components/properties/ExportSection.vue +++ b/src/components/properties/ExportSection.vue @@ -138,7 +138,7 @@ function formatScale(scale: number): string {