From c8ef372d4ea44fceac2014760031513965171fa1 Mon Sep 17 00:00:00 2001 From: supalerk-ar66 Date: Fri, 27 Feb 2026 11:36:57 +0700 Subject: [PATCH] feat: Implement 'My Courses' page to display enrolled courses with progress tracking, filtering, and certificate download functionality. --- .../pages/dashboard/my-courses.vue | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Frontend-Learner/pages/dashboard/my-courses.vue b/Frontend-Learner/pages/dashboard/my-courses.vue index 00b0a210..1fdf6342 100644 --- a/Frontend-Learner/pages/dashboard/my-courses.vue +++ b/Frontend-Learner/pages/dashboard/my-courses.vue @@ -171,17 +171,17 @@ onMounted(() => {
- +
- +
- +
{{ course.category_name }} @@ -249,19 +249,19 @@ onMounted(() => {
- +
- +
- +
{{ course.category_name }}
- +

{{ getLocalizedText(course.title) }}

@@ -275,11 +275,11 @@ onMounted(() => {
- + - + @@ -289,20 +289,20 @@ onMounted(() => {
- +
- +
- +
{{ course.category_name }}
- +
@@ -310,7 +310,7 @@ onMounted(() => {
- +
@@ -323,11 +323,11 @@ onMounted(() => {
- + - + @@ -340,7 +340,7 @@ onMounted(() => {
- +

{{ $t('myCourses.searchNoResult') }}

@@ -350,7 +350,7 @@ onMounted(() => {
- +