From 59e816e3964236f284a317e40768bd305924c1cb Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 14 Sep 2024 16:00:39 -0400 Subject: [PATCH] fix data --- src/app/pages/marketdetail/marketdetail.page.html | 4 ++-- src/app/pages/notification/notification.page.html | 6 ++++++ src/app/pages/notification/notification.page.scss | 8 -------- src/app/pages/notification/notification.page.ts | 6 +++++- src/app/pages/profile/profile.page.html | 4 ++-- src/app/pages/profile/profile.page.scss | 3 ++- src/app/pages/register/register.page.html | 2 -- 7 files changed, 17 insertions(+), 16 deletions(-) diff --git a/src/app/pages/marketdetail/marketdetail.page.html b/src/app/pages/marketdetail/marketdetail.page.html index e4ded9c..c6cc0da 100644 --- a/src/app/pages/marketdetail/marketdetail.page.html +++ b/src/app/pages/marketdetail/marketdetail.page.html @@ -43,7 +43,7 @@ This task depends on the task below
-
+
@@ -110,7 +110,7 @@
-
+
diff --git a/src/app/pages/notification/notification.page.html b/src/app/pages/notification/notification.page.html index d3ed847..fb80c0d 100644 --- a/src/app/pages/notification/notification.page.html +++ b/src/app/pages/notification/notification.page.html @@ -17,6 +17,12 @@
+
+
+
+ Allow Notifications +
+
diff --git a/src/app/pages/notification/notification.page.scss b/src/app/pages/notification/notification.page.scss index 42c9de9..dfe4eac 100644 --- a/src/app/pages/notification/notification.page.scss +++ b/src/app/pages/notification/notification.page.scss @@ -1,11 +1,3 @@ -/* - Authors : initappz (Rahul Jograna) - Website : https://initappz.com/ - App Name : E-Learning App Template - This App Template Source code is licensed as per the - terms found in the Website https://initappz.com/license - Copyright and Good Faith Purchasers © 2021-present initappz. -*/ ion-header { ion-toolbar { --background: var(--ion-color-primary); diff --git a/src/app/pages/notification/notification.page.ts b/src/app/pages/notification/notification.page.ts index efbd8ed..513c346 100644 --- a/src/app/pages/notification/notification.page.ts +++ b/src/app/pages/notification/notification.page.ts @@ -3,7 +3,7 @@ import {NavController} from "@ionic/angular"; import {Router} from "@angular/router"; import { WrenchService } from 'src/app/services/wrench.service'; import {SessionDataProviderService} from "../../store/session-data-provider.service"; - +import { OnesignalService } from "src/app/services/onesignal.service"; @Component({ selector: 'app-notification', templateUrl: './notification.page.html', @@ -14,6 +14,7 @@ export class NotificationPage implements OnInit { constructor( private navctr: NavController, private router: Router, + private onesignalService: OnesignalService, public sessionDataProviderService: SessionDataProviderService, private wrenchService: WrenchService ) { @@ -52,4 +53,7 @@ export class NotificationPage implements OnInit { } + refreshNotification(){ + this.onesignalService.Init(this.sessionDataProviderService.member_uid); + } } diff --git a/src/app/pages/profile/profile.page.html b/src/app/pages/profile/profile.page.html index 8e6d670..41d37a5 100644 --- a/src/app/pages/profile/profile.page.html +++ b/src/app/pages/profile/profile.page.html @@ -201,8 +201,8 @@ - - Logout + + Logout
diff --git a/src/app/pages/profile/profile.page.scss b/src/app/pages/profile/profile.page.scss index 2a8117d..33e4f30 100644 --- a/src/app/pages/profile/profile.page.scss +++ b/src/app/pages/profile/profile.page.scss @@ -64,7 +64,8 @@ ion-content { ion-label { font-size: 16px; margin: 0px; - font-family: "regular"; + //font-family: "regular"; + font-weight: bold; color: var(--ion-color-dark); margin-left: 16px; } diff --git a/src/app/pages/register/register.page.html b/src/app/pages/register/register.page.html index 76ee307..dc518a0 100644 --- a/src/app/pages/register/register.page.html +++ b/src/app/pages/register/register.page.html @@ -166,8 +166,6 @@
- -