From 3be036e965cf202d64d93c66bac63dfad9e7d129 Mon Sep 17 00:00:00 2001 From: Julian Date: Mon, 13 Feb 2023 18:20:37 +0100 Subject: [PATCH] First UI Mix. But the old HTML Buttons, etc. to be done in the future --- updater/src/index.css | 2 +- updater/src/index.html | 84 ++++++++++++++++++++++++++---------------- updater/src/index.js | 1 - 3 files changed, 54 insertions(+), 33 deletions(-) diff --git a/updater/src/index.css b/updater/src/index.css index 0f57fa1..74f2aa6 100644 --- a/updater/src/index.css +++ b/updater/src/index.css @@ -171,7 +171,7 @@ body { .ecsu-btn-dark { --bs-btn-color: #fff; - --bs-btn-bg: #344767; + --bs-btn-bg: #2b303a; --bs-btn-border-color: #344767; --bs-btn-hover-color: #fff; --bs-btn-hover-bg: #4a5c7c; diff --git a/updater/src/index.html b/updater/src/index.html index 5c91f6d..f0049b7 100644 --- a/updater/src/index.html +++ b/updater/src/index.html @@ -1,7 +1,7 @@ - + @@ -11,48 +11,69 @@
-

+

AIRAC Updater

- - - - -

-
- - - - + -
Apply to profile: Apply Hoppie Creds: + +
+

Settings

+ + + +

+
+ +
+
+
+

Updatesettings

+ Insert Credentials to Profilefiles +
+ Insert Hoppie Code: -
- +
+ Select Rating + +
+
+
Select Package
+ + + +
+
+
+

Credentials save

Realname:
Username: -
+
Password: + +
Hoppie Code: + + + +
@@ -94,7 +116,7 @@ } } - +
diff --git a/updater/src/index.js b/updater/src/index.js index 8683cd6..c059870 100644 --- a/updater/src/index.js +++ b/updater/src/index.js @@ -1,7 +1,6 @@ const { app, BrowserWindow, dialog, ipcMain, Menu } = require('electron'); const path = require('path'); //Menu.setApplicationMenu(false); // Top Bar removal -Menu.setApplicationMenu(false); // Handle creating/removing shortcuts on Windows when installing/uninstalling. // eslint-disable-next-line global-require