1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-01 08:03:20 +00:00

[SM-71] Update all badges to use component library (#2999)

This commit is contained in:
Oscar Hinton
2022-07-04 11:00:13 +02:00
committed by GitHub
parent 6bcde3a84c
commit c1ace45915
16 changed files with 74 additions and 118 deletions

View File

@@ -64,9 +64,7 @@
(click)="filterSelected(true)"
>
{{ "selected" | i18n }}
<span class="badge badge-pill badge-info" *ngIf="selectedCount">{{
selectedCount
}}</span>
<span bitBadge badgeType="info" *ngIf="selectedCount">{{ selectedCount }}</span>
</button>
</div>
</div>
@@ -115,12 +113,14 @@
<td>
{{ u.email }}
<span
class="badge badge-secondary"
bitBadge
badgeType="secondary"
*ngIf="u.status === organizationUserStatusType.Invited"
>{{ "invited" | i18n }}</span
>
<span
class="badge badge-warning"
bitBadge
badgeType="warning"
*ngIf="u.status === organizationUserStatusType.Accepted"
>{{ "accepted" | i18n }}</span
>