diff --git a/machine-client/index.html b/machine-client/index.html index 3742cd1..89d7320 100644 --- a/machine-client/index.html +++ b/machine-client/index.html @@ -11,7 +11,6 @@ .config label { color: #888; } .config input { background: #2a2a2a; color: #e0e0e0; border: 1px solid #444; padding: 4px 8px; width: 300px; } - /* LOG */ #log-header { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; } #log-header span { color: #888; font-size: 1em; } #clear-log { background: #2a2a2a; color: #888; border: 1px solid #444; padding: 3px 10px; cursor: pointer; font-size: 0.85em; font-family: monospace; } @@ -21,7 +20,6 @@ .log-err { color: #f88; } .log-info { color: #666; } - /* BUTTON ROW */ #btn-row { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; } #btn-row button { background: #2a2a2a; color: #ccc; border: 1px solid #444; @@ -32,10 +30,11 @@ #btn-row button.active.ws { background: #2a2a3a; border-color: #44a; color: #88f; } #btn-row button.warn { color: #f88; } - /* FORM PANEL */ #form-panel { display: none; background: #1e1e1e; border: 1px solid #333; padding: 12px; margin-bottom: 6px; } #form-panel.open { display: block; } #form-title { color: #888; font-size: 0.85em; margin-bottom: 10px; } + .form-content { display: none; } + .form-content.active { display: block; } .field { margin-bottom: 7px; } .field label { display: inline-block; width: 160px; color: #777; font-size: 0.88em; } .field input { background: #2a2a2a; color: #e0e0e0; border: 1px solid #444; padding: 4px 8px; width: 260px; font-family: monospace; font-size: 0.88em; } @@ -66,30 +65,178 @@
- - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + +
-
+ + +
+
+
+
+
+ + +
+
+
+
+
+ + +
+
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+
R,G,B
+
+
+ + +
+
+
+
+
+ + +
+
+
+
+
+ + +
+
+
+
+
+ + +
+
+
+
+
+ + +
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
e.g. 2025-01-01T00:00:00Z
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+
+ + +
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+ + +
+
+
+
+
+
+
+ + +
+
+ + + disconnected +
+
+
+ +
+
+
+ +
+
diff --git a/todo.txt b/todo.txt index 6c7bc36..cd5db63 100644 --- a/todo.txt +++ b/todo.txt @@ -1,3 +1,5 @@ +when user not ws connected collect events send via ws + add hubs user banners