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 links to test descriptions on measurement pages #469

Merged
merged 1 commit into from
Jun 18, 2020

Conversation

sarathms
Copy link
Contributor

Fixes #282

@sarathms sarathms requested a review from hellais June 13, 2020 04:17
@sarathms sarathms self-assigned this Jun 13, 2020
@hellais
Copy link
Member

hellais commented Jun 18, 2020

Looks good to me!

@hellais hellais merged commit 98a8f3f into master Jun 18, 2020
@hellais hellais deleted the link-test-descriptions branch June 18, 2020 08:41
@@ -43,7 +44,13 @@ const DetailsHeader = ({testName, runtime, notice}) => {
/>
</Box>
<Box ml={2}>
<Text fontSize={20}>{metadata.name}</Text>
<Link href={metadata.info} target='_blank'>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I now realised that the behaviour is that of opening it in a new window.

I don't think we should be doing that. If the user wants to open it in a new window they can alt-click on the link.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opened this PR for it: #471

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.

Link to test descriptions in measurement pages
2 participants