feat: donut available on every bench + inline distribution row - #107
Merged
Conversation
Donut everywhere views.ts mapping previously gated donut to count benches only. Two problems with that: (1) the option was invisible on the bench the reader was looking at, (2) 'share of the field's total p50' is a perfectly valid read on latency / cost / yield too, even if it's unusual. Surface it on every unit and let the reader pick - the switcher already hides views that don't apply, so always-present just means always-discoverable. Inline distribution layout DistributionChart rendered name + value above the track and the percentile markers below, eating ~40 px per row to a half-empty header line. Restructured as a 3-column grid: [logo + name] [track] [p50 value], all on one line. The track now sits flush with the identity column so there's no white gap between the provider chip and its bar. Mobile keeps the same single-line layout via a narrower min-width on the identity column.
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 freeto 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.
count. Maintenant disponible sur tous les units. Le switcher cache déjà les vues inapplicables, donc 'présente partout' = 'découvrable partout'.