diff --git a/frontend/src/components/UpcomingEvaluations.vue b/frontend/src/components/UpcomingEvaluations.vue index d9cf0407..9f1c3dc2 100644 --- a/frontend/src/components/UpcomingEvaluations.vue +++ b/frontend/src/components/UpcomingEvaluations.vue @@ -83,13 +83,13 @@ -
+
{{ dayjs(evl.date).format('DD MMMM YYYY') }}
-
+
{{ formatTime(evl.start_time) }} diff --git a/frontend/src/pages/Courses/CourseDashboard.vue b/frontend/src/pages/Courses/CourseDashboard.vue index d8c95284..a989768e 100644 --- a/frontend/src/pages/Courses/CourseDashboard.vue +++ b/frontend/src/pages/Courses/CourseDashboard.vue @@ -214,7 +214,7 @@ />
+
+
+
+ {{ __('Upcoming Evaluations') }} +
+
+
+
+ {{ evaluation.course_title }} +
+
+
+ + + {{ dayjs(evaluation.date).format('DD MMMM YYYY') }} + +
+
+ + + {{ formatTime(evaluation.start_time) }} + +
+
+ + + {{ evaluation.member_name }} + +
+
+
+
+
+
+
+ {{ __('Upcoming Live Classes') }} +
+
+
+
+ {{ cls.title }} +
+
+ {{ cls.description }} +
+
+
+ + + {{ dayjs(cls.date).format('DD MMMM YYYY') }} + +
+
+ + + {{ formatTime(cls.time) }} - + {{ dayjs(getClassEnd(cls)).format('HH:mm A') }} + +
+ + +
+ + + {{ __('Ended') }} + +
+
+
+
+
+
+
+
@@ -85,113 +192,6 @@
- -
-
-
- {{ __('Upcoming Evaluations') }} -
-
-
-
- {{ evaluation.course_title }} -
-
-
- - - {{ dayjs(evaluation.date).format('DD MMMM YYYY') }} - -
-
- - - {{ formatTime(evaluation.start_time) }} - -
-
- - - {{ evaluation.member_name }} - -
-
-
-
-
-
-
- {{ __('Upcoming Live Classes') }} -
-
-
-
- {{ cls.title }} -
-
- {{ cls.description }} -
-
-
- - - {{ dayjs(cls.date).format('DD MMMM YYYY') }} - -
-
- - - {{ formatTime(cls.time) }} - - {{ dayjs(getClassEnd(cls)).format('HH:mm A') }} - -
- - -
- - - {{ __('Ended') }} - -
-
-
-
-
-
-