-
Notifications
You must be signed in to change notification settings - Fork 204
Show artifact versions #3382
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
Show artifact versions #3382
Conversation
|
Code coverage for javascript is
|
| <> | ||
| {i > 0 && ","} | ||
| <Link | ||
| href={`//${v.url}`} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should only add this // in case the url does not contain schema.
Can use v.url.includes(://) as the condition.
|
Love this! What do you guys thing about changing the layout of the version? |
|
Btw, should we trim the version in case it is too long? Like commit hash, we should show only the first 7 characters.
|
I see, may be
I agree with it! |
|
Code coverage for javascript is
|
|
How about the above? |
@khanhtc1202 @knanao what do you think? |
|
yeh, one vote from me. Please go ahead and address it 🙏 |
|
nits, I think we should only trim the long text as it's a table cell content. On the detail page, we should just show it clearly, wdyt? |
I feel the same too. And maybe we also should split them into multiple lines on the application detail page. |
|
Code coverage for javascript is
|
|
|
|
Looks beautiful! ❤️ |
|
/lgtm |
|
sorry I found some mistakes, so I'll fix |
|
Code coverage for javascript is
|
|
I fixed, PTAL. 🙇 |
|
Code coverage for javascript is
|
|
👍 |
|
it's beautiful, thank you 😀 |



What this PR does / why we need it:
This PR changes to show artifact versions with links.
Which issue(s) this PR fixes:
A part of #3303
Does this PR introduce a user-facing change?: