From 1b41384a8555f3defa4a80d71ac5076df93276d2 Mon Sep 17 00:00:00 2001 From: Nikolaj Frey Date: Sun, 25 Feb 2024 18:30:06 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88=F0=9F=93=A6=F0=9F=A7=A0?= =?UTF-8?q?=F0=9F=A6=84=20app=20-=20renamed=20remix=20dir=20to=20app=20mai?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {remix => app}/.eslintrc.js | 0 {remix => app}/.gitignore | 0 {remix => app}/README.md | 0 .../app/Providers/Chakra/ChakraWrapper.tsx | 0 {remix => app}/app/Providers/Chakra/colors.tsx | 0 {remix => app}/app/Providers/Chakra/space.tsx | 0 {remix => app}/app/Providers/Chakra/theme.tsx | 0 .../app/Providers/ThingtimeProvider.tsx | 0 .../app/components/Buttons/Attention.tsx | 0 .../app/components/Buttons/Hamburger.tsx | 0 .../app/components/Commander/Commander.tsx | 0 .../app/components/Commander/CommanderV1.tsx | 0 {remix => app}/app/components/Icon/Icon.tsx | 0 {remix => app}/app/components/Layout/Main.tsx | 0 .../app/components/MagicInput/MagicInput.tsx | 0 {remix => app}/app/components/Nav/Footer.tsx | 0 {remix => app}/app/components/Nav/Nav.tsx | 0 .../app/components/Nav/ProfileDrawer.tsx | 0 .../app/components/Nav/ReactiveNav.tsx | 0 .../app/components/Nav/ReactiveRightNav.tsx | 0 .../app/components/Rainbow/Rainbow.tsx | 0 {remix => app}/app/components/Safety/Safe.tsx | 0 .../app/components/Skeleton/RainbowSkeleton.tsx | 0 {remix => app}/app/components/Splash/Splash.tsx | 0 .../app/components/Thingtime/SettingsMenu.tsx | 0 .../app/components/Thingtime/Thingtime.tsx | 0 .../app/components/Thingtime/ThingtimeDemo.tsx | 0 .../app/components/Thingtime/ThingtimeURL.tsx | 0 .../app/components/Thingtime/useThingtime.tsx | 0 {remix => app}/app/components/rainbowText.tsx | 0 .../app/components/textAnimation1.tsx | 0 {remix => app}/app/entry.client.tsx | 0 {remix => app}/app/entry.server.tsx | 0 {remix => app}/app/functions/safe.tsx | 0 {remix => app}/app/functions/sanitise.tsx | 0 {remix => app}/app/gp/GradientPath.js | 0 {remix => app}/app/gp/Sample.js | 0 {remix => app}/app/gp/Segment.js | 0 {remix => app}/app/gp/_constants.js | 0 {remix => app}/app/gp/_data.js | 0 {remix => app}/app/gp/_utils.js | 0 {remix => app}/app/gp/index.js | 0 {remix => app}/app/hooks/useIcons.tsx | 0 {remix => app}/app/hooks/usePath.tsx | 0 {remix => app}/app/hooks/useProps.tsx | 0 {remix => app}/app/hooks/useThings.tsx | 0 {remix => app}/app/hooks/useTrace.tsx | 0 {remix => app}/app/hooks/useUuid.tsx | 0 {remix => app}/app/root.tsx | 0 {remix => app}/app/routes/*.tsx | 0 {remix => app}/app/routes/edge.tsx | 0 {remix => app}/app/routes/index.tsx | 0 {remix => app}/app/routes/ode.tsx | 0 {remix => app}/app/routes/rainbow/*.tsx | 0 {remix => app}/app/smarts/index.tsx | 0 {remix => app}/package.json | 0 {remix => app}/pnpm-lock.yaml | 0 {remix => app}/public/favicon.ico | Bin {remix => app}/remix.config.js | 0 {remix => app}/remix.env.d.ts | 0 {remix => app}/tsconfig.json | 0 {remix => app}/vercel.json | 0 raycast/package.json | 16 ++++++++-------- raycast/src/commander.tsx | 10 ---------- raycast/src/convert.tsx | 1 + 65 files changed, 9 insertions(+), 18 deletions(-) rename {remix => app}/.eslintrc.js (100%) rename {remix => app}/.gitignore (100%) rename {remix => app}/README.md (100%) rename {remix => app}/app/Providers/Chakra/ChakraWrapper.tsx (100%) rename {remix => app}/app/Providers/Chakra/colors.tsx (100%) rename {remix => app}/app/Providers/Chakra/space.tsx (100%) rename {remix => app}/app/Providers/Chakra/theme.tsx (100%) rename {remix => app}/app/Providers/ThingtimeProvider.tsx (100%) rename {remix => app}/app/components/Buttons/Attention.tsx (100%) rename {remix => app}/app/components/Buttons/Hamburger.tsx (100%) rename {remix => app}/app/components/Commander/Commander.tsx (100%) rename {remix => app}/app/components/Commander/CommanderV1.tsx (100%) rename {remix => app}/app/components/Icon/Icon.tsx (100%) rename {remix => app}/app/components/Layout/Main.tsx (100%) rename {remix => app}/app/components/MagicInput/MagicInput.tsx (100%) rename {remix => app}/app/components/Nav/Footer.tsx (100%) rename {remix => app}/app/components/Nav/Nav.tsx (100%) rename {remix => app}/app/components/Nav/ProfileDrawer.tsx (100%) rename {remix => app}/app/components/Nav/ReactiveNav.tsx (100%) rename {remix => app}/app/components/Nav/ReactiveRightNav.tsx (100%) rename {remix => app}/app/components/Rainbow/Rainbow.tsx (100%) rename {remix => app}/app/components/Safety/Safe.tsx (100%) rename {remix => app}/app/components/Skeleton/RainbowSkeleton.tsx (100%) rename {remix => app}/app/components/Splash/Splash.tsx (100%) rename {remix => app}/app/components/Thingtime/SettingsMenu.tsx (100%) rename {remix => app}/app/components/Thingtime/Thingtime.tsx (100%) rename {remix => app}/app/components/Thingtime/ThingtimeDemo.tsx (100%) rename {remix => app}/app/components/Thingtime/ThingtimeURL.tsx (100%) rename {remix => app}/app/components/Thingtime/useThingtime.tsx (100%) rename {remix => app}/app/components/rainbowText.tsx (100%) rename {remix => app}/app/components/textAnimation1.tsx (100%) rename {remix => app}/app/entry.client.tsx (100%) rename {remix => app}/app/entry.server.tsx (100%) rename {remix => app}/app/functions/safe.tsx (100%) rename {remix => app}/app/functions/sanitise.tsx (100%) rename {remix => app}/app/gp/GradientPath.js (100%) rename {remix => app}/app/gp/Sample.js (100%) rename {remix => app}/app/gp/Segment.js (100%) rename {remix => app}/app/gp/_constants.js (100%) rename {remix => app}/app/gp/_data.js (100%) rename {remix => app}/app/gp/_utils.js (100%) rename {remix => app}/app/gp/index.js (100%) rename {remix => app}/app/hooks/useIcons.tsx (100%) rename {remix => app}/app/hooks/usePath.tsx (100%) rename {remix => app}/app/hooks/useProps.tsx (100%) rename {remix => app}/app/hooks/useThings.tsx (100%) rename {remix => app}/app/hooks/useTrace.tsx (100%) rename {remix => app}/app/hooks/useUuid.tsx (100%) rename {remix => app}/app/root.tsx (100%) rename {remix => app}/app/routes/*.tsx (100%) rename {remix => app}/app/routes/edge.tsx (100%) rename {remix => app}/app/routes/index.tsx (100%) rename {remix => app}/app/routes/ode.tsx (100%) rename {remix => app}/app/routes/rainbow/*.tsx (100%) rename {remix => app}/app/smarts/index.tsx (100%) rename {remix => app}/package.json (100%) rename {remix => app}/pnpm-lock.yaml (100%) rename {remix => app}/public/favicon.ico (100%) rename {remix => app}/remix.config.js (100%) rename {remix => app}/remix.env.d.ts (100%) rename {remix => app}/tsconfig.json (100%) rename {remix => app}/vercel.json (100%) diff --git a/remix/.eslintrc.js b/app/.eslintrc.js similarity index 100% rename from remix/.eslintrc.js rename to app/.eslintrc.js diff --git a/remix/.gitignore b/app/.gitignore similarity index 100% rename from remix/.gitignore rename to app/.gitignore diff --git a/remix/README.md b/app/README.md similarity index 100% rename from remix/README.md rename to app/README.md diff --git a/remix/app/Providers/Chakra/ChakraWrapper.tsx b/app/app/Providers/Chakra/ChakraWrapper.tsx similarity index 100% rename from remix/app/Providers/Chakra/ChakraWrapper.tsx rename to app/app/Providers/Chakra/ChakraWrapper.tsx diff --git a/remix/app/Providers/Chakra/colors.tsx b/app/app/Providers/Chakra/colors.tsx similarity index 100% rename from remix/app/Providers/Chakra/colors.tsx rename to app/app/Providers/Chakra/colors.tsx diff --git a/remix/app/Providers/Chakra/space.tsx b/app/app/Providers/Chakra/space.tsx similarity index 100% rename from remix/app/Providers/Chakra/space.tsx rename to app/app/Providers/Chakra/space.tsx diff --git a/remix/app/Providers/Chakra/theme.tsx b/app/app/Providers/Chakra/theme.tsx similarity index 100% rename from remix/app/Providers/Chakra/theme.tsx rename to app/app/Providers/Chakra/theme.tsx diff --git a/remix/app/Providers/ThingtimeProvider.tsx b/app/app/Providers/ThingtimeProvider.tsx similarity index 100% rename from remix/app/Providers/ThingtimeProvider.tsx rename to app/app/Providers/ThingtimeProvider.tsx diff --git a/remix/app/components/Buttons/Attention.tsx b/app/app/components/Buttons/Attention.tsx similarity index 100% rename from remix/app/components/Buttons/Attention.tsx rename to app/app/components/Buttons/Attention.tsx diff --git a/remix/app/components/Buttons/Hamburger.tsx b/app/app/components/Buttons/Hamburger.tsx similarity index 100% rename from remix/app/components/Buttons/Hamburger.tsx rename to app/app/components/Buttons/Hamburger.tsx diff --git a/remix/app/components/Commander/Commander.tsx b/app/app/components/Commander/Commander.tsx similarity index 100% rename from remix/app/components/Commander/Commander.tsx rename to app/app/components/Commander/Commander.tsx diff --git a/remix/app/components/Commander/CommanderV1.tsx b/app/app/components/Commander/CommanderV1.tsx similarity index 100% rename from remix/app/components/Commander/CommanderV1.tsx rename to app/app/components/Commander/CommanderV1.tsx diff --git a/remix/app/components/Icon/Icon.tsx b/app/app/components/Icon/Icon.tsx similarity index 100% rename from remix/app/components/Icon/Icon.tsx rename to app/app/components/Icon/Icon.tsx diff --git a/remix/app/components/Layout/Main.tsx b/app/app/components/Layout/Main.tsx similarity index 100% rename from remix/app/components/Layout/Main.tsx rename to app/app/components/Layout/Main.tsx diff --git a/remix/app/components/MagicInput/MagicInput.tsx b/app/app/components/MagicInput/MagicInput.tsx similarity index 100% rename from remix/app/components/MagicInput/MagicInput.tsx rename to app/app/components/MagicInput/MagicInput.tsx diff --git a/remix/app/components/Nav/Footer.tsx b/app/app/components/Nav/Footer.tsx similarity index 100% rename from remix/app/components/Nav/Footer.tsx rename to app/app/components/Nav/Footer.tsx diff --git a/remix/app/components/Nav/Nav.tsx b/app/app/components/Nav/Nav.tsx similarity index 100% rename from remix/app/components/Nav/Nav.tsx rename to app/app/components/Nav/Nav.tsx diff --git a/remix/app/components/Nav/ProfileDrawer.tsx b/app/app/components/Nav/ProfileDrawer.tsx similarity index 100% rename from remix/app/components/Nav/ProfileDrawer.tsx rename to app/app/components/Nav/ProfileDrawer.tsx diff --git a/remix/app/components/Nav/ReactiveNav.tsx b/app/app/components/Nav/ReactiveNav.tsx similarity index 100% rename from remix/app/components/Nav/ReactiveNav.tsx rename to app/app/components/Nav/ReactiveNav.tsx diff --git a/remix/app/components/Nav/ReactiveRightNav.tsx b/app/app/components/Nav/ReactiveRightNav.tsx similarity index 100% rename from remix/app/components/Nav/ReactiveRightNav.tsx rename to app/app/components/Nav/ReactiveRightNav.tsx diff --git a/remix/app/components/Rainbow/Rainbow.tsx b/app/app/components/Rainbow/Rainbow.tsx similarity index 100% rename from remix/app/components/Rainbow/Rainbow.tsx rename to app/app/components/Rainbow/Rainbow.tsx diff --git a/remix/app/components/Safety/Safe.tsx b/app/app/components/Safety/Safe.tsx similarity index 100% rename from remix/app/components/Safety/Safe.tsx rename to app/app/components/Safety/Safe.tsx diff --git a/remix/app/components/Skeleton/RainbowSkeleton.tsx b/app/app/components/Skeleton/RainbowSkeleton.tsx similarity index 100% rename from remix/app/components/Skeleton/RainbowSkeleton.tsx rename to app/app/components/Skeleton/RainbowSkeleton.tsx diff --git a/remix/app/components/Splash/Splash.tsx b/app/app/components/Splash/Splash.tsx similarity index 100% rename from remix/app/components/Splash/Splash.tsx rename to app/app/components/Splash/Splash.tsx diff --git a/remix/app/components/Thingtime/SettingsMenu.tsx b/app/app/components/Thingtime/SettingsMenu.tsx similarity index 100% rename from remix/app/components/Thingtime/SettingsMenu.tsx rename to app/app/components/Thingtime/SettingsMenu.tsx diff --git a/remix/app/components/Thingtime/Thingtime.tsx b/app/app/components/Thingtime/Thingtime.tsx similarity index 100% rename from remix/app/components/Thingtime/Thingtime.tsx rename to app/app/components/Thingtime/Thingtime.tsx diff --git a/remix/app/components/Thingtime/ThingtimeDemo.tsx b/app/app/components/Thingtime/ThingtimeDemo.tsx similarity index 100% rename from remix/app/components/Thingtime/ThingtimeDemo.tsx rename to app/app/components/Thingtime/ThingtimeDemo.tsx diff --git a/remix/app/components/Thingtime/ThingtimeURL.tsx b/app/app/components/Thingtime/ThingtimeURL.tsx similarity index 100% rename from remix/app/components/Thingtime/ThingtimeURL.tsx rename to app/app/components/Thingtime/ThingtimeURL.tsx diff --git a/remix/app/components/Thingtime/useThingtime.tsx b/app/app/components/Thingtime/useThingtime.tsx similarity index 100% rename from remix/app/components/Thingtime/useThingtime.tsx rename to app/app/components/Thingtime/useThingtime.tsx diff --git a/remix/app/components/rainbowText.tsx b/app/app/components/rainbowText.tsx similarity index 100% rename from remix/app/components/rainbowText.tsx rename to app/app/components/rainbowText.tsx diff --git a/remix/app/components/textAnimation1.tsx b/app/app/components/textAnimation1.tsx similarity index 100% rename from remix/app/components/textAnimation1.tsx rename to app/app/components/textAnimation1.tsx diff --git a/remix/app/entry.client.tsx b/app/app/entry.client.tsx similarity index 100% rename from remix/app/entry.client.tsx rename to app/app/entry.client.tsx diff --git a/remix/app/entry.server.tsx b/app/app/entry.server.tsx similarity index 100% rename from remix/app/entry.server.tsx rename to app/app/entry.server.tsx diff --git a/remix/app/functions/safe.tsx b/app/app/functions/safe.tsx similarity index 100% rename from remix/app/functions/safe.tsx rename to app/app/functions/safe.tsx diff --git a/remix/app/functions/sanitise.tsx b/app/app/functions/sanitise.tsx similarity index 100% rename from remix/app/functions/sanitise.tsx rename to app/app/functions/sanitise.tsx diff --git a/remix/app/gp/GradientPath.js b/app/app/gp/GradientPath.js similarity index 100% rename from remix/app/gp/GradientPath.js rename to app/app/gp/GradientPath.js diff --git a/remix/app/gp/Sample.js b/app/app/gp/Sample.js similarity index 100% rename from remix/app/gp/Sample.js rename to app/app/gp/Sample.js diff --git a/remix/app/gp/Segment.js b/app/app/gp/Segment.js similarity index 100% rename from remix/app/gp/Segment.js rename to app/app/gp/Segment.js diff --git a/remix/app/gp/_constants.js b/app/app/gp/_constants.js similarity index 100% rename from remix/app/gp/_constants.js rename to app/app/gp/_constants.js diff --git a/remix/app/gp/_data.js b/app/app/gp/_data.js similarity index 100% rename from remix/app/gp/_data.js rename to app/app/gp/_data.js diff --git a/remix/app/gp/_utils.js b/app/app/gp/_utils.js similarity index 100% rename from remix/app/gp/_utils.js rename to app/app/gp/_utils.js diff --git a/remix/app/gp/index.js b/app/app/gp/index.js similarity index 100% rename from remix/app/gp/index.js rename to app/app/gp/index.js diff --git a/remix/app/hooks/useIcons.tsx b/app/app/hooks/useIcons.tsx similarity index 100% rename from remix/app/hooks/useIcons.tsx rename to app/app/hooks/useIcons.tsx diff --git a/remix/app/hooks/usePath.tsx b/app/app/hooks/usePath.tsx similarity index 100% rename from remix/app/hooks/usePath.tsx rename to app/app/hooks/usePath.tsx diff --git a/remix/app/hooks/useProps.tsx b/app/app/hooks/useProps.tsx similarity index 100% rename from remix/app/hooks/useProps.tsx rename to app/app/hooks/useProps.tsx diff --git a/remix/app/hooks/useThings.tsx b/app/app/hooks/useThings.tsx similarity index 100% rename from remix/app/hooks/useThings.tsx rename to app/app/hooks/useThings.tsx diff --git a/remix/app/hooks/useTrace.tsx b/app/app/hooks/useTrace.tsx similarity index 100% rename from remix/app/hooks/useTrace.tsx rename to app/app/hooks/useTrace.tsx diff --git a/remix/app/hooks/useUuid.tsx b/app/app/hooks/useUuid.tsx similarity index 100% rename from remix/app/hooks/useUuid.tsx rename to app/app/hooks/useUuid.tsx diff --git a/remix/app/root.tsx b/app/app/root.tsx similarity index 100% rename from remix/app/root.tsx rename to app/app/root.tsx diff --git a/remix/app/routes/*.tsx b/app/app/routes/*.tsx similarity index 100% rename from remix/app/routes/*.tsx rename to app/app/routes/*.tsx diff --git a/remix/app/routes/edge.tsx b/app/app/routes/edge.tsx similarity index 100% rename from remix/app/routes/edge.tsx rename to app/app/routes/edge.tsx diff --git a/remix/app/routes/index.tsx b/app/app/routes/index.tsx similarity index 100% rename from remix/app/routes/index.tsx rename to app/app/routes/index.tsx diff --git a/remix/app/routes/ode.tsx b/app/app/routes/ode.tsx similarity index 100% rename from remix/app/routes/ode.tsx rename to app/app/routes/ode.tsx diff --git a/remix/app/routes/rainbow/*.tsx b/app/app/routes/rainbow/*.tsx similarity index 100% rename from remix/app/routes/rainbow/*.tsx rename to app/app/routes/rainbow/*.tsx diff --git a/remix/app/smarts/index.tsx b/app/app/smarts/index.tsx similarity index 100% rename from remix/app/smarts/index.tsx rename to app/app/smarts/index.tsx diff --git a/remix/package.json b/app/package.json similarity index 100% rename from remix/package.json rename to app/package.json diff --git a/remix/pnpm-lock.yaml b/app/pnpm-lock.yaml similarity index 100% rename from remix/pnpm-lock.yaml rename to app/pnpm-lock.yaml diff --git a/remix/public/favicon.ico b/app/public/favicon.ico similarity index 100% rename from remix/public/favicon.ico rename to app/public/favicon.ico diff --git a/remix/remix.config.js b/app/remix.config.js similarity index 100% rename from remix/remix.config.js rename to app/remix.config.js diff --git a/remix/remix.env.d.ts b/app/remix.env.d.ts similarity index 100% rename from remix/remix.env.d.ts rename to app/remix.env.d.ts diff --git a/remix/tsconfig.json b/app/tsconfig.json similarity index 100% rename from remix/tsconfig.json rename to app/tsconfig.json diff --git a/remix/vercel.json b/app/vercel.json similarity index 100% rename from remix/vercel.json rename to app/vercel.json diff --git a/raycast/package.json b/raycast/package.json index cf42f66..12bfab4 100644 --- a/raycast/package.json +++ b/raycast/package.json @@ -175,6 +175,14 @@ "description": "Convert the selected images to the specified format", "mode": "view", "preferences": [ + { + "label": "WEBP", + "name": "showWEBP", + "description": "Whether to show WEBP as a conversion option", + "type": "checkbox", + "default": true, + "required": false + }, { "title": "Enabled Formats", "label": "ASTC", @@ -328,14 +336,6 @@ "default": true, "required": false }, - { - "label": "WEBP", - "name": "showWEBP", - "description": "Whether to show WEBP as a conversion option", - "type": "checkbox", - "default": true, - "required": false - }, { "label": "SVG", "name": "showSVG", diff --git a/raycast/src/commander.tsx b/raycast/src/commander.tsx index 47de2cb..a402499 100644 --- a/raycast/src/commander.tsx +++ b/raycast/src/commander.tsx @@ -1,13 +1,3 @@ -/** - * @file convert.tsx - * - * @summary Raycast command to convert selected images between various formats. - * @author Stephen Kaplan - * - * Created at : 2023-07-06 14:53:25 - * Last modified : 2023-07-06 15:47:53 - */ - import { Action, ActionPanel, getPreferenceValues, showToast, Toast, Icon, List, openCommandPreferences, closeMainWindow, showHUD } from "@raycast/api"; import any from "./operations/anyOperation"; diff --git a/raycast/src/convert.tsx b/raycast/src/convert.tsx index ce97f59..73e7ba3 100644 --- a/raycast/src/convert.tsx +++ b/raycast/src/convert.tsx @@ -19,6 +19,7 @@ import runOperation from "./operations/runOperation"; * All supported image formats for conversion. */ const FORMATS = [ + "WEBP", "ASTC", "BMP", "DDS",