Added approved info
This commit is contained in:
		@@ -1,19 +1,7 @@
 | 
			
		||||
<div class="container">
 | 
			
		||||
    <div *ngIf="store.user" class="row mt-3">
 | 
			
		||||
    <div *ngIf="!electron.isElectronApp" class="row mt-3 d-none d-lg-block">
 | 
			
		||||
        <div class="col-12">
 | 
			
		||||
            <div class="float-right">
 | 
			
		||||
                <button mat-raised-button class="mr-3" (click)="openComponents()">
 | 
			
		||||
                    <mat-icon>list</mat-icon> Components
 | 
			
		||||
                </button>
 | 
			
		||||
                <button mat-raised-button (click)="newFormula()">
 | 
			
		||||
                    <mat-icon>add</mat-icon> Formula
 | 
			
		||||
                </button>
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div *ngIf="!electron.isElectronApp" class="row mt-3">
 | 
			
		||||
        <div class="col-12">
 | 
			
		||||
            <div *ngIf="!electron.isElectronApp" class="jumbotron text-white d-none d-lg-block" style="
 | 
			
		||||
            <div class="jumbotron text-white" style="
 | 
			
		||||
                        background-color: #000;
 | 
			
		||||
                        background-image: url('../../assets/img/formula.jpg');
 | 
			
		||||
                        background-size: cover;
 | 
			
		||||
@@ -33,6 +21,18 @@
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div *ngIf="store.user" class="row mt-3">
 | 
			
		||||
        <div class="col-12">
 | 
			
		||||
            <div class="float-right">
 | 
			
		||||
                <button mat-raised-button class="mr-3" (click)="openComponents()">
 | 
			
		||||
                    <mat-icon>list</mat-icon> Components
 | 
			
		||||
                </button>
 | 
			
		||||
                <button mat-raised-button (click)="newFormula()">
 | 
			
		||||
                    <mat-icon>add</mat-icon> Formula
 | 
			
		||||
                </button>
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="row mt-3 mb-5">
 | 
			
		||||
        <div class="col-12 col-lg-3" style="height: 500px; overflow: auto">
 | 
			
		||||
            <mat-form-field class="w-100">
 | 
			
		||||
@@ -46,6 +46,17 @@
 | 
			
		||||
                </ng-container>
 | 
			
		||||
            </mat-list>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div *ngIf="!formula" class="d-none d-lg-block col-lg-9">
 | 
			
		||||
            <div class="w-100">
 | 
			
		||||
                <div class="col-12 p-5">
 | 
			
		||||
                    <mat-card class="mx-auto text-center">
 | 
			
		||||
                        <mat-card-content>
 | 
			
		||||
                            Pick a formula from the left hand side to see its components!
 | 
			
		||||
                        </mat-card-content>
 | 
			
		||||
                    </mat-card>
 | 
			
		||||
                </div>
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div *ngIf="formula" class="col-12 col-lg-9">
 | 
			
		||||
            <div>
 | 
			
		||||
                <div class="float-left">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user