From 34945d2ea14ae5c5c83f35d1bd5de4aa47bd0035 Mon Sep 17 00:00:00 2001 From: UKDTOM Date: Fri, 15 Jan 2021 23:09:14 +0100 Subject: [PATCH 1/4] #213 updated version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 490a21f..d5784d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "webtools-ng", "productName": "WebTools-NG", - "version": "0.1.11", + "version": "0.1.12", "description": "WebTools Next Generation 4 Plex", "author": "dane22 & CPSO", "license": "MPL-2.0", From ffda163a49e5ba30db4e641df2248a5b36a174cf Mon Sep 17 00:00:00 2001 From: UKDTOM Date: Sat, 16 Jan 2021 22:03:56 +0100 Subject: [PATCH 2/4] #213 GUI fixed, now for the code behind --- public/locales/en.json | 10 ++-- src/components/modules/Main/About.vue | 25 +++++---- .../modules/Main/GlobalSettings.vue | 52 +++++++++++++++---- src/components/modules/Main/Home.vue | 45 ++++++++++++---- 4 files changed, 99 insertions(+), 33 deletions(-) diff --git a/public/locales/en.json b/public/locales/en.json index 26d511c..9cd1a21 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -119,7 +119,8 @@ "Update" : { "Title": "Update detected", "Body": "{0} was released on Github on: {1}.", - "Body2": "Click here for more info" + "Body2": "Click here for more info", + "Skip": "Don't show notification for this version anymore" } }, "Modules": { @@ -257,9 +258,10 @@ "RestartNeeded": "When changing this setting, a restart is needed", "FactoryReset": "Factory Reset", "FactoryResetWarning": "Factory Reset will reset this app towards how it was when first installed", - "BetaTester": "Subscribe to Beta updates" - - + "BetaTester": "Subscribe to Beta updates", + "Update": "Subscribe to updates (If false, beta updates will also be disabled)", + "True": "True", + "False": "False" } } } \ No newline at end of file diff --git a/src/components/modules/Main/About.vue b/src/components/modules/Main/About.vue index 735bf56..d1cdec7 100644 --- a/src/components/modules/Main/About.vue +++ b/src/components/modules/Main/About.vue @@ -12,30 +12,33 @@

{{ $t("Modules.About.TranslationBetaTestersTitle") }}
{{ $t("Modules.About.TranslationBetaTestersText") }} -

+
    -
  • {{ po.name }},
  • +
  • {{ po.name }},
-
+
{{ $t("Modules.About.PlexPoCredits") }}