Refresh the dashboard screenshot to the new v1.0 UI#3
Merged
Conversation
The Pithead card was showing the old dashboard screenshot (byte-identical to pithead's pre-launch images/dashboard.png). Replace it with the current UI from pithead's launch assets (images/launch/simple.png — the default operational view, rendered from the real shipping components). Cropped to the top section (hero KPI band — total hashrate, XvB tier, mining mode, blocks found — plus the hashrate chart and the start of the workers table) at the same 2084×1424 aspect as the old image, so it's a clean drop-in: the card layout is unchanged and the file is actually a touch smaller (~516 KB vs 652 KB). Updated the alt text to match what the new shot shows (P2Pool/XvB split, XvB tier). Verified: hugo --gc --minify --panicOnWarning clean; htmltest passes; the card renders the new image at the correct aspect with the caption intact. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Pithead card on the landing page was still showing the old dashboard screenshot — it was byte-identical (
md5) to pithead's pre-launchimages/dashboard.png. This swaps in the current v1.0 UI from pithead's launch assets.What changed
static/img/dashboard.png→ cropped from pithead'simages/launch/simple.png(the default operational view, rendered from the real shipping dashboard components).Notes
simple.png(the clean default view) rather thanadvanced.png(the denser power-user view) for a tidier hero. Easy to switch if you'd prefer the advanced one.static/img/syncing.pngis unreferenced on the site, so I left it alone.Verification
hugo --gc --minify --panicOnWarning— clean.htmltest— passes.live dashboard · Pitheadcaption intact.🤖 Generated with Claude Code