Add tabs for different integrations

This commit is contained in:
Rene Vergara 2022-12-15 09:26:37 -06:00
parent d3437974e4
commit 75e83ac339
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
2 changed files with 94 additions and 90 deletions

View File

@ -39,8 +39,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "5mb",
"maximumError": "10mb"
},
{
"type": "anyComponentStyle",

View File

@ -77,6 +77,8 @@
<mat-tab *ngIf="proVersion"
label="Integrations"
style="align-items: center;">
<mat-tab-group mat-tab-align-tabs="start">
<mat-tab label="Xero">
<div class="container" style="margin-bottom: 20px;">
<mat-dialog-content [formGroup]="accCodForm">
<div style="height: 10px;
@ -143,9 +145,6 @@
placeholder="9999999999"
formControlName="xAcc"
(keyup)="checkStatus($event)">
<!--
(change)="xeroAccCodChanged($event)">
-->
</mat-form-field>
</div>
@ -170,5 +169,10 @@
margin-top: 10px;">
</div>
</mat-tab>
<mat-tab label="WooCommerce">
<p>Woo va aqui</p>
</mat-tab>
</mat-tab-group>
</mat-tab>
</mat-tab-group>
</div>