From 013e1b9a3f0c01d15b1ed37be442012d4908301d Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 12 May 2024 14:33:01 +0200 Subject: [PATCH] Added loading screen --- runtime/tauri.conf.json | 2 +- runtime/ui/icon.jpg | 3 +++ runtime/ui/index.html | 24 ++++++++++++++++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 runtime/ui/icon.jpg create mode 100644 runtime/ui/index.html diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index cc02300..a8cd5c1 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -1,7 +1,7 @@ { "build": { "devPath": "http://localhost:5000", - "distDir": "http://localhost:5000", + "distDir": "ui/", "withGlobalTauri": true }, "package": { diff --git a/runtime/ui/icon.jpg b/runtime/ui/icon.jpg new file mode 100644 index 0000000..e1ff11a --- /dev/null +++ b/runtime/ui/icon.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:140a193b7fa8c05bdda5268ff4c5e3c4656f5c2bd4535bc3dad6a96c8a63eda9 +size 37860 diff --git a/runtime/ui/index.html b/runtime/ui/index.html new file mode 100644 index 0000000..901a4d5 --- /dev/null +++ b/runtime/ui/index.html @@ -0,0 +1,24 @@ + + + + + MindWork AI Studio + + + + The app logo + + \ No newline at end of file