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

Scrolling up to the top of a log should cause more history to be loaded #8

Open
mnutt opened this issue Nov 19, 2017 · 0 comments
Open

Comments

@mnutt
Copy link
Owner

mnutt commented Nov 19, 2017

Right now when you switch from one process log to another we load in the last 1000 lines of history. This is sort of a compromise since the more history we load the slower the window is to initially render, but it's nice to be able to go back to earlier history.

We currently have hooks for scrolling in a log window and a mechanism for using tail to fetch logs; we would just need to figure out the correct offsets and then prepend the lines to the beginning of the buffer. Ideally as the user scrolled up more history would be filled in smoothly, rather than jumping all the way to the top as new history was added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant