From 2bff4a5f4421d2d76a9a1d7a52f2bedf9796bfd3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 26 Oct 2025 13:34:16 -0400 Subject: [PATCH] v0.7.41 - Fix SQL query routing in admin API - add missing sql_query case to handle_kind_23456_unified --- api/index.css | 52 +++++++----- api/index.html | 95 +++++++++++----------- api/index.js | 11 ++- relay.pid | 2 +- src/config.c | 10 +++ src/embedded_web_content.c | 12 +-- src/main.c | 161 +------------------------------------ src/main.h | 4 +- 8 files changed, 112 insertions(+), 235 deletions(-) diff --git a/api/index.css b/api/index.css index d1bb2c1..0799b6e 100644 --- a/api/index.css +++ b/api/index.css @@ -285,7 +285,7 @@ h1 { border-bottom: var(--border-width) solid var(--border-color); padding-bottom: 10px; margin-bottom: 30px; - font-weight: normal; + font-weight: bold; font-size: 24px; font-family: var(--font-family); color: var(--primary-color); @@ -293,12 +293,32 @@ h1 { h2 { font-weight: normal; - padding-left: 10px; + text-align: center; font-size: 16px; font-family: var(--font-family); color: var(--primary-color); } +h3 { + font-weight: normal; + font-size: 12px; + font-family: var(--font-family); + color: var(--primary-color); + padding-bottom: 10px; +} + +label { + display: block; + margin-bottom: 5px; + font-weight: lighter; + font-size: 10px; + font-family: var(--font-family); + color: var(--primary-color); +} + + + + .section { background: var(--secondary-color); border: var(--border-width) solid var(--border-color); @@ -309,18 +329,21 @@ h2 { margin-right:5px; } +.section-header { + display: flex; + justify-content: center; + align-items: center; + padding-bottom: 15px; +} + + + + + .input-group { margin-bottom: 15px; } -label { - display: block; - margin-bottom: 5px; - font-weight: bold; - font-size: 14px; - font-family: var(--font-family); - color: var(--primary-color); -} input, textarea, @@ -680,14 +703,7 @@ button:disabled { display: none; } -.section-header { - display: flex; - justify-content: space-between; - align-items: center; - /* margin-bottom: 15px; */ - /* border-bottom: var(--border-width) solid var(--border-color); */ - /* padding-bottom: 10px; */ -} + .countdown-btn { width: auto; diff --git a/api/index.html b/api/index.html index 37d2804..6df33eb 100644 --- a/api/index.html +++ b/api/index.html @@ -32,31 +32,31 @@
-
-
- R - E - L - A - Y -
-
-
C-Relay
-
Loading...
-
-
Loading...
-
-
- @@ -68,11 +68,10 @@
+