update bootstrapper and startup flow

This commit is contained in:
Matt Hill
2021-06-16 18:02:06 -06:00
committed by Aiden McClelland
parent e5de786cf1
commit 84718792bf
12 changed files with 114 additions and 84 deletions

View File

@@ -1,5 +1,8 @@
<ion-app *ngIf="patch.initialized">
<ion-split-pane [disabled]="!showMenu" (ionSplitPaneVisible)="splitPaneVisible($event)" contentId="main-content">
<ion-app>
<ion-spinner *ngIf="!patch.initialized" class="center" name="lines" color="warning"></ion-spinner>
<ion-split-pane *ngIf="patch.initialized" [disabled]="!showMenu" (ionSplitPaneVisible)="splitPaneVisible($event)" contentId="main-content">
<ion-menu contentId="main-content" type="overlay">
<ion-header>
<ion-toolbar style="--background: var(--ion-background-color);">