Skip to content

Commit

Permalink
add tooltips
Browse files Browse the repository at this point in the history
Signed-off-by: Stepan Kiryakov <[email protected]>
  • Loading branch information
Stepan-Kirjakov committed Jan 7, 2025
1 parent 0ad1ef9 commit 5b49895
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
class="preview-menu-item"
[attr.highlighted]="isSelected(item)"
[attr.last]="last"
[pTooltip]="item.name"
[tooltipOptions]="{showDelay: 300}"
tooltipPosition="top"
>
<div class="preview-menu-item-status" [attr.status]="item.item.status"></div>
<div class="preview-menu-item-icon">
Expand Down

0 comments on commit 5b49895

Please sign in to comment.