wizard edits

This commit is contained in:
Drew Ansbacher
2021-08-17 16:41:54 -06:00
committed by Aiden McClelland
parent 8cf945b738
commit 3721d419a3
21 changed files with 434 additions and 149 deletions

View File

@@ -1,6 +1,6 @@
<ion-content color="light">
<ion-grid style="padding-top: 32px; height: 100%; max-width: 540px;">
<ion-row class="ion-align-items-center" style="height: 100%;">
<ion-row style="height: 100%;">
<ion-col class="ion-text-center">
<div style="padding-bottom: 32px;">
@@ -9,7 +9,7 @@
<ion-card color="dark">
<ion-card-header>
<ion-card-title style="font-size: 40px;">Loading Embassy</ion-card-title>
<ion-card-title style="font-size: 40px;">Recovering From Backup</ion-card-title>
<ion-card-subtitle>Progress: {{(stateService.dataProgress * 100).toFixed(0) }}%</ion-card-subtitle>
</ion-card-header>
@@ -21,16 +21,4 @@
</ion-col>
</ion-row>
</ion-grid>
</ion-content>
<!-- <div *ngIf="stateService.polling" style="width: 100%; text-align: center;">
<ion-progress-bar color="primary" style="max-width: 700px; margin: auto; padding-bottom: 20px; margin-bottom: 40px;" value="{{stateService.dataProgress}}"></ion-progress-bar>
<ion-button
(click)="navToEmbassy()"
[disabled]="stateService.dataProgress !== 1"
style="text-align:center"
class="claim-button"
>
Go To Embassy
</ion-button>
</div> -->
</ion-content>