feat: Implement initial core features including course browsing, authentication, user dashboard, and internationalization.

This commit is contained in:
supalerk-ar66 2026-02-24 11:12:26 +07:00
parent 031ca5c984
commit 797e3db644
19 changed files with 401 additions and 399 deletions

View file

@ -6,7 +6,7 @@
*/
definePageMeta({
layout: 'default'
layout: 'auth'
})
const route = useRoute()
@ -68,8 +68,8 @@ const navigateToHome = () => {
<!-- Success State -->
<div v-else-if="isSuccess" class="flex flex-col items-center animate-bounce-in">
<div class="w-24 h-24 rounded-full bg-green-100 dark:bg-green-900/30 flex items-center justify-center mb-6">
<q-icon name="check_circle" class="text-6xl text-green-500" />
<div class="w-24 h-24 rounded-full bg-green-500 flex items-center justify-center mb-10 shadow-lg shadow-green-500/20">
<q-icon name="check" class="text-5xl text-white font-black" />
</div>
<h2 class="text-3xl font-black text-slate-900 dark:text-white mb-2">