-
Notifications
You must be signed in to change notification settings - Fork 29
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
Adjust plot ribbon tooltips #4135
Conversation
* remove Created column * add table description
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.
Good iteration. Some notes: I wouldn't assume that we won't need to deal with dates now. I'd like to see what the tooltip looks like if we include the first 3 params and the first 3 metrics.
@@ -42,6 +42,9 @@ export const RibbonBlockTooltip: React.FC<{ | |||
))} | |||
</tbody> | |||
</table> | |||
<p className={styles.tooltipTableDescription}> | |||
*Reflects the first three columns (minus Created) in the table |
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.
*Reflects the first three columns (minus Created) in the table
- Could swap
*
with another info icon. - Change
minus
toexcluding
. - Need to mention that it is the experiments table.
- Give instructions on how to update. Something like "Drag and drop columns to the start of the table to update.
This could also go after the commit information.
I'm almost tempted to suggest turning the ribbon into a mini version of the table that always displays the selected columns but I think that is a story in itself.
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.
Need to mention that it is the experiments table.
Change minus to excluding.
👍
Give instructions on how to update. Something like "Drag and drop columns to the start of the table to update.
I considered that but didn't want to make the message too verbose since it's already rather lengthy... I'll post an image and see what others think though.
Could swap * with another info icon.
Good idea, I'll try it and see how it looks!
This could also go after the commit information.
Why would we want to move the table below the commit information? I figured that the table information is more important than the commit hence why it's first 🤔
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.
Code Climate has analyzed commit 56e2144 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (85% is the threshold). This pull request will bring the total coverage in the repository to 95.2% (0.0% change). View more on Code Climate. |
Demo
https://github.com/iterative/vscode-dvc/assets/43496356/f2c24368-d01f-4064-a18b-1c6c4c41f201Screen.Recording.2023-06-20.at.10.54.01.AM.mov
Fixes #3942