feat: add new pages for course discovery, course details, classroom activities, user dashboard, password reset, and internationalization support.

This commit is contained in:
supalerk-ar66 2026-02-02 14:37:26 +07:00
parent 7ac1a5af0a
commit 4c9b6b0f3f
10 changed files with 570 additions and 175 deletions

View file

@ -380,16 +380,7 @@ onMounted(() => {
<div>
<div class="flex justify-between items-end mb-1">
<label class="text-xs font-bold text-slate-500 dark:text-slate-400 ml-1 uppercase">{{ $t('profile.email') }}</label>
<q-btn
flat dense
color="primary"
size="sm"
no-caps
icon="mark_email_read"
:label="$t('profile.verifyEmail') || 'ยืนยันอีเมล'"
@click="handleSendVerifyEmail"
:loading="isSendingVerify"
/>
</div>
<q-input
v-model="userData.email"