Advice for Humans UX polish: operator grouping, bars, colors, margins#70
Merged
erikdarlingdata merged 5 commits intodevfrom Mar 10, 2026
Merged
Advice for Humans UX polish: operator grouping, bars, colors, margins#70erikdarlingdata merged 5 commits intodevfrom
erikdarlingdata merged 5 commits intodevfrom
Conversation
- Group operator name + timing + CPU bar + stats (rows/reads) in a single container with purple left accent border for clear visual association (#14) - Standardize left margins to three tiers: 8px labels, 12px content, 20px nested detail — eliminates ragged left edge (#15) - Use ValueBrush for both CPU and elapsed timing values instead of dimming elapsed with MutedBrush (#16) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Collect all wait stat lines in a group, find the global max, then render each with a colored bar scaled proportionally. Bar color matches wait category (orange=CPU/parallelism, red=I/O/locks, purple=memory, blue=network). Closes #48 item 7. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The most significant finding in each triage card (parallel efficiency, memory grant, etc.) now renders at 13px semi-bold to establish visual hierarchy over the remaining 12px normal-weight items. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Impact line (e.g., "dbo.Posts (impact: 95%)") now renders table name in white and impact in color: red ≥70%, amber ≥40%, blue <40%. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Color by utilization: red <10% used, amber 10-49%, blue ≥50%. Previously was binary amber/blue at 10% threshold. Co-Authored-By: Claude Opus 4.6 <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.
Summary
Closes #48.
Test plan
🤖 Generated with Claude Code