From 3a50488c5241eeebd66ebbc4fade8e22e85bd24f Mon Sep 17 00:00:00 2001 From: Hunter Caron Date: Wed, 15 Apr 2026 16:02:46 +0200 Subject: [PATCH 1/3] First pass --- plugins/3rd-party-optimizer/src/App.tsx | 2 +- plugins/ashby/src/App.css | 1 + plugins/color-extract/src/App.css | 15 --------------- plugins/color-extract/src/App.tsx | 2 +- plugins/dither/src/App.css | 13 ------------- plugins/dither/src/App.tsx | 3 ++- plugins/dither/src/dropzone/drag-and-drop.tsx | 2 +- plugins/threshold/src/App.tsx | 2 +- 8 files changed, 7 insertions(+), 33 deletions(-) diff --git a/plugins/3rd-party-optimizer/src/App.tsx b/plugins/3rd-party-optimizer/src/App.tsx index b2f7997ed..5366a8c8a 100644 --- a/plugins/3rd-party-optimizer/src/App.tsx +++ b/plugins/3rd-party-optimizer/src/App.tsx @@ -75,7 +75,7 @@ export function App() {

New script version available

- {current > 0 ? "Syncing" : "Loading data"}… please keep the plugin open until the process is complete. + {current > 0 ? "Syncing" : "Loading data"}… please keep the Plugin open until the process is complete.

)