You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this has changed as part of the tailwind rewrite. Files and directories that don't include any changes are shown now, but I think they should be hidden again. I had my first look at the project today and just put together this small PR: #43
The text was updated successfully, but these errors were encountered:
I took #43 and expanded it slightly to add a button, now we can hide unchanged files + folders:
However, this currently is not the default (because it would break another workflow, which is to use diff.rs to view a crate's contents, which is used by cargo-vet).
I think this has changed as part of the tailwind rewrite. Files and directories that don't include any changes are shown now, but I think they should be hidden again. I had my first look at the project today and just put together this small PR: #43
The text was updated successfully, but these errors were encountered: