From ef6f6580df6e8fbce913eecc1fe7e0f8caf1315b Mon Sep 17 00:00:00 2001 From: rejbasket <39080670+rejbasket@users.noreply.github.com> Date: Mon, 22 May 2023 22:33:19 +0200 Subject: Update electron version to v14.2.9 (#2214) Authored-by: rejbasket Co-authored-by: Kaalleen Co-authored-by: Lex Neva --- .../src/renderer/components/InstallPalettes.vue | 123 --------------------- electron/src/renderer/components/NotFound.vue | 12 ++ electron/src/renderer/components/Preferences.vue | 55 +++++---- electron/src/renderer/components/Simulator.vue | 17 ++- 4 files changed, 52 insertions(+), 155 deletions(-) delete mode 100644 electron/src/renderer/components/InstallPalettes.vue create mode 100644 electron/src/renderer/components/NotFound.vue (limited to 'electron/src/renderer/components') diff --git a/electron/src/renderer/components/InstallPalettes.vue b/electron/src/renderer/components/InstallPalettes.vue deleted file mode 100644 index 3608f858..00000000 --- a/electron/src/renderer/components/InstallPalettes.vue +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - Install Palettes - - - - Ink/Stitch can install palettes for Inkscape matching the thread colors from popular machine embroidery thread manufacturers. - - - - - - If you are not sure which file path to choose, click on install directly. In most cases Ink/Stitch will guess the correct path. - - - - - mdi-palette - Install - - - Cancel - - - - - - - Installation Completed - - - - - Inkscape palettes have been installed. Please restart Inkscape to load the new palettes. - - - - - Done - - - - - - - Installation Failed - - - - Inkscape add-on installation failed - - - {{ error }} - - - - Try again - - - Cancel - - - - - - - - - diff --git a/electron/src/renderer/components/NotFound.vue b/electron/src/renderer/components/NotFound.vue new file mode 100644 index 00000000..4accf901 --- /dev/null +++ b/electron/src/renderer/components/NotFound.vue @@ -0,0 +1,12 @@ + + + + Oops, it looks like the page you're looking for doesn't exist. + diff --git a/electron/src/renderer/components/Preferences.vue b/electron/src/renderer/components/Preferences.vue index f68c942d..101f1b8a 100644 --- a/electron/src/renderer/components/Preferences.vue +++ b/electron/src/renderer/components/Preferences.vue @@ -1,13 +1,22 @@ + + - + - + Ink/Stitch Settings - + This SVG @@ -16,16 +25,16 @@ - - + + - - Minimum jump stitch length + + Minimum jump stitch length Jump stitches smaller than this will be treated as normal stitches. @@ -45,8 +54,8 @@ - - Minimum stitch length + + Minimum stitch length Drop stitches smaller than this value. @@ -66,16 +75,16 @@ - - + + - - Default minimum jump stitch length + + Default minimum jump stitch length Used for new SVGs. @@ -90,8 +99,8 @@ - - Default minimum stitch length + + Default minimum stitch length Used for new SVGs. @@ -106,8 +115,8 @@ - - Stitch plan cache size + + Stitch plan cache size The greater the number, the more stitch plans can be cached, speeding up stitch plan calculation. Default: 100 @@ -125,8 +134,8 @@ - - + + done @@ -136,8 +145,7 @@