fix: assignment dirty state and comments view to student

This commit is contained in:
Jannat Patel
2025-01-02 14:53:38 +05:30
parent 2ed583a0c3
commit 4d133b2f99
6 changed files with 88 additions and 42 deletions

View File

@@ -201,7 +201,7 @@ const getStatusTheme = (status) => {
if (status === 'Pass') {
return 'green'
} else if (status === 'Not Graded') {
return 'orange'
return 'blue'
} else {
return 'red'
}

View File

@@ -89,7 +89,7 @@
</Tabs>
</div>
<div class="p-5">
<div class="text-2xl font-semibold mb-2">
<div class="text-xl font-semibold mb-2">
{{ batch.data.title }}
</div>
<div v-html="batch.data.description" class="leading-5 mb-2"></div>