Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Add a scroll location indicator to the process table #130

Merged

Conversation

reasonablytall
Copy link
Contributor

@reasonablytall reasonablytall commented Mar 22, 2019

Implements #127

I found that using [selected] of [total] wasn't effective because the selected row doesn't necessarily stay in the window. Instead I went with [top of window] - [bottom of window] of [total]. The values are 1-indexed.

I'm totally open to feedback or requests!

Here's an example:
image

@cjbassi
Copy link
Owner

cjbassi commented Apr 8, 2019

Nice, this looks good. A scroll bar would be another possibility but that seems like a lot more work and this does the job well imo. Thanks!

@cjbassi cjbassi merged commit 56662fd into cjbassi:master Apr 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants