From c61beefd5f9f923c88e1c1fc8729d9dfcf2b9965 Mon Sep 17 00:00:00 2001 From: IAM5K Date: Fri, 5 Apr 2024 15:29:48 +0530 Subject: [PATCH] update: study type update and fix for from and to --- src/app/models/data/studyOptions.data.ts | 2 ++ src/app/pages/studies/studies.page.html | 7 +++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/models/data/studyOptions.data.ts b/src/app/models/data/studyOptions.data.ts index fd7c8109..90009ca1 100644 --- a/src/app/models/data/studyOptions.data.ts +++ b/src/app/models/data/studyOptions.data.ts @@ -37,10 +37,12 @@ export class StudyOptionsData { ]; public static studiesTypes: Options[] = [ + { title: "Break", value: "break" }, { title: "Learn", value: "learn" }, { title: "Listen", value: "listen" }, { title: "Practice", value: "practice" }, { title: "Read", value: "read" }, + { title: "Slept", value: "slept" }, { title: "Write", value: "write" }, { title: "Test", value: "test" }, ]; diff --git a/src/app/pages/studies/studies.page.html b/src/app/pages/studies/studies.page.html index 7471ebd1..29146728 100644 --- a/src/app/pages/studies/studies.page.html +++ b/src/app/pages/studies/studies.page.html @@ -1,3 +1,4 @@ + @@ -151,11 +152,9 @@

My Studies

{{study?.description}}

- Date: + From: {{study?.startTime}} -

-

- Answered By at + - {{study?.endTime}}