feat: Implement core e-learning classroom interface, user dashboard pages, authentication composable, and Thai localization.

This commit is contained in:
supalerk-ar66 2026-01-29 11:09:29 +07:00
parent 85d7c5c913
commit 9232b6a21d
5 changed files with 140 additions and 31 deletions

View file

@ -49,7 +49,7 @@ const loadEnrolledCourses = async () => {
: 'IN_PROGRESS'
const res = await fetchEnrolledCourses({
status: activeFilter.value === 'all' ? undefined : (activeFilter.value === 'completed' ? 'COMPLETED' : 'IN_PROGRESS')
status: apiStatus
})
if (res.success) {