feat: implement online classroom page with curriculum sidebar, video player, and announcement system
This commit is contained in:
parent
41089dd5ea
commit
438bc6cd23
2 changed files with 8 additions and 3 deletions
|
|
@ -85,7 +85,7 @@ const getLocalizedText = (text: any) => {
|
|||
</q-item-section>
|
||||
|
||||
<q-item-section side>
|
||||
<q-icon v-if="lesson.is_completed" name="check_circle" color="positive" size="xs" />
|
||||
<q-icon v-if="lesson.is_completed || lesson.progress?.is_completed" name="check_circle" color="positive" size="xs" />
|
||||
<q-icon v-else-if="currentLessonId === lesson.id" name="play_circle" color="primary" size="xs" />
|
||||
<q-icon v-else name="radio_button_unchecked" color="grey-4" size="xs" />
|
||||
</q-item-section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue