mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
move NoResults icon to vault library
This commit is contained in:
parent
5dc2a9c728
commit
43abd45db7
@ -7,7 +7,7 @@ import { combineLatest, map, Observable, shareReplay } from "rxjs";
|
||||
import { JslibModule } from "@bitwarden/angular/jslib.module";
|
||||
import { CollectionId, OrganizationId } from "@bitwarden/common/types/guid";
|
||||
import { CipherType } from "@bitwarden/common/vault/enums";
|
||||
import { ButtonModule, Icons, NoItemsModule } from "@bitwarden/components";
|
||||
import { ButtonModule, NoItemsModule } from "@bitwarden/components";
|
||||
import { VaultIcons } from "@bitwarden/vault";
|
||||
|
||||
import { CurrentAccountComponent } from "../../../../auth/popup/account-switching/current-account.component";
|
||||
@ -76,7 +76,7 @@ export class VaultV2Component implements OnInit, OnDestroy {
|
||||
|
||||
protected vaultIcon = VaultIcons.Vault;
|
||||
protected deactivatedIcon = VaultIcons.DeactivatedOrg;
|
||||
protected noResultsIcon = Icons.NoResults;
|
||||
protected noResultsIcon = VaultIcons.NoResults;
|
||||
|
||||
protected VaultStateEnum = VaultState;
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
export * from "./deactivated-org";
|
||||
export * from "./no-folders";
|
||||
export * from "./no-results";
|
||||
export * from "./vault";
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { svgIcon } from "../icon";
|
||||
import { svgIcon } from "@bitwarden/components";
|
||||
|
||||
export const NoResults = svgIcon`
|
||||
<svg width="98" height="96" viewBox="0 0 98 96" fill="none" xmlns="http://www.w3.org/2000/svg">
|
Loading…
Reference in New Issue
Block a user