Added approved info
This commit is contained in:
parent
429b52df58
commit
0c03326e03
@ -1,19 +1,7 @@
|
|||||||
<div class="container">
|
<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="col-12">
|
||||||
<div class="float-right">
|
<div class="jumbotron text-white" style="
|
||||||
<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="
|
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
background-image: url('../../assets/img/formula.jpg');
|
background-image: url('../../assets/img/formula.jpg');
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
@ -33,6 +21,18 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</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="row mt-3 mb-5">
|
||||||
<div class="col-12 col-lg-3" style="height: 500px; overflow: auto">
|
<div class="col-12 col-lg-3" style="height: 500px; overflow: auto">
|
||||||
<mat-form-field class="w-100">
|
<mat-form-field class="w-100">
|
||||||
@ -46,6 +46,17 @@
|
|||||||
</ng-container>
|
</ng-container>
|
||||||
</mat-list>
|
</mat-list>
|
||||||
</div>
|
</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 *ngIf="formula" class="col-12 col-lg-9">
|
||||||
<div>
|
<div>
|
||||||
<div class="float-left">
|
<div class="float-left">
|
||||||
|
Loading…
Reference in New Issue
Block a user