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

Devtools Profiler: allow user to enter commit number #19957

Merged
merged 4 commits into from
Jul 15, 2021

Commits on Jul 14, 2021

  1. Dev tools Profiler: allow user to enter commit number

    Adds an `input` to the react devtools Profiler that lets users type in a commit number to jump to. This is a more convenient UI in some cases than clicking the arrows, arrow keys, or clicking-and-dragging the timeline.
    srubin authored and Brian Vaughn committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    50a0ce7 View commit details
    Browse the repository at this point in the history
  2. Prettier

    srubin authored and Brian Vaughn committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    4a8cf42 View commit details
    Browse the repository at this point in the history
  3. Blur commit input on enter/return

    srubin authored and Brian Vaughn committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    237aecb View commit details
    Browse the repository at this point in the history
  4. Tweaked commit selector input

    nits: Removed a few unnecessary useCallbacks and a useRef. Tweak CSS to add :focus style.
    Brian Vaughn committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    d3947e8 View commit details
    Browse the repository at this point in the history