[object Object]

← back to Macstudio1 Dashboard

chore: build version stamp + scroll hint at top of dashboard

29b179762c3880a48d4f5b43f1f523294886f5d3 · 2026-05-07 23:53:22 -0700 · SteveStudio2

Confirms which version Chrome is actually showing (v0.4 = tach strip
+ LLM rows + ollama log + proc table). The sub-line "scroll for engine
bay + ticker tape" tells the viewer those sections live below the fold
in a Chrome --app window.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit 29b179762c3880a48d4f5b43f1f523294886f5d3
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date:   Thu May 7 23:53:22 2026 -0700

    chore: build version stamp + scroll hint at top of dashboard
    
    Confirms which version Chrome is actually showing (v0.4 = tach strip
    + LLM rows + ollama log + proc table). The sub-line "scroll for engine
    bay + ticker tape" tells the viewer those sections live below the fold
    in a Chrome --app window.
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
 public/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public/index.html b/public/index.html
index 39bbadb..5bb3cf8 100644
--- a/public/index.html
+++ b/public/index.html
@@ -601,6 +601,7 @@ footer a { color: var(--gold); text-decoration: none; }
 <header class="masthead">
   <h1 class="brand">Mac Studio<br><span class="sub">— ONE —</span></h1>
   <span class="year-badge">'57 Bel Air</span>
+  <div style="margin-top:8px;font-family:'JetBrains Mono',monospace;font-size:9px;letter-spacing:.32em;color:rgba(212,182,131,0.7);text-transform:uppercase">build v0.4 · scroll for engine bay + ticker tape</div>
 </header>
 
 <main class="dash">

← 92ad6cb feat: tach history strip — 60s CPU + RAM sparklines above th  ·  back to Macstudio1 Dashboard  ·  feat: self-healing version check — dashboard auto-reloads on 729b4e1 →