diff --git a/REMEMBER.txt b/REMEMBER.txt index c1c1a3f..8d5bf14 100644 --- a/REMEMBER.txt +++ b/REMEMBER.txt @@ -72,6 +72,8 @@ pendingoffers ionic generate page addcredit ionic generate page ownersjob +ionic generate page jobmessage + ionic generate component latest-market ionic generate service tasks-data @@ -79,6 +81,8 @@ ionic generate service banners-data ionic generate service usersoffers-data ***ionic generate service pendingjob-data +ionic generate component market-messages + https://masteringionic.com/blog/working-with-capacitor-googlemaps-in-ionic ionic generate interface interfaces/location diff --git a/src/app/pages/home/home.page.html b/src/app/pages/home/home.page.html index 76fb89b..9e95d3b 100644 --- a/src/app/pages/home/home.page.html +++ b/src/app/pages/home/home.page.html @@ -27,7 +27,8 @@
- + +
@@ -61,47 +62,8 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -188,75 +150,74 @@ - - - - - - - - - - - - - -
- - - - - - - - - - - - - - -
- - - - - + + + + + + + + + Help + + Close + + + + + + + + + + + + + + + + + + + + + + + + + + Close + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/app/pages/home/home.page.ts b/src/app/pages/home/home.page.ts index 04856a0..c421887 100644 --- a/src/app/pages/home/home.page.ts +++ b/src/app/pages/home/home.page.ts @@ -275,6 +275,15 @@ allBlog(){ this.router.navigate(['notification']); } + isModalOpen:boolean=false; + onHelp() { + this.isModalOpen = true; + } + + setCloseModal(){ + // debugger; + this.isModalOpen = false; + } onTopMentors() { this.router.navigate(['top-mentors']); } diff --git a/src/app/pages/jobmanager/jobmanager.page.html b/src/app/pages/jobmanager/jobmanager.page.html index e9895f3..5daf4b8 100644 --- a/src/app/pages/jobmanager/jobmanager.page.html +++ b/src/app/pages/jobmanager/jobmanager.page.html @@ -69,7 +69,7 @@ fill="solid" style="background-color: #0b5e86; color:white; border-radius: 5px;" (click)="onMyJobsMessage()"> - + Messages