Skip to content

Commit 5ddfbbb

Browse files
bmd3kdna2github
authored andcommitted
Add tooltip to run selection to hint about double click. (tensorflow#5842)
We recently added the ability to double click a run checkbox to select it only and deselect the other runs. User feedback (googlers, see b/238365158#comment9) said it was not discoverable. This change adds a tooltip to the checkbox, which includes a hint about double click. I use "title" instead of "matTooltip" just because we have many icon buttons that also use this and the behavior is more consistent with those buttons.
1 parent fceae1f commit 5ddfbbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorboard/webapp/runs/views/runs_table/runs_table_component.ng.html

+1
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@
239239
[checked]="item.selected"
240240
(change)="onSelectionToggle.emit(item)"
241241
(dblclick)="onSelectionDblClick.emit(item)"
242+
title="Click to toggle run selection or double click to select only this run."
242243
></mat-checkbox>
243244
</span>
244245
<tb-experiment-alias

0 commit comments

Comments
 (0)