feat: batch page new look

This commit is contained in:
Jannat Patel
2026-02-10 19:53:26 +05:30
parent 70872857d1
commit e9f0b12550
27 changed files with 900 additions and 713 deletions
@@ -349,14 +349,12 @@ const updateLessonProgress = (value: string) => {
}
watch([searchFilter], () => {
let filterApplied = false
let filters: Filters = {
course: props.course.data?.name,
}
if (searchFilter.value) {
filters.member_name = ['like', `%${searchFilter.value}%`]
filterApplied = true
}
progressList.update({
@@ -392,7 +390,7 @@ const progressColumns = computed(() => {
width: '30%',
},
{
label: __('Start Date'),
label: __('Enrolled On'),
key: 'creation',
align: 'right',
},