Skip to content

Commit

Permalink
Merge pull request #1118 from pateljannat/issues-49
Browse files Browse the repository at this point in the history
fix: misc issues
  • Loading branch information
pateljannat authored Nov 12, 2024
2 parents a643e9a + 3473bdb commit 0c6029c
Show file tree
Hide file tree
Showing 18 changed files with 12 additions and 842 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/LiveClass.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
{{ __('Start') }}
</a>
<a
v-if="cls.date <= dayjs().format('YYYY-MM-DD')"
:href="cls.join_url"
target="_blank"
class="w-full cursor-pointer inline-flex items-center justify-center gap-2 transition-colors focus:outline-none text-gray-800 bg-gray-100 hover:bg-gray-200 active:bg-gray-300 focus-visible:ring focus-visible:ring-gray-400 h-7 text-base px-2 rounded"
Expand Down
1 change: 1 addition & 0 deletions frontend/src/components/VideoBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
@timeupdate="updateTime"
@ended="videoEnded"
@click="togglePlay"
oncontextmenu="return false"
class="rounded-lg border border-gray-100 group cursor-pointer"
ref="videoRef"
>
Expand Down
22 changes: 1 addition & 21 deletions frontend/src/pages/CourseDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<CourseCardOverlay :course="course" class="md:hidden mb-4" />
<div
v-html="course.data.description"
class="course-description"
class="ProseMirror prose prose-table:table-fixed prose-td:p-2 prose-th:p-2 prose-td:border prose-th:border prose-td:border-gray-300 prose-th:border-gray-300 prose-td:relative prose-th:relative prose-th:bg-gray-100 prose-sm max-w-none !whitespace-normal"
></div>
<div class="mt-10">
<CourseOutline :courseName="course.data.name" :showOutline="true" />
Expand Down Expand Up @@ -131,26 +131,6 @@ const pageMeta = computed(() => {
updateDocumentTitle(pageMeta)
</script>
<style>
.course-description p {
margin-bottom: 1rem;
line-height: 1.7;
}
.course-description li {
line-height: 1.7;
}
.course-description ol {
list-style: auto;
margin: revert;
padding: revert;
}
.course-description ul {
list-style: disc;
margin: revert;
padding: revert;
}
.avatar-group {
display: inline-flex;
align-items: center;
Expand Down
3 changes: 2 additions & 1 deletion lms/lms/doctype/lms_live_class/lms_live_class.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,10 @@
"read_only": 1
}
],
"in_create": 1,
"index_web_pages_for_search": 1,
"links": [],
"modified": "2024-10-31 15:41:35.540856",
"modified": "2024-11-11 18:59:26.396111",
"modified_by": "Administrator",
"module": "LMS",
"name": "LMS Live Class",
Expand Down
Empty file.
49 changes: 0 additions & 49 deletions lms/lms/web_form/add_a_new_batch/add_a_new_batch.js

This file was deleted.

114 changes: 0 additions & 114 deletions lms/lms/web_form/add_a_new_batch/add_a_new_batch.json

This file was deleted.

6 changes: 0 additions & 6 deletions lms/lms/web_form/add_a_new_batch/add_a_new_batch.py

This file was deleted.

Empty file.
10 changes: 0 additions & 10 deletions lms/lms/web_form/evaluation/evaluation.js

This file was deleted.

Loading

0 comments on commit 0c6029c

Please sign in to comment.