From b9e233f497c5ae92151f133c87f909a4e6ee2562 Mon Sep 17 00:00:00 2001 From: Shreyash Date: Tue, 15 Sep 2026 21:57:39 +0530 Subject: [PATCH] :sparkles: Add 3x export scale option (#11598) Adds a 3x entry to the export scale selector in the workspace design sidebar and in the viewer inspect panel, so @3x assets can be exported natively without resizing them in external tools. Signed-off-by: Shreyash Agare Co-authored-by: Shreyash Agare Co-authored-by: Andrey Antukh --- frontend/src/app/main/ui/inspect/exports.cljs | 1 + .../src/app/main/ui/workspace/sidebar/options/menus/exports.cljs | 1 + 2 files changed, 2 insertions(+) diff --git a/frontend/src/app/main/ui/inspect/exports.cljs b/frontend/src/app/main/ui/inspect/exports.cljs index f9a7636166..dab7869948 100644 --- a/frontend/src/app/main/ui/inspect/exports.cljs +++ b/frontend/src/app/main/ui/inspect/exports.cljs @@ -135,6 +135,7 @@ {:value "1" :label "1x"} {:value "1.5" :label "1.5x"} {:value "2" :label "2x"} + {:value "3" :label "3x"} {:value "4" :label "4x"} {:value "6" :label "6x"}] diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/menus/exports.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/menus/exports.cljs index 25a4ca08ca..90082d6e5c 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/menus/exports.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/menus/exports.cljs @@ -193,6 +193,7 @@ {:value "1" :label "1x"} {:value "1.5" :label "1.5x"} {:value "2" :label "2x"} + {:value "3" :label "3x"} {:value "4" :label "4x"} {:value "6" :label "6x"}]