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

Multiple Experiments Management UX #3127

Merged
merged 18 commits into from
Dec 14, 2020
Merged

Multiple Experiments Management UX #3127

merged 18 commits into from
Dec 14, 2020

Conversation

Lijiaoa
Copy link
Contributor

@Lijiaoa Lijiaoa commented Nov 26, 2020

related issue #2779 #3100 #3055

### now, experiment still click Name column to other webui, also with <a> style.

  • intermediate graph(compare.tsx) point hover show 'N/A' Intermediate result show N/A #3118
  • add error status
  • adjust column width on screen 1490px (1490px is max width now)
  • test

@liuzhe-lz liuzhe-lz mentioned this pull request Nov 30, 2020
77 tasks
className: 'tableHead leftTitle',
data: 'string',
onColumnClick: this.onColumnClick,
onRender: (item: any): React.ReactNode => <div className='succeed-padding'>{item.id}</div>
Copy link
Contributor

@liuzhe-lz liuzhe-lz Dec 10, 2020

Choose a reason for hiding this comment

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

Suggest to make "ID" and "Status" (when running) clickable.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

discuss with xingyu, and now ID column is clickable.

const webuiPortal = `${protocol}//${hostname}:${port}/oview`;
return (
<div className='succeed-padding ellipsis'>
<a href={webuiPortal} className='link' target='_blank' rel='noopener noreferrer'>
Copy link
Contributor

@liuzhe-lz liuzhe-lz Dec 10, 2020

Choose a reason for hiding this comment

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

The style should not be "blue with underline". It looks like 20th century......

Copy link
Contributor Author

Choose a reason for hiding this comment

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

by design, i will discuss with Xingyu

Copy link
Contributor Author

Choose a reason for hiding this comment

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

now, when cursor hover on the trial id, font change blue with underline

</Stack>
<DetailsList
columns={this.columns}
items={source}
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this supposed to be auto-refreshing?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

in this version, it has not auto-refresh

@Lijiaoa Lijiaoa closed this Dec 14, 2020
@Lijiaoa Lijiaoa reopened this Dec 14, 2020
@J-shang J-shang merged commit 683c458 into microsoft:master Dec 14, 2020
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.

4 participants