Patrick Elsen
Patrick Elsen
Thank you for the feedback! I've addressed all of the suggestions :)
Will send you a PR before the end of the week, didn't get around to it on the weekend! 😄
Hey, thanks for this bug report! I'll look into it. It might also be a bug with the `similar` crate that we use for generating the diff.
Just pushed an architecture page, haven't gone deep into explaining how data loading and diffing works, but it's a start.
Implementation-wise, I think the best UX for this would be to have two buttons in the top-right corner of the file view:  With...
Almost done with this, only the diff view remaining. The file tree is already dark-mode enabled. What is currently missing is dark mode for the actual code view. The challenges...
I agree! I think we should add some default font colors for the style of “html” or “body”, so we don’t habe to add dark mode colors everywhere.
@tverghis I just pushed a commit to fix the About page dark mode
I pushed a commit that implements the first step in making this possible. Still need to do more things: - Make this work with single column view - Automatically expand...
Another idea: for searching crate contents, we could use something like the [trigram](https://docs.rs/trigram/latest/trigram/index.html) crate, which allows us to do fuzzy searching.