1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 02:03:39 +00:00

PS-725 - add empty state image to Vault and Send pages in web and to the Vault page in the bowser extension (#3263)

This commit is contained in:
dgoodman-bw
2022-08-09 09:23:57 -07:00
committed by GitHub
parent 95bb429281
commit ecd6863abe
7 changed files with 88 additions and 0 deletions

View File

@@ -189,6 +189,7 @@
<span class="sr-only">{{ "loading" | i18n }}</span>
</ng-container>
<ng-container *ngIf="loaded">
<img class="no-items-image" aria-hidden="true" />
<p>{{ "noSendsInList" | i18n }}</p>
<button (click)="addSend()" class="btn btn-outline-primary" [disabled]="disableSend">
<i class="bwi bwi-plus bwi-fw"></i>{{ "createSend" | i18n }}

View File

@@ -142,6 +142,7 @@
<span class="sr-only">{{ "loading" | i18n }}</span>
</ng-container>
<ng-container *ngIf="loaded">
<img class="no-items-image" aria-hidden="true" />
<p>{{ "noItemsInList" | i18n }}</p>
<button (click)="addCipher()" class="btn btn-outline-primary" *ngIf="showAddNew">
<i class="bwi bwi-plus bwi-fw"></i>{{ "addItem" | i18n }}