curtisy1 / LogRust

A log file viewer written in Rust using iced-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scrollview for the actual log file content

curtisy1 opened this issue · comments

commented

Displaying the actual content is probably the hardest task. There's quite a few things to be aware of:

  • For performance concerns, we should only load about 2 or 3 times the window height of lines. This allows the user to scroll a bit while we dynamically load more data
  • When changing filter criteria the scroll state should probably be reset since the scroll state might have changed