clean cards
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<div>
|
||||
<app-fastreward></app-fastreward>
|
||||
<app-familiy-nokids></app-familiy-nokids>
|
||||
<app-familiy-notask></app-familiy-notask>
|
||||
<app-familiy-addfamily></app-familiy-addfamily>
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
import {NavController} from "@ionic/angular";
|
||||
import {Router} from "@angular/router";
|
||||
import {SessionDataProviderService} from "../../store/session-data-provider.service";
|
||||
import {WrenchService} from "../../services/wrench.service";
|
||||
import {SessionDataProviderService} from "../../../store/session-data-provider.service";
|
||||
import {WrenchService} from "../../../services/wrench.service";
|
||||
|
||||
@Component({
|
||||
selector: 'app-fastreward',
|
||||
@@ -10,7 +10,7 @@ import { HomePage } from './home.page';
|
||||
import { SuggestedlistComponent } from "../../components/suggestedlist/suggestedlist.component";
|
||||
import {FamilypendingComponent} from "../../components/familypending/familypending.component";
|
||||
import { TrackingComponent } from "../../components/tracking/tracking.component";
|
||||
import { FastrewardComponent } from "../../components/fastreward/fastreward.component";
|
||||
import { FastrewardComponent } from "../../components/familycards/fastreward/fastreward.component";
|
||||
import { CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
||||
import {LatestMarketComponent} from "../../components/latest-market/latest-market.component";
|
||||
import {HelpListingComponent} from "../../components/help-listing/help-listing.component";
|
||||
|
||||
@@ -55,27 +55,8 @@
|
||||
</ion-grid>
|
||||
</div>
|
||||
<ng-template #elseFulltag>
|
||||
<!-- <ion-toolbar class="top-tool" *ngIf="walletDescription !='' || active_job_count != 0">-->
|
||||
<!-- <ion-buttons slot="secondary" *ngIf="walletDescription !='' ">-->
|
||||
<!-- <ion-button shape="round" fill="solid" color="primary" (click)="myWallet()">-->
|
||||
<!-- <ion-icon slot="end" name="wallet"></ion-icon>-->
|
||||
<!-- {{walletDescription}}-->
|
||||
<!-- </ion-button>-->
|
||||
<!-- </ion-buttons>-->
|
||||
<!-- <ion-buttons slot="primary" *ngIf="active_job_count != 0">-->
|
||||
<!-- <ion-button shape="round" fill="solid" color="primary" (click)="myJobs(1)">-->
|
||||
<!-- My Jobs-->
|
||||
<!-- <ion-icon slot="end" name="list"></ion-icon>-->
|
||||
<!-- </ion-button>-->
|
||||
<!-- </ion-buttons>-->
|
||||
<!-- <!– <ion-title>{{walletDescription}}</ion-title>–>-->
|
||||
<!-- </ion-toolbar>-->
|
||||
|
||||
|
||||
|
||||
<!-- <app-familiy-dash></app-familiy-dash>-->
|
||||
<app-familiy-dash></app-familiy-dash>
|
||||
<app-latest-market></app-latest-market>
|
||||
<app-fastreward></app-fastreward>
|
||||
<!-- <app-tracking></app-tracking>-->
|
||||
<ion-card class="map-sec" *ngIf="enableTracking > 0">
|
||||
<app-tracking></app-tracking>
|
||||
|
||||
Reference in New Issue
Block a user