diff --git a/frontend/src/pages/AssignmentSubmissionList.vue b/frontend/src/pages/AssignmentSubmissionList.vue index 8d6a17fb..77f7ccb2 100644 --- a/frontend/src/pages/AssignmentSubmissionList.vue +++ b/frontend/src/pages/AssignmentSubmissionList.vue @@ -26,7 +26,7 @@ rowKey="name" > diff --git a/frontend/src/pages/Batches/BatchDetail.vue b/frontend/src/pages/Batches/BatchDetail.vue index c90f80da..d21b78a2 100644 --- a/frontend/src/pages/Batches/BatchDetail.vue +++ b/frontend/src/pages/Batches/BatchDetail.vue @@ -4,7 +4,7 @@ class="sticky top-0 z-10 border-b flex items-center justify-between bg-surface-white px-3 py-2.5 sm:px-5" > -
+
{{ __('Not Saved') }} diff --git a/frontend/src/pages/Batches/BatchOverview.vue b/frontend/src/pages/Batches/BatchOverview.vue index 918ffe7a..b674bd59 100644 --- a/frontend/src/pages/Batches/BatchOverview.vue +++ b/frontend/src/pages/Batches/BatchOverview.vue @@ -10,7 +10,7 @@
@@ -51,7 +51,7 @@ {{ __('All Batches') }}
-
+
{{ __('Students') }}
-
+
-->
diff --git a/frontend/src/pages/Batches/components/Announcements.vue b/frontend/src/pages/Batches/components/Announcements.vue index 7b0a65af..8155c459 100644 --- a/frontend/src/pages/Batches/components/Announcements.vue +++ b/frontend/src/pages/Batches/components/Announcements.vue @@ -9,7 +9,7 @@
-
+
{{ comm.sender_full_name }}
diff --git a/frontend/src/pages/Batches/components/Assessments.vue b/frontend/src/pages/Batches/components/Assessments.vue index 7e2c7200..01977da5 100644 --- a/frontend/src/pages/Batches/components/Assessments.vue +++ b/frontend/src/pages/Batches/components/Assessments.vue @@ -24,7 +24,7 @@ }" > diff --git a/frontend/src/pages/Batches/components/BatchCard.vue b/frontend/src/pages/Batches/components/BatchCard.vue index d002134e..e8f409d6 100644 --- a/frontend/src/pages/Batches/components/BatchCard.vue +++ b/frontend/src/pages/Batches/components/BatchCard.vue @@ -39,7 +39,7 @@ class="text-sm text-ink-gray-7" />
- + {{ formatTime(batch.start_time) }} - {{ formatTime(batch.end_time) }} @@ -48,7 +48,7 @@ v-if="batch.timezone" class="flex items-center text-sm text-ink-gray-7" > - + {{ batch.timezone }} @@ -59,7 +59,7 @@ class="flex avatar-group overlap mt-4" >
diff --git a/frontend/src/pages/Batches/components/BatchDashboard.vue b/frontend/src/pages/Batches/components/BatchDashboard.vue index d88d6dbe..e49449e1 100644 --- a/frontend/src/pages/Batches/components/BatchDashboard.vue +++ b/frontend/src/pages/Batches/components/BatchDashboard.vue @@ -35,7 +35,7 @@ }" > @@ -65,7 +65,7 @@
-
+
- + {{ batch.data.courses.length }} {{ __('Courses') }}
- + {{ formatTime(batch.data.start_time) }} - {{ formatTime(batch.data.end_time) }}
- + {{ batch.data.timezone }} diff --git a/frontend/src/pages/Batches/components/BatchStudentProgress.vue b/frontend/src/pages/Batches/components/BatchStudentProgress.vue index fb5a3d6a..c2c05889 100644 --- a/frontend/src/pages/Batches/components/BatchStudentProgress.vue +++ b/frontend/src/pages/Batches/components/BatchStudentProgress.vue @@ -7,10 +7,10 @@ >
{{ Math.ceil(row[column.key]) }}%
diff --git a/frontend/src/pages/Batches/components/LiveClass.vue b/frontend/src/pages/Batches/components/LiveClass.vue index 466bb08d..f79d6950 100644 --- a/frontend/src/pages/Batches/components/LiveClass.vue +++ b/frontend/src/pages/Batches/components/LiveClass.vue @@ -2,7 +2,7 @@