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

Address some issues with compact runs view #620

Merged
merged 4 commits into from Oct 12, 2018

Conversation

smurching
Copy link
Collaborator

@smurching smurching commented Oct 11, 2018

  • Hovering over a metric/param name now underlines it to help show that it's clickable
  • You now must hover over a metric/param name or value for it to be highlighted (previously we'd highlight if you hovered over the space around the name-or-value).

Note: I held off on addressing some other suggestions (like fixing the max-width of the table & adding horizontal scrolling on overflow) since doing those correctly might require some additional discussion (do we also add vertical scrolling, should we consider using a different table component to allow for fixed headers, etc)

@mateiz
Copy link
Contributor

mateiz commented Oct 11, 2018

That's great, these are definitely two changes we want.

@@ -310,6 +310,7 @@ class ExperimentView extends Component {
</ButtonGroup>
</span>
</div>
<div>
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this affect the layout?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Oops, this change was accidentally kept in from when I was trying to get the table to scroll on overflow. Will remove!

you could click (cursor:pointer was active) on the sort dropdown for an individual metric or param but the text wouldn't be underlined
@smurching
Copy link
Collaborator Author

Thanks @aarondav for the catch! Made another small change to prevent a weird corner case where hovering near the edge of a metric/param name would cause the cursor to change to a pointer but not underline the metric/param name (i.e. now the text should always be underlined when the cursor is a pointer).

@aarondav aarondav added the LGTM label Oct 12, 2018
@aarondav aarondav merged commit 966ce4a into mlflow:master Oct 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants