Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add UI to diff across crates #46

Open
xfbs opened this issue Oct 13, 2024 · 0 comments
Open

Add UI to diff across crates #46

xfbs opened this issue Oct 13, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@xfbs
Copy link
Owner

xfbs commented Oct 13, 2024

diff.rs can already do a diff between crates, for example diff mycrate 0.1.0 and mycrate-fork 0.1.0. However, this is currently not expose in the UI (there is no way in the UI to do this). The only way is to change the URL manually, like /mycrate/0.1.0/mycrate-fork/0.1.0/Cargo.toml. There should be some way in the UI to do this.

My suggestion would be to make the name of the crate (in the UI) editable. If you click on it, it transforms into an input element, and you can manually write a crate name. Not sure if this is the most obvious way to do it.

@xfbs xfbs added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant