From ee87e657637cc769a1e033feba051ac9ffb406bb Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Thu, 16 Nov 2023 18:53:34 -0800 Subject: [PATCH] Mostly move some stuff around --- .run/Build Desktop.run.xml | 20 ++++++++++++++++++++ .run/Dev Desktop.run.xml | 12 ++++++++++++ src-tauri/macos/entitlements.plist | 2 +- src-tauri/tauri.conf.json | 2 +- src-web/components/GlobalHooks.tsx | 3 ++- src-web/components/Overlay.tsx | 2 +- src-web/components/RequestResponse.tsx | 2 +- src-web/components/Workspace.tsx | 13 +++++++------ src-web/components/core/PairEditor.tsx | 4 ++-- src-web/lib/constants.ts | 2 -- 10 files changed, 47 insertions(+), 15 deletions(-) create mode 100644 .run/Build Desktop.run.xml create mode 100644 .run/Dev Desktop.run.xml delete mode 100644 src-web/lib/constants.ts diff --git a/.run/Build Desktop.run.xml b/.run/Build Desktop.run.xml new file mode 100644 index 00000000..f26f4d1f --- /dev/null +++ b/.run/Build Desktop.run.xml @@ -0,0 +1,20 @@ + + + + \ No newline at end of file diff --git a/.run/Dev Desktop.run.xml b/.run/Dev Desktop.run.xml new file mode 100644 index 00000000..d58c2f13 --- /dev/null +++ b/.run/Dev Desktop.run.xml @@ -0,0 +1,12 @@ + + + + + +