xfbs / diff.rs

Web application to render a diff between Rust crate versions. Implemented in Yew, runs fully in the browser as WebAssembly.
https://diff.rs
MIT License
86 stars 6 forks source link

Separate scrolling for files list and contents pane #6

Closed Alphare closed 1 year ago

Alphare commented 1 year ago

Hi, first off, thanks for this tool, this will make my job as a maintainer easier. :)

I find myself having to scroll back up quite a bit for larger changes, having a separate scrolling context for the files list could be quite helpful.

xfbs commented 1 year ago

Hey, thanks for the feedback! I actually noticed this issue myself too. Especially when you have either a very long file or a very long file list. I can probably fix this pretty easily, despite limited frontend skills.

Alphare commented 1 year ago

I've sent #8 to address this, hopefully.