newrelic / nr1-top

NR1 Top allows you to display and inspect the top processes of your hosts, including CPU, I/O and memory.
https://github.com/newrelic/nr1-top/discussions
Apache License 2.0
5 stars 16 forks source link

feat: allow columns to scroll independantly #18

Closed danielgolden closed 4 years ago

danielgolden commented 4 years ago

When a user scrolls down to the bottom of the process list, and clicks on a process towards the bottom of the list, they no longer have to scroll back up to see the the charts.

Resolves newrelic/nr1-top#2

tangollama commented 4 years ago

@danielgolden you need to run npm run eslint-fix and add the .prettierrc.js file to this PR.

danielgolden commented 4 years ago

@tangollama The .prettierrc.js file already exists in the project and I just ran npm run eslint-fix though it doesn't seem to have done anything (was expecting some changes to files, but there were none).

devfreddy commented 4 years ago

:tada: This PR is included in version 0.3.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: