feat: Implement user profile dropdown menu with dark mode toggle and add new course browsing pages.

This commit is contained in:
supalerk-ar66 2026-01-15 11:26:37 +07:00
parent ae771420be
commit 5c6c13c261
4 changed files with 7 additions and 11 deletions

View file

@ -245,9 +245,9 @@ const filteredCourses = computed(() => {
<!-- COURSE DETAIL VIEW: Detailed information about a specific course -->
<div v-else>
<button class="btn btn-secondary mb-6" @click="showDetail = false">
กลบหนารายการ
</button>
<NuxtLink to="/browse" class="btn btn-secondary mb-6 inline-block">
กลบหนารายการคอร
</NuxtLink>
<div class="grid-12">
<!-- Main Content (Left Column) -->
@ -393,7 +393,6 @@ const filteredCourses = computed(() => {
>
ฟร
</h2>
<span class="status-pill status-success">ระยะเวลาจำก</span>
</div>
<NuxtLink