Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Add 'follow logs' checkbox #992

Closed
onionhammer opened this issue Mar 23, 2021 · 3 comments
Closed

Add 'follow logs' checkbox #992

onionhammer opened this issue Mar 23, 2021 · 3 comments
Labels

Comments

@onionhammer
Copy link
Contributor

What should we add or change to make your life better?

The logs currently continues to append but doesnt scroll as new logs are being added. It would be great if there was a 'follow logs' checkbox to automatically scroll down as new log lines are appended.

This can be done easily with CSS and a checkbox;

.FollowLogs
{
    scroll-snap-type: y mandatory;
}
@davidfowl
Copy link
Member

Send a PR please, I'd love this to be on by default.

@onionhammer
Copy link
Contributor Author

Sure I'll take a look

@onionhammer
Copy link
Contributor Author

I opted to go with a JavaScript approach rather than CSS since it didn't seem to work in Firefox

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

No branches or pull requests

2 participants