From 4c22215ca5948bd65a7814b1dbbdfd522deedcff Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Tue, 28 Mar 2023 18:29:40 -0700 Subject: [PATCH] Good start to multi-window --- index.html | 2 +- .../migrations/20230329000257_updated-by.sql | 7 + src-tauri/sqlx-data.json | 640 ++++++++++-------- src-tauri/src/main.rs | 279 +++++--- src-tauri/src/models.rs | 109 ++- src-tauri/tauri.conf.json | 14 +- src-web/components/App.tsx | 11 +- src-web/components/GraphQLEditor.tsx | 11 +- src-web/components/Overlay.tsx | 2 + src-web/components/RequestPane.tsx | 112 +-- src-web/components/Workspace.tsx | 9 + src-web/components/core/Button.tsx | 2 +- src-web/components/core/Dropdown.tsx | 10 +- src-web/components/core/RadioDropdown.tsx | 6 +- src-web/components/core/Tabs/Tabs.tsx | 27 +- src-web/hooks/Confirm.tsx | 4 +- src-web/hooks/useActiveWorkspace.ts | 3 +- src-web/hooks/useUpdateRequest.ts | 14 +- src-web/lib/models.ts | 23 +- tailwind.config.cjs | 3 +- 20 files changed, 771 insertions(+), 517 deletions(-) create mode 100644 src-tauri/migrations/20230329000257_updated-by.sql diff --git a/index.html b/index.html index a50c3894..72141867 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ Yaak App - +