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

This commit is contained in:
supalerk-ar66 2026-02-10 11:08:10 +07:00
parent 1eeec4d22c
commit 8ba1239685
3 changed files with 12 additions and 5 deletions

View file

@ -165,10 +165,12 @@ onMounted(() => {
<!-- LEFT SIDEBAR: Category Filter -->
<div class="w-full lg:w-64 flex-shrink-0 lg:sticky lg:top-24 z-10">
<CategorySidebar
:categories="categories"
v-model="selectedCategoryIds"
/>
<ClientOnly>
<CategorySidebar
:categories="categories"
v-model="selectedCategoryIds"
/>
</ClientOnly>
</div>
<!-- RIGHT CONTENT: Course Grid -->