diff --git a/src/app/components/familiy-dash/familiy-dash.component.ts b/src/app/components/familiy-dash/familiy-dash.component.ts
index 1f27ae2..80d9879 100644
--- a/src/app/components/familiy-dash/familiy-dash.component.ts
+++ b/src/app/components/familiy-dash/familiy-dash.component.ts
@@ -11,38 +11,32 @@ import {WrenchService} from "../../services/wrench.service";
})
export class FamiliyDashComponent implements OnInit {
+ pageItem:{
+ page_name: number
+ }
constructor(private navctr: NavController,
private router: Router,
public sessionDataProviderService: SessionDataProviderService,
private wrenchService: WrenchService) {
+
addEventListener('app_fastreward_action', () => {
- // this.tabs="lesson";
- //this.get();
- this.router.navigate(['family']);
+ this.router.navigate(['family'],{state: this.pageItem});
});
addEventListener('app_familiy_nokids_action', () => {
- //this.tabs="lesson";
- //this.get();
- this.router.navigate(['family']);
+ this.router.navigate(['family'],{state: this.pageItem});
});
addEventListener('app_familiy_notask_action', () => {
- //this.tabs="lesson";
- //this.get();
- this.router.navigate(['family']);
+ this.router.navigate(['family'],{state: this.pageItem});
});
addEventListener('app_familiy_addfamily_action', () => {
- //this.tabs="lesson";
- //this.get();
- this.router.navigate(['family']);
+ this.router.navigate(['family'],{state: this.pageItem});
});
addEventListener('app_familiy_allowance_action', () => {
- //this.tabs="lesson";
- //this.get();
- this.router.navigate(['family']);
+ this.router.navigate(['family'],{state: this.pageItem});
});
}
diff --git a/src/app/components/familycards/familiy-addfamily/familiy-addfamily.component.html b/src/app/components/familycards/familiy-addfamily/familiy-addfamily.component.html
index f8de017..d27d114 100644
--- a/src/app/components/familycards/familiy-addfamily/familiy-addfamily.component.html
+++ b/src/app/components/familycards/familiy-addfamily/familiy-addfamily.component.html
@@ -6,7 +6,7 @@
- Task, Goals completed, well done, or promised - Time to send a reward.
+ .
diff --git a/src/app/components/familycards/familiy-allowance/familiy-allowance.component.html b/src/app/components/familycards/familiy-allowance/familiy-allowance.component.html
index 42cbb7d..1d0f485 100644
--- a/src/app/components/familycards/familiy-allowance/familiy-allowance.component.html
+++ b/src/app/components/familycards/familiy-allowance/familiy-allowance.component.html
@@ -6,7 +6,7 @@
- Task, Goals completed, well done, or promised - Time to send a reward.
+ .
diff --git a/src/app/components/familycards/familiy-nokids/familiy-nokids.component.html b/src/app/components/familycards/familiy-nokids/familiy-nokids.component.html
index f7b1374..41d67ec 100644
--- a/src/app/components/familycards/familiy-nokids/familiy-nokids.component.html
+++ b/src/app/components/familycards/familiy-nokids/familiy-nokids.component.html
@@ -12,7 +12,7 @@
style="background-color: lightyellow;
border-radius: 10px;
margin-left: 150px; font-weight: bold;">
- Task, Goals .
+ .
diff --git a/src/app/components/familycards/familiy-notask/familiy-notask.component.html b/src/app/components/familycards/familiy-notask/familiy-notask.component.html
index d0885dc..389b464 100644
--- a/src/app/components/familycards/familiy-notask/familiy-notask.component.html
+++ b/src/app/components/familycards/familiy-notask/familiy-notask.component.html
@@ -6,7 +6,7 @@
- Task, Goals completed, well done, or promised - Time to send a reward.
+ .
diff --git a/src/app/components/familycards/fastreward/fastreward.component.html b/src/app/components/familycards/fastreward/fastreward.component.html
index fdc12ad..2715933 100644
--- a/src/app/components/familycards/fastreward/fastreward.component.html
+++ b/src/app/components/familycards/fastreward/fastreward.component.html
@@ -4,12 +4,12 @@
- Send a Reward
+ Send a Reward
- Task, Goals completed, well done, or promised - Time to send a reward.
+ .
diff --git a/src/app/components/familycards/fastreward/fastreward.component.scss b/src/app/components/familycards/fastreward/fastreward.component.scss
index b16d61e..8ded5cf 100644
--- a/src/app/components/familycards/fastreward/fastreward.component.scss
+++ b/src/app/components/familycards/fastreward/fastreward.component.scss
@@ -7,6 +7,10 @@ ion-card{
--margin-bottom: 0px;
margin-bottom: 0px;
}
+ .kid-card-title{
+ margin-left: 10px;
+ font-weight: bolder;
+ }
ion-card-content{
--margin-top: 0px;
--margin-bottom: 0px;