Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve DevTools Profiler commit-selector UX #20943

Merged
merged 2 commits into from
Mar 8, 2021

Commits on Mar 7, 2021

  1. Improve DevTools Profiler commit-selector UX

    1. Replace linear scale for commit durations with log scale. This reduces the impact of one (or few) outlier times on more common smaller durations.
    2. Decrease the minimum bar height to make the differences in height more noticeable.
    3. Add a backgound hover highlight to increase contrast.
    4. Add hover tooltip with commit duration and timestamp.
    Brian Vaughn committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    b5ac359 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    07b4155 View commit details
    Browse the repository at this point in the history