From ae1774f7d245facac350f455957c608551cdd508 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 17 Sep 2023 10:17:12 -0400 Subject: [PATCH] suggest page --- src/app/pages/joblist/joblist.page.html | 102 +++++++++--------- src/app/pages/mycoupons/mycoupons.page.html | 11 +- src/app/pages/myfiles/myfiles.page.html | 12 +-- src/app/pages/suggest/suggest.page.html | 16 +++ src/app/pages/suggest/suggest.page.scss | 15 ++- src/app/pages/suggest/suggest.page.ts | 3 + .../pages/transaction/transaction.page.html | 11 +- src/global.scss | 11 +- 8 files changed, 107 insertions(+), 74 deletions(-) diff --git a/src/app/pages/joblist/joblist.page.html b/src/app/pages/joblist/joblist.page.html index 8e05cc2..a050d9a 100644 --- a/src/app/pages/joblist/joblist.page.html +++ b/src/app/pages/joblist/joblist.page.html @@ -5,68 +5,72 @@ +
-
-
- My Jobs - -
- -
- ..... -
- - +
+
+ My Jobs +
-
- - -
-
- - {{total_jobs}} Total +
+ ..... +
+ + +
- - - - - - - - -
-
- - - - + - - - - +
+
+ + {{total_jobs}} Total +
+ + + + + + + + +
-
-
-
+
+ + + + -
- {{item.title}} - {{item.description}} - {{item.price*0.01}} {{item.currency}} - Timeline: {{item.timeline_days}} days + + + + + +
+
+
+ +
+ {{item.title}} + {{item.description}} + {{item.price*0.01}} {{item.currency}} + Timeline: {{item.timeline_days}} days +
+
+
+
-
- -
+ +
- -
+ + diff --git a/src/app/pages/mycoupons/mycoupons.page.html b/src/app/pages/mycoupons/mycoupons.page.html index 8b8d0e4..5beabc8 100644 --- a/src/app/pages/mycoupons/mycoupons.page.html +++ b/src/app/pages/mycoupons/mycoupons.page.html @@ -1,11 +1,12 @@ -
-
-
- -
+
+
+
+
+
+
diff --git a/src/app/pages/myfiles/myfiles.page.html b/src/app/pages/myfiles/myfiles.page.html index ee343f7..d7a0c59 100644 --- a/src/app/pages/myfiles/myfiles.page.html +++ b/src/app/pages/myfiles/myfiles.page.html @@ -1,12 +1,12 @@ - -
-
-
- -
+
+
+
+
+
+
diff --git a/src/app/pages/suggest/suggest.page.html b/src/app/pages/suggest/suggest.page.html index 702a1bb..643cc13 100644 --- a/src/app/pages/suggest/suggest.page.html +++ b/src/app/pages/suggest/suggest.page.html @@ -51,7 +51,23 @@
+ + + + + {{item.post_title}} + +
+ {{item.title}} + +
+
+ +
+
+
+
diff --git a/src/app/pages/suggest/suggest.page.scss b/src/app/pages/suggest/suggest.page.scss index 1c3cf7a..829cbce 100644 --- a/src/app/pages/suggest/suggest.page.scss +++ b/src/app/pages/suggest/suggest.page.scss @@ -2,7 +2,7 @@ ion-content { .back_image { width: 100%; - height: 230px; + height: 130px; .back { font-size: 25px; @@ -383,3 +383,16 @@ ion-footer { } } } + +ion-grid{ + margin: 0px; + ion-card{ + margin: 0px; + ion-card-content{ + padding: 5px; + min-height: 60px; + font-size: 14px; + } + } +} + diff --git a/src/app/pages/suggest/suggest.page.ts b/src/app/pages/suggest/suggest.page.ts index be93184..25fab49 100644 --- a/src/app/pages/suggest/suggest.page.ts +++ b/src/app/pages/suggest/suggest.page.ts @@ -66,4 +66,7 @@ export class SuggestPage implements OnInit { } + suggestDetails(item){ + + } } diff --git a/src/app/pages/transaction/transaction.page.html b/src/app/pages/transaction/transaction.page.html index 6320eab..a293cd9 100644 --- a/src/app/pages/transaction/transaction.page.html +++ b/src/app/pages/transaction/transaction.page.html @@ -5,12 +5,13 @@ -
-
-
- -
+
+
+
+
+
+ diff --git a/src/global.scss b/src/global.scss index b4415c7..dc3495e 100644 --- a/src/global.scss +++ b/src/global.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. -*/ /* * App Global CSS * ---------------------------------------------------------------------------- @@ -234,4 +226,7 @@ ion-header{ body.scanner-active { --background: transparent; --ion-background-color: transparent; +} +ion-content{ + margin-top: 0px !important; } \ No newline at end of file