summaryrefslogtreecommitdiff
path: root/web/index.html
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-03-15 21:10:05 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-03-15 21:10:05 +0000
commit52f6bdee9297b48938242d3ac843cc054d7dbcaa (patch)
tree24d021106b851766e6374ee5362e8fba04898f31 /web/index.html
parent5fccaa636cd400cd7809a1d2e4f254c3fff58218 (diff)
feat: overhaul auto-refresh system with intelligent polling and differential updates
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html
index 59bc56e..1746baf 100644
--- a/web/index.html
+++ b/web/index.html
@@ -26,7 +26,7 @@
<button class="tab" data-tab="interrupted" title="Interrupted">⚠️<span class="tab-count-badge" hidden></span></button>
<button class="tab" data-tab="ready" title="Ready">✅<span class="tab-count-badge" hidden></span></button>
<button class="tab" data-tab="running" title="Running">▶️<span class="tab-count-badge" hidden></span></button>
- <button class="tab" data-tab="all" title="All">☰</button>
+ <button class="tab" data-tab="all" title="All">☰<span class="tab-count-badge" hidden></span></button>
<button class="tab" data-tab="stats" title="Stats">📊</button>
<button class="tab" data-tab="settings" title="Settings">⚙️</button>
</nav>