Compare commits

..
2 Commits
Author SHA1 Message Date
mram 3214352454 Pin compose example to v0.3.3
ci / test (push) Successful in 15s
ci / docker (push) Successful in 1m8s
ci / release (push) Successful in 16s
2026-09-22 19:02:25 +02:00
mram 2a7e7e7b47 Web UI: equal-width buttons, hotkey letter highlighted inside the label 2026-09-22 19:01:44 +02:00
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -109,8 +109,9 @@ const uiPage = `<!doctype html>
footer { border-top:1px solid #333; margin-top:10px; padding-top:8px; footer { border-top:1px solid #333; margin-top:10px; padding-top:8px;
display:flex; gap:8px; align-items:center; } display:flex; gap:8px; align-items:center; }
button { background:#1d1d1d; color:#bbb; border:1px solid #444; border-radius:4px; button { background:#1d1d1d; color:#bbb; border:1px solid #444; border-radius:4px;
padding:2px 10px; font:inherit; cursor:pointer; } padding:2px 10px; font:inherit; cursor:pointer; min-width:14ch; text-align:center; }
button:hover { background:#2c2c2c; color:#eee; } button:hover { background:#2c2c2c; color:#eee; }
button .key { color:#26c6da; }
.dim { color:#777; } .up { color:#4caf50; } .down { color:#ef5350; } .dim { color:#777; } .up { color:#4caf50; } .down { color:#ef5350; }
.llm { color:#26c6da; } .warn { color:#fbc02d; } .llm { color:#26c6da; } .warn { color:#fbc02d; }
#note { color:#fbc02d; min-height:1.6em; } #note { color:#fbc02d; min-height:1.6em; }
@@ -123,8 +124,8 @@ const uiPage = `<!doctype html>
<div id="gpu"></div> <div id="gpu"></div>
<div id="note"></div> <div id="note"></div>
<footer> <footer>
<button id="bu">u update now</button> <button id="bu"><span class="key">u</span>pdate now</button>
<button id="br">r reload config</button> <button id="br"><span class="key">r</span>eload config</button>
<span class="dim">refreshes every second</span> <span class="dim">refreshes every second</span>
</footer> </footer>
<script> <script>
+1 -1
View File
@@ -6,7 +6,7 @@
# ComfyUI --listen 0.0.0.0 --port 8189). # ComfyUI --listen 0.0.0.0 --port 8189).
services: services:
gpu-turnstile: gpu-turnstile:
image: git.rambossek.at/public/gpu-turnstile:v0.3.2 image: git.rambossek.at/public/gpu-turnstile:v0.3.3
restart: unless-stopped restart: unless-stopped
environment: environment:
# Each consumer is enabled by setting its URL; leave one unset to # Each consumer is enabled by setting its URL; leave one unset to