elearning/Frontend-Learner
2026-01-26 11:04:55 +07:00
..
.vscode Website Structure 2026-01-13 10:48:02 +07:00
assets/css feat: Configure Tailwind CSS with custom settings and establish a global design system including light/dark mode variables and component styles. 2026-01-26 11:04:55 +07:00
components feat: scaffold Nuxt 3 application with initial core pages, components, and comprehensive 'My Courses' view. 2026-01-26 10:06:27 +07:00
composables feat: Scaffold new Nuxt.js application with initial pages, layouts, composables, and middleware. 2026-01-23 09:54:39 +07:00
i18n/locales feat: Implement user profile management and add comprehensive i18n translations for English and Thai. 2026-01-20 16:49:51 +07:00
layouts feat: Initialize core frontend application structure, including layouts, authentication pages, and common UI components. 2026-01-26 09:27:31 +07:00
middleware feat: Scaffold new Nuxt.js application with initial pages, layouts, composables, and middleware. 2026-01-23 09:54:39 +07:00
pages feat: Implement user profile management page with personal information and password editing capabilities. 2026-01-26 10:40:50 +07:00
public/flags feat: add language switcher component with flag icons for English and Thai locales. 2026-01-19 16:09:07 +07:00
server/middleware Website Structure 2026-01-13 10:48:02 +07:00
คู่มืออธิบาย feat: Add new file with introductory console logs. 2026-01-23 10:11:30 +07:00
.gitignore fgfg 2026-01-19 15:37:46 +07:00
app.vue fix: persist dark mode across refresh 2026-01-23 13:27:23 +07:00
error.vue Add: Auth protection & error notifications 2026-01-14 16:47:35 +07:00
eslint.config.mjs Website Structure 2026-01-13 10:48:02 +07:00
i18n.config.ts feat: Implement internationalization with English and Thai locales and a language switcher. 2026-01-19 15:51:28 +07:00
nuxt.config.ts feat: Implement user profile management page with personal information and password editing capabilities. 2026-01-26 10:40:50 +07:00
package-lock.json feat: scaffold Nuxt 3 application with initial core pages, components, and comprehensive 'My Courses' view. 2026-01-26 10:06:27 +07:00
package.json feat: scaffold Nuxt 3 application with initial core pages, components, and comprehensive 'My Courses' view. 2026-01-26 10:06:27 +07:00
tailwind.config.ts feat: Configure Tailwind CSS with custom settings and establish a global design system including light/dark mode variables and component styles. 2026-01-26 11:04:55 +07:00
tsconfig.json Website Structure 2026-01-13 10:48:02 +07:00