mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
use bit-spinner instead of bwi-spin
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
[class.tw-invisible]="loading"
|
||||
></tools-import>
|
||||
<div *ngIf="loading" class="tw-absolute tw-inset-0 tw-flex tw-items-center tw-justify-center">
|
||||
<i class="bwi bwi-spinner bwi-spin bwi-3x tw-text-primary-600" aria-hidden="true"></i>
|
||||
<bit-spinner></bit-spinner>
|
||||
</div>
|
||||
</div>
|
||||
</ng-container>
|
||||
|
||||
@@ -3,7 +3,13 @@ import { Component } from "@angular/core";
|
||||
|
||||
import { JslibModule } from "@bitwarden/angular/jslib.module";
|
||||
import { I18nService } from "@bitwarden/common/platform/abstractions/i18n.service";
|
||||
import { DialogRef, AsyncActionsModule, ButtonModule, DialogModule } from "@bitwarden/components";
|
||||
import {
|
||||
DialogRef,
|
||||
AsyncActionsModule,
|
||||
ButtonModule,
|
||||
DialogModule,
|
||||
SpinnerComponent,
|
||||
} from "@bitwarden/components";
|
||||
import type { chromium_importer } from "@bitwarden/desktop-napi";
|
||||
import { ImportMetadataServiceAbstraction } from "@bitwarden/importer-core";
|
||||
import {
|
||||
@@ -26,6 +32,7 @@ import { DesktopImportMetadataService } from "./desktop-import-metadata.service"
|
||||
AsyncActionsModule,
|
||||
ButtonModule,
|
||||
ImportComponent,
|
||||
SpinnerComponent,
|
||||
],
|
||||
providers: [
|
||||
...ImporterProviders,
|
||||
|
||||
Reference in New Issue
Block a user