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

@ -35,7 +35,6 @@ const getLocalizedText = (text: any) => {
<q-item
v-for="cat in showAllCategories ? categories : categories.slice(0, 4)"
:key="cat.id"
tag="label"
clickable
v-ripple
dense