No background fills on any tile, and drop the FLEET STATUS hero - #9
Merged
Conversation
The first pass led with a full-bleed green "ALL CLEAR" block over flooded status panels. That reads as a billboard rather than a status board, and a wall of green tells you nothing a row of green numerals does not - it just drowns the numbers that carry the information. So: no hero, no background fills. A dark panel with a lit numeral is legible at a glance without shouting. Colour is also now reserved for verdicts. Repos monitored, open PRs and open issues render plain, because a count of open issues is workload and painting it green says something untrue. CI red, template drift, failing PRs and data age keep their thresholds - those genuinely mean good or bad. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
The tiles say what is wrong now; the trend and the per-repo CI timeline say whether it is getting better. Reading those two together is the point, and Template drift was sitting between them. Applied to fleet.json so both boards stay in step - the public copy is generated from it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
It was the tallest panel on either board by some margin - h=20, because it draws one row per repo and the labels collide without roughly 24px each. That made it scale with fleet size while nothing else does: the tables scroll and the trend chart is three lines regardless. The aggregate it showed is already in "Open problems by kind", which tracks the red count over time as a line. What goes is the per-repo breakdown of which repo was red when; the current state per repo remains in "Last completed run on the default branch". Total board height drops from 99 to 79 grid units, and 134 to 114 on the public copy. Co-Authored-By: Claude Opus 5 (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.
This is the tone-down commit that missed PR #7 — that PR merged while the follow-up was still being pushed, so
maincurrently carries the loud version.What
mainhas todayWhat this changes it to
No hero, and
"background" in jsonis now False for the whole file.Two principles behind it:
🤖 Generated with Claude Code