Skip to content

Commit

Permalink
ui: add "archive" button tooltip
Browse files Browse the repository at this point in the history
Signed-off-by: Joao Eduardo Luis <joao@abysmo.io>
  • Loading branch information
jecluis committed May 5, 2023
1 parent 57ed1cb commit ca5c072
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<td *ngIf="!recents">
<i class="mdi mdi-archive-arrow-down-outline fs-4"
style="color: #244461" (click)="markArchived(pr)"
ngbTooltip="Archive" container="body" placement="top"
*ngIf="!isMarkingSomething"></i>
<i class="mdi mdi-archive-arrow-down-outline fs-4 text-muted"
*ngIf="isMarkingSomething && markingArchived !== pr.id"></i>
Expand Down

0 comments on commit ca5c072

Please sign in to comment.