From 908eefa46a8e527ab219b6dfd0bebc8e4390d02e Mon Sep 17 00:00:00 2001
From: openbuilds-engineer
Date: Mon, 6 Mar 2023 22:58:46 +0200
Subject: [PATCH] Test V1.0.356
---
CHANGELOG.txt | 1 +
app/css/buttons.css | 6 +-
app/css/main.css | 20 +-
app/css/themes/dark.css | 5 +
app/index.html | 8 +-
app/js/macros.js | 164 ++++++-
app/js/main.js | 5 +
package.json | 3 +-
yarn.lock | 959 +++++++++++++++++++++++++++++++++++++---
9 files changed, 1080 insertions(+), 91 deletions(-)
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 62cab14..99704e6 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,4 @@
+v1.0.356: Added right-click Context Menu to Macro Buttons. Moved Delete/Edit to Macros Context Menu. Added Macro Button Sorting to Context Menu. Added Macro Export/Import functionality
v1.0.355: Updated installer license agreement / terms and conditions, Added Email Registration, Fixed Surfacing Wizard menu bug
v1.0.354: Fix for double-negative values in Surfacing Wizard
v1.0.353: Fixed API integration for cam.openbuilds.com
diff --git a/app/css/buttons.css b/app/css/buttons.css
index d2ff38c..94f412e 100644
--- a/app/css/buttons.css
+++ b/app/css/buttons.css
@@ -191,4 +191,8 @@
background: #4a4e51;
}
-/* End CSS mini Switch */
\ No newline at end of file
+/* End CSS mini Switch */
+/* Custom size button for Macros */
+.command-button-macro {
+ height: 70px;
+}
\ No newline at end of file
diff --git a/app/css/main.css b/app/css/main.css
index 98e608c..01a07dd 100644
--- a/app/css/main.css
+++ b/app/css/main.css
@@ -208,21 +208,17 @@ select {
/* background-color: #fff */
}
-.macroedit {
- position: absolute !important;
- top: 5px !important;
- right: 5px !important;
- font-size: 11px !important;
-}
-
-.macroedit:hover {
- color: #ff1e11 !important;
-}
-
.macrotype {
position: absolute !important;
top: 2px !important;
- right: 22px !important;
+ right: 2px !important;
+ font-size: 10px !important;
+}
+
+.macrokbd {
+ position: absolute !important;
+ bottom: 2px !important;
+ right: 2px !important;
font-size: 10px !important;
}
diff --git a/app/css/themes/dark.css b/app/css/themes/dark.css
index 70886e1..7fdced3 100644
--- a/app/css/themes/dark.css
+++ b/app/css/themes/dark.css
@@ -8,6 +8,11 @@ body.theme_dark, .theme_dark div.window, .theme_dark .card {
color: #FFF;
}
+.theme_dark li.divider {
+ border-color: #444;
+ background-color: #444;
+}
+
.theme_dark div.window {
border: 1px solid #222;
}
diff --git a/app/index.html b/app/index.html
index 7bf994a..67ae482 100644
--- a/app/index.html
+++ b/app/index.html
@@ -1479,7 +1479,7 @@
-