diff --git a/src/app/components/familiy-dash/familiy-dash.component.html b/src/app/components/familiy-dash/familiy-dash.component.html index 73d2c3d..ed5a21b 100644 --- a/src/app/components/familiy-dash/familiy-dash.component.html +++ b/src/app/components/familiy-dash/familiy-dash.component.html @@ -2,6 +2,7 @@ + diff --git a/src/app/components/familiy-dash/familiy-dash.component.ts b/src/app/components/familiy-dash/familiy-dash.component.ts index 0262b15..0aee814 100644 --- a/src/app/components/familiy-dash/familiy-dash.component.ts +++ b/src/app/components/familiy-dash/familiy-dash.component.ts @@ -37,8 +37,8 @@ export class FamiliyDashComponent implements OnInit { }); addEventListener('app_familiy_notask_action', () => { - this.pageItem.family_action = ""; - this.router.navigate(['family'],{state: {page_name: 0, family_action: ''}}); + // this.pageItem.family_action = "FAMILY_ACTION_NO_TASKS"; + this.router.navigate(['family'],{state: {page_name: 0, family_action: 'FAMILY_ACTION_NO_TASKS'}}); }); addEventListener('app_familiy_addfamily_action', () => { 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 389b464..85f9944 100644 --- a/src/app/components/familycards/familiy-notask/familiy-notask.component.html +++ b/src/app/components/familycards/familiy-notask/familiy-notask.component.html @@ -1,14 +1,31 @@ - - - - No Tasks -
-
- - - . - - - - -
\ No newline at end of file + + + + + + + + + + + + + + + + + + + + Assign Task + + + + + + + + + + + diff --git a/src/app/components/familycards/familiy-notask/familiy-notask.component.scss b/src/app/components/familycards/familiy-notask/familiy-notask.component.scss index 2425237..ab55dce 100644 --- a/src/app/components/familycards/familiy-notask/familiy-notask.component.scss +++ b/src/app/components/familycards/familiy-notask/familiy-notask.component.scss @@ -1,4 +1,22 @@ -ion-card{ +ion-card { + margin: 20px 0px 0px 0px; + background-color: #186875; + color: white; + ion-card-title{ + color: white; + } +} +.task-rover{ + background-image: url("https://www.wrenchboard.com/assets/images/apps/family-assign-task.jpg"); + background-size: contain; + background-repeat: no-repeat; + //background-color: #186875; + min-height: 350px; + border-radius: 20px; + color:white; +} + +ion-card44{ margin:20px 0px 0px 0px; height: 150px; padding: 0px;