From 43122069a282f4594653ede9402ba330b7f39e84 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Sun, 20 Feb 2022 20:59:58 +0100 Subject: more UI changes I added descriptions and options for excluding files. --- src/app/index.html | 24 ++++++++++++++++++++++-- src/app/main.css | 9 ++++++++- 2 files changed, 30 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/app/index.html b/src/app/index.html index 5ca9306..7a919b1 100644 --- a/src/app/index.html +++ b/src/app/index.html @@ -40,6 +40,9 @@
Launch options +
+ Here you can add launch options for Northstar/Titanfall. +
@@ -48,7 +51,10 @@

Updates

- Northstar Auto-Updates + Viper Auto-Updates +
+ Viper will automatically keep itself up-to-date. +
@@ -56,12 +62,26 @@
- Viper Auto-Updates + Northstar Auto-Updates +
+ Viper will automatically keep Northstar up-to-date, however it can still manually be updated through the Northstar page. +
+
+
+ Retain files on update +
+ When Northstar is updated, files specified here will not be overwritten by files from the new Northstar update, unless you know what you're changing, you should probably not change anything here. +
+
+
+ +
+
diff --git a/src/app/main.css b/src/app/main.css index 09dc4b3..0d4b9ad 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -236,7 +236,14 @@ button { justify-content: space-between; } -.option .actions text {opacity: 0.8} +.option .text {font-weight: 600} +.option .text .desc { + opacity: 0.8; + font-weight: 500; + font-size: 0.9em; + max-width: 400px; + margin-top: calc(var(--padding) / 3); +} .option .actions input { width: 100%; -- cgit v1.2.3