Commit graph

58 commits

Author SHA1 Message Date
supalerk-ar66
a4772931ac feat: add CourseDetailView component for displaying course details, video preview, curriculum, and enrollment options. 2026-02-11 17:23:03 +07:00
supalerk-ar66
23d9e44cc9 feat: Implement course detail viewing and enrollment functionality with a new useCourse composable. 2026-02-11 17:06:33 +07:00
supalerk-ar66
8c40549766 feat: add ProfileEditForm component for managing user personal information and avatar. 2026-02-11 15:35:58 +07:00
supalerk-ar66
acff387a9b feat: Implement user dashboard with recommended courses, a 'My Courses' page for enrolled courses, and a reusable CourseCard component. 2026-02-11 15:05:27 +07:00
supalerk-ar66
0afbd3f08b feat: add CourseDetailView component with video preview, curriculum, enrollment logic, and i18n support 2026-02-11 13:49:08 +07:00
supalerk-ar66
efb50a1ddb feat: implement course discovery page with category filtering sidebar and course detail view. 2026-02-11 12:45:57 +07:00
supalerk-ar66
7ead98375e feat: Implement core e-learning features including course discovery, classroom components, user profile management, and internationalization for English and Thai. 2026-02-11 11:26:03 +07:00
supalerk-ar66
c1f1cf5e57 feat: Add LandingHeader component with scroll-based styling, navigation links, and authentication-dependent action buttons.
All checks were successful
Build and Deploy Frontend Learner / Build Frontend Learner Docker Image (push) Successful in 36s
Build and Deploy Frontend Learner / Deploy E-learning Frontend Learner to Dev Server (push) Successful in 2s
Build and Deploy Frontend Learner / Notify Deployment Status (push) Successful in 1s
2026-02-10 15:13:35 +07:00
supalerk-ar66
8ba1239685 feat: Implement course discovery page with category sidebar filtering.
Some checks failed
Build and Deploy Frontend Learner / Build Frontend Learner Docker Image (push) Failing after 1m13s
Build and Deploy Frontend Learner / Deploy Frontend Learner to Server (push) Has been skipped
2026-02-10 11:08:10 +07:00
supalerk-ar66
1eeec4d22c feat: Add CategorySidebar component to filter courses by category with show more/less functionality.
Some checks failed
Build and Deploy Frontend Learner / Build Frontend Learner Docker Image (push) Failing after 1m16s
Build and Deploy Frontend Learner / Deploy Frontend Learner to Server (push) Has been skipped
2026-02-10 10:28:49 +07:00
supalerk-ar66
4e7c25e293 feat: implement course discovery page with category filtering, search, and pagination. 2026-02-10 09:28:44 +07:00
supalerk-ar66
e34f2d84da feat: Implement default authenticated layout, course card, and app sidebar components. 2026-02-10 09:28:44 +07:00
supalerk-ar66
879ab39998 feat: introduce CourseCard component and establish a global design system with light/dark theme variables in main.css. 2026-02-09 17:30:26 +07:00
supalerk-ar66
a8339ed0ab feat: implement initial e-learning frontend UI, including course details, layout, navigation, and dashboard components. 2026-02-09 17:27:03 +07:00
supalerk-ar66
9db2cb0929 feat: Add CourseCard Vue component for displaying course details, progress, and action buttons. 2026-02-09 15:19:09 +07:00
supalerk-ar66
4735d3ceeb feat: add AppHeader and CourseCard components for application layout and course display. 2026-02-09 15:13:03 +07:00
supalerk-ar66
2d30b40328 feat: Add AppHeader component for the application layout, including menu toggle, branding, optional search, language switcher, and user menu. 2026-02-09 15:01:31 +07:00
supalerk-ar66
38969c7169 feat: Implement initial application layout, header, course discovery, and dashboard pages with Thai localization. 2026-02-09 14:47:02 +07:00
supalerk-ar66
0fc67bf9c3 feat: implement My Courses page with a new CourseCard component and certificate download functionality, along with new Thai locale strings. 2026-02-09 14:30:05 +07:00
supalerk-ar66
6d31cc2e45 feat: Add course discovery page, course card component, and dashboard index page. 2026-02-09 14:20:11 +07:00
supalerk-ar66
62e9c9c566 feat: Add default layout and AppSidebar component for authenticated users. 2026-02-09 14:03:55 +07:00
supalerk-ar66
eb248f7ca2 feat: introduce core e-learning frontend pages and components for dashboard, profile, classroom, and layout. 2026-02-09 10:37:48 +07:00
supalerk-ar66
438bc6cd23 feat: implement online classroom page with curriculum sidebar, video player, and announcement system 2026-02-06 12:57:29 +07:00
supalerk-ar66
41089dd5ea feat: add LandingHeader component with dynamic scroll-triggered styling, navigation links, and authentication-based action buttons. 2026-02-06 11:56:11 +07:00
supalerk-ar66
42b7399868 feat: implement e-learning classroom page with video player, lesson navigation, progress tracking, and announcements. 2026-02-05 09:56:16 +07:00
supalerk-ar66
6b1abf630f feat: add AnnouncementModal component to display course announcements 2026-02-04 16:27:27 +07:00
supalerk-ar66
754f211a08 feat: Implement core course management, enrollment, and classroom learning functionalities with new composables and components. 2026-02-04 16:22:48 +07:00
supalerk-ar66
827b016114 feat: add curriculum sidebar component for course navigation and announcements 2026-02-04 11:56:20 +07:00
supalerk-ar66
b2365a4c6a feat: implement user authentication, profile management, and email verification with i18n support 2026-02-03 11:01:39 +07:00
supalerk-ar66
a648c41b72 feat: Implement core e-learning features including video playback, user profile management, and course discovery. 2026-02-02 17:13:58 +07:00
supalerk-ar66
b60a3853cd feat: Implement initial landing pages, authentication flows, and course browsing functionality with i18n. 2026-02-02 11:11:33 +07:00
supalerk-ar66
c4f68eb927 feat: Implement My Courses page with course cards, filtering, and certificate download functionality. 2026-01-30 14:34:50 +07:00
supalerk-ar66
85d7c5c913 feat: create CourseCard component for displaying course details, progress, and actions 2026-01-29 10:07:32 +07:00
supalerk-ar66
240cafb571 feat: Introduce dashboard, my courses, and browse pages for learner course discovery and management. 2026-01-29 10:07:32 +07:00
supalerk-ar66
70d2dfa4c7 feat: Add user profile management page including personal info editing, avatar upload, and password change. 2026-01-28 14:44:46 +07:00
supalerk-ar66
e9cdb0ddbe feat: Add AppHeader component and implement the default application layout. 2026-01-28 09:55:27 +07:00
supalerk-ar66
5fe454df95 feat: Add foundational UI components, pages, and theme management for the e-learning application. 2026-01-27 14:02:12 +07:00
supalerk-ar66
0e095b35c5 feat: Establish core application layout, global styles, and theme mode management. 2026-01-26 14:03:56 +07:00
supalerk-ar66
a2ce1d79a2 feat: Implement core application layout, global styling, dark mode, and essential UI components. 2026-01-26 12:59:32 +07:00
supalerk-ar66
0c0121eac7 feat: scaffold Nuxt 3 application with initial core pages, components, and comprehensive 'My Courses' view. 2026-01-26 10:06:27 +07:00
supalerk-ar66
69eb60f901 feat: Initialize core frontend application structure, including layouts, authentication pages, and common UI components. 2026-01-26 09:27:31 +07:00
supalerk-ar66
ae84e7e879 Background Color 2026-01-23 13:36:00 +07:00
supalerk-ar66
73a4ea6562 fix: persist dark mode across refresh 2026-01-23 13:27:23 +07:00
supalerk-ar66
f6bbd60f2b feat: Implement 'My Courses' dashboard, including course cards, classroom learning, and quiz pages. 2026-01-21 17:03:20 +07:00
supalerk-ar66
11d714c632 feat: Implement core user profile, dashboard, course browsing pages, common components, and internationalization. 2026-01-19 16:43:05 +07:00
supalerk-ar66
01978f9438 feat: Add i18n configuration for Thai and English locales and introduce a language switcher component. 2026-01-19 16:25:26 +07:00
supalerk-ar66
38137f62c1 feat: add language switcher component with flag icons for English and Thai locales. 2026-01-19 16:09:07 +07:00
supalerk-ar66
ada40b05e8 feat: Implement internationalization with English and Thai locales and a language switcher. 2026-01-19 15:51:28 +07:00
supalerk-ar66
660379d2b8 111 2026-01-19 15:24:07 +07:00
supalerk-ar66
dbf62feea9 feat: Implement internationalization (i18n) with language switching and establish core backend services and frontend pages for course management. 2026-01-19 15:23:30 +07:00