feat: Add new browse courses page with search functionality and a premium dark theme.
This commit is contained in:
parent
9db2cb0929
commit
f22b350bb8
1 changed files with 0 additions and 13 deletions
|
|
@ -159,19 +159,6 @@ const filteredCourses = computed(() => {
|
||||||
{{ getLocalizedText(course.description) }}
|
{{ getLocalizedText(course.description) }}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<!-- Meta Information -->
|
|
||||||
<div class="flex items-center gap-4 mb-6 text-xs font-medium text-slate-500 ">
|
|
||||||
<div class="flex items-center gap-1.5">
|
|
||||||
<span class="text-amber-400">⭐</span>
|
|
||||||
<span>{{ course.rating || 'N/A' }}</span>
|
|
||||||
</div>
|
|
||||||
<div class="w-1 h-1 rounded-full bg-slate-300 " />
|
|
||||||
<div class="flex items-center gap-1.5">
|
|
||||||
<span>📖</span>
|
|
||||||
<span>{{ course.lessons || 0 }} บทเรียน</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Card Footer -->
|
<!-- Card Footer -->
|
||||||
<div class="pt-4 border-t border-slate-100 flex items-center justify-between mt-auto">
|
<div class="pt-4 border-t border-slate-100 flex items-center justify-between mt-auto">
|
||||||
<span class="text-lg font-black text-blue-600 tracking-tight">
|
<span class="text-lg font-black text-blue-600 tracking-tight">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue