feat: Implement course discovery page with category sidebar filtering.
This commit is contained in:
parent
1eeec4d22c
commit
8ba1239685
3 changed files with 12 additions and 5 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue