sevdokimov / log-viewer

Web UI for viewing logs
Apache License 2.0
434 stars 103 forks source link

add auto scroll option #182

Closed bowenchen-taken closed 1 year ago

holograph commented 1 year ago

This is definitely desirable!

sevdokimov commented 1 year ago

This is definitely desirable!

Yes, but calling scroll down has problems:

this.scrollEnd() clears view and show a spinner to the user until data loaded. It's not good, autoscroll should load data in background and show it when it ready to avoid blinking and showing a spinner.

Autoscroll is a hard task, it's not easy to implement it properly. I have an idea how to do it, I hope I'll be able to implement it on this week or on the next week.

sevdokimov commented 1 year ago

Autoscroll is implemented in v1.0.6