From 3462d2f251c8c61c2093cf51bb13d87840fe772c Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 26 Feb 2026 15:06:30 +0530 Subject: [PATCH] fix: misc ui issues --- .../src/components/UpcomingEvaluations.vue | 4 +- .../src/pages/Courses/CourseDashboard.vue | 2 +- frontend/src/pages/Home/AdminHome.vue | 214 +++++++++--------- frontend/src/pages/Lesson.vue | 2 +- 4 files changed, 111 insertions(+), 111 deletions(-) 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') }} - -
-
-
-
-
-
-