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 app name to label #666

Closed
wants to merge 1 commit into from
Closed

Conversation

aumetra
Copy link

@aumetra aumetra commented Nov 25, 2023

Closes #665

This is just a small proof-of-concept. To display the names, it just checks if there are more than 1 releases inside the cargo-dist metadata.
If there is, it adds them in a smaller font to the next line.

image

This iteration still uses inline styles and some HTML inside the write! call which is not really optimal, I feel like.
But I just opened this draft PR to showcase how it could look like.

shadows-withal pushed a commit that referenced this pull request Dec 6, 2023
Currently only supports `cargo-dist`, and not filename inference.

Supersedes #666 and closes #665.
@shadows-withal
Copy link
Contributor

Thanks for the proof of concept! I implemented this properly over at #671, happy to hear your thoughts :)

@aumetra aumetra closed this Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve displaying of multi-artifact releases
2 participants