diff --git a/.rooignore b/.rooignore index 4a46470..18cbfec 100644 --- a/.rooignore +++ b/.rooignore @@ -1 +1,3 @@ -src/embedded_web_content.c \ No newline at end of file +src/embedded_web_content.c +src/dm_admin.c +src/dm_admin.h \ No newline at end of file diff --git a/api/index.css b/api/index.css index 8163d16..d1bb2c1 100644 --- a/api/index.css +++ b/api/index.css @@ -493,6 +493,24 @@ button:disabled { border-radius: 0; } +/* Relay Events Styles */ +.status-message { + margin-top: 10px; + padding: 8px; + border-radius: var(--border-radius); + font-size: 14px; + font-family: var(--font-family); + text-align: center; +} + +.relay-entry { + border: var(--border-width) solid var(--border-color); + border-radius: var(--border-radius); + padding: 10px; + margin-bottom: 10px; + background: var(--secondary-color); +} + .config-value-input:focus { border: 1px solid var(--accent-color); background: var(--secondary-color); diff --git a/api/index.html b/api/index.html index 7cce156..37d2804 100644 --- a/api/index.html +++ b/api/index.html @@ -16,6 +16,7 @@
+ @@ -341,6 +342,72 @@ + +