LOGGED IN USER
ADMIN COMMANDS
@@ -300,20 +307,20 @@No event constructed
diff --git a/api/index.html b/api/index.html index fc53630..1463260 100644 --- a/api/index.html +++ b/api/index.html @@ -1,5 +1,6 @@ +
@@ -10,7 +11,7 @@ padding: 0; box-sizing: border-box; } - + body { font-family: 'Courier New', monospace; background-color: white; @@ -20,7 +21,7 @@ max-width: 1200px; margin: 0 auto; } - + h1 { border-bottom: 2px solid black; padding-bottom: 10px; @@ -28,7 +29,7 @@ font-weight: normal; font-size: 24px; } - + h2 { margin: 30px 0 15px 0; font-weight: normal; @@ -36,25 +37,28 @@ padding-left: 10px; font-size: 16px; } - + .section { border: 1px solid black; padding: 20px; margin-bottom: 20px; } - + .input-group { margin-bottom: 15px; } - + label { display: block; margin-bottom: 5px; font-weight: bold; font-size: 14px; } - - input, textarea, select, button { + + input, + textarea, + select, + button { width: 100%; padding: 8px; border: 1px solid black; @@ -63,7 +67,7 @@ background-color: white; color: black; } - + button { background-color: black; color: white; @@ -71,65 +75,65 @@ margin: 5px 0; font-weight: bold; } - + button:hover { background-color: #333; } - + button:disabled { background-color: #ccc; color: #666; cursor: not-allowed; } - + .status { padding: 10px; margin: 10px 0; border: 1px solid black; font-weight: bold; } - + .status.connected { background-color: black; color: white; } - + .status.disconnected { background-color: white; color: black; } - + .status.authenticated { background-color: black; color: white; } - + .status.error { background-color: white; color: black; border: 2px solid black; } - + .config-table { border: 1px solid black; width: 100%; border-collapse: collapse; margin: 10px 0; } - + .config-table th, .config-table td { border: 1px solid black; padding: 8px; text-align: left; } - + .config-table th { background-color: black; color: white; font-weight: bold; } - + .json-display { background-color: white; border: 1px solid black; @@ -141,7 +145,7 @@ overflow-y: auto; margin: 10px 0; } - + .log-panel { height: 200px; overflow-y: auto; @@ -150,71 +154,72 @@ font-size: 12px; background-color: white; } - + .log-entry { margin-bottom: 5px; border-bottom: 1px solid #ccc; padding-bottom: 5px; } - + .log-timestamp { font-weight: bold; } - + .inline-buttons { display: flex; gap: 10px; } - + .inline-buttons button { flex: 1; } - + .user-info { padding: 10px; border: 1px solid black; margin: 10px 0; background-color: white; } - + .user-pubkey { font-family: 'Courier New', monospace; font-size: 12px; word-break: break-all; margin: 5px 0; } - + .hidden { display: none; } - + #login-section { text-align: center; padding: 20px; } - + @media (max-width: 768px) { body { padding: 10px; } - + .inline-buttons { flex-direction: column; } - + h1 { font-size: 20px; } - + h2 { font-size: 14px; } } +${displayPubkey}${bunkerUrl || 'ws://localhost:8080'}${displayPubkey}