From f22a22a44c020107d63daa03dbc6fc62232b7f46 Mon Sep 17 00:00:00 2001 From: Noxy <107372460+noxygalaxy@users.noreply.github.com> Date: Mon, 11 Nov 2024 17:28:16 +0200 Subject: [PATCH 1/5] Create version.js --- gui/src/version.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 gui/src/version.js diff --git a/gui/src/version.js b/gui/src/version.js new file mode 100644 index 0000000..43c3eb6 --- /dev/null +++ b/gui/src/version.js @@ -0,0 +1,2 @@ +const version = 'v1.0.1'; +document.getElementById('version-number').textContent = version; From d2b07028a0df96a7da0a69e1d029bc7d2a1ce0a0 Mon Sep 17 00:00:00 2001 From: Noxy <107372460+noxygalaxy@users.noreply.github.com> Date: Mon, 11 Nov 2024 17:29:12 +0200 Subject: [PATCH 2/5] Update style.css --- gui/src/style.css | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/gui/src/style.css b/gui/src/style.css index f9d4bad..793629b 100644 --- a/gui/src/style.css +++ b/gui/src/style.css @@ -86,6 +86,18 @@ body { font-weight: 900; } +#version-number { + color: rgb(110, 110, 110); + font-family: Inter; + font-size: 12px; + font-weight: 400; + line-height: 7px; + letter-spacing: 0px; + text-align: left; + position: relative; + top: -4px; +} + .window-controls { -webkit-app-region: no-drag; display: flex; @@ -197,6 +209,8 @@ body { } .license-content { + font-family: Be Vietnam Pro; + font-weight: 400; height: 100%; background: rgb(30, 30, 30); border-radius: 8px; @@ -208,7 +222,6 @@ body { line-height: 1.6; white-space: pre-wrap; max-height: 300px; - font-weight: 300; } @@ -482,4 +495,4 @@ body { .nav-button.next.available { cursor: pointer; opacity: 1; -} \ No newline at end of file +} From 45f9aa19997a7aac79e0056a223ba9533872ad71 Mon Sep 17 00:00:00 2001 From: Noxy <107372460+noxygalaxy@users.noreply.github.com> Date: Mon, 11 Nov 2024 17:29:30 +0200 Subject: [PATCH 3/5] Update select-theme.html --- gui/src/select-theme.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gui/src/select-theme.html b/gui/src/select-theme.html index d71bc0d..5392d60 100644 --- a/gui/src/select-theme.html +++ b/gui/src/select-theme.html @@ -14,7 +14,7 @@
- +