From b1b569afd2c53ff8552dffdcf2c41e3fb3241642 Mon Sep 17 00:00:00 2001 From: mohsin-r Date: Fri, 13 Sep 2024 11:46:06 -0400 Subject: [PATCH 1/2] Update demo page to allow import/export --- index.html | 141 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 140 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 440fc4d..73dc840 100644 --- a/index.html +++ b/index.html @@ -4,9 +4,148 @@ RAMP4 Config Editor + -
+
+
+ + + + + + +
+ +
+
+ From 53725d97593b92d7624cf5a46680a03898f9a283 Mon Sep 17 00:00:00 2001 From: mohsin-r Date: Fri, 13 Sep 2024 12:47:04 -0400 Subject: [PATCH 2/2] Fix CSS --- index.html | 1 + src/config-editor.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 73dc840..d76ce0c 100644 --- a/index.html +++ b/index.html @@ -114,6 +114,7 @@ } #app { flex-grow: 1; + overflow-y: scroll; } #buttons { display: flex; diff --git a/src/config-editor.vue b/src/config-editor.vue index eaeaa35..ad9aaac 100644 --- a/src/config-editor.vue +++ b/src/config-editor.vue @@ -53,7 +53,7 @@ onMounted(() => {

{{ t('title') }}

-
+