From 744f10c9480fcf58f871d0a60d1a6618de7de87c Mon Sep 17 00:00:00 2001 From: mattmcw Date: Sun, 19 Feb 2023 11:36:06 -0500 Subject: [PATCH] Display version in app --- app/css/app.css | 11 +++++++++++ app/data/cfg.json | 6 +++--- app/index.html | 3 +++ app/js/app.js | 1 + app/less/settings.less | 11 +++++++++++ app/lib/ui/index.js | 8 ++++++++ app/package-lock.json | 2 +- app/package.json | 2 +- app/src/index.js | 1 + data/cfg.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- processing/mcopy/cfg.json | 6 +++--- scripts/version.sh | 2 +- 14 files changed, 48 insertions(+), 13 deletions(-) diff --git a/app/css/app.css b/app/css/app.css index 34994f5..7315af8 100644 --- a/app/css/app.css +++ b/app/css/app.css @@ -726,6 +726,17 @@ button:focus { #settings .spacer { margin-top: 10px; } +#settings #version { + position: absolute; + right: 20px; + bottom: 10px; + z-index: 1000; + height: 14px; + width: auto; + font-size: 14px; + line-height: 14px; + color: #999; +} .cm-s-monokai.CodeMirror { background: #272b30 !important; } diff --git a/app/data/cfg.json b/app/data/cfg.json index 69aeaa4..743d1b6 100644 --- a/app/data/cfg.json +++ b/app/data/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.7.1", + "version": "1.7.6", "ext_port": 1111, "profiles": { "mcopy": { @@ -185,8 +185,8 @@ "camera_capper_projectors_identifier": "0", "capper_on": "A", "capper_off": "B", - "takeup_forward" : "D", - "takeup_backward" : "E" + "takeup_forward": "D", + "takeup_backward": "E" } } } diff --git a/app/index.html b/app/index.html index 150c118..752b534 100644 --- a/app/index.html +++ b/app/index.html @@ -441,6 +441,9 @@ +
+
+

Light