diff --git a/src/app/app.component.ts b/src/app/app.component.ts index ba8361e..6b73509 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -11,7 +11,7 @@ import {Router} from "@angular/router"; // import it to your component export class AppComponent { constructor(private bnIdle: BnNgIdleService,private sessionDataProviderService : SessionDataProviderService, public router: Router) { // this.OneSignalInit(); - this.bnIdle.startWatching(300).subscribe((res) => { + this.bnIdle.startWatching(2500).subscribe((res) => { if(res) { console.log("session expired"); // alert('LOG OUT NOW'); diff --git a/src/app/pages/home/home.page.html b/src/app/pages/home/home.page.html index 4fc04ab..5b6d3e9 100644 --- a/src/app/pages/home/home.page.html +++ b/src/app/pages/home/home.page.html @@ -48,21 +48,29 @@ - - - + + Silhouette of mountains + + + Card Subtitle + - - - - - - - - - - + + Here's a small text description for the + + + + Silhouette of mountains + + + Card Subtitle + + + + Here's a small text description for the + + diff --git a/src/app/pages/home/home.page.scss b/src/app/pages/home/home.page.scss index fa62175..2c2bbf6 100644 --- a/src/app/pages/home/home.page.scss +++ b/src/app/pages/home/home.page.scss @@ -38,6 +38,9 @@ ion-header { } } } +ion-card{ + margin: 0px 0px 10px 0px; +} .fam1{ margin:10px 0px 10px 0px; background-color: aliceblue; diff --git a/src/app/pages/suggest/suggest.page.html b/src/app/pages/suggest/suggest.page.html index 94933b9..3a7e0b0 100644 --- a/src/app/pages/suggest/suggest.page.html +++ b/src/app/pages/suggest/suggest.page.html @@ -13,35 +13,11 @@
-
- Suggest Task(s) - -
+ + + + -
- - - - - -
- - - -
- - - - - - - - - - - - -
@@ -54,7 +30,9 @@ +
+
@@ -103,10 +81,25 @@ {{modalSeleted.title}} + + - {{modalSeleted.description}} + + + + + + + + + + diff --git a/src/app/pages/suggest/suggest.page.ts b/src/app/pages/suggest/suggest.page.ts index 2d1962e..be7bd7a 100644 --- a/src/app/pages/suggest/suggest.page.ts +++ b/src/app/pages/suggest/suggest.page.ts @@ -95,4 +95,8 @@ modalSeleted:any; this.message = `Hello, ${ev.detail.data}!`; } } + + // customCounterFormatter(inputLength: number, maxLength: number) { + // return `${maxLength - inputLength} characters remaining`; + // } }