feat: Implement comprehensive quiz functionality, new browse pages, and a classroom learning page with i18n support.
This commit is contained in:
parent
b96f85e650
commit
e082c77946
6 changed files with 234 additions and 107 deletions
|
|
@ -99,7 +99,7 @@ const filteredCourses = computed(() => {
|
|||
<div class="mb-20 relative max-w-2xl mx-auto slide-up" style="animation-delay: 0.3s;">
|
||||
<div class="relative group">
|
||||
<div class="absolute inset-y-0 left-5 flex items-center pointer-events-none">
|
||||
<span class="text-xl opacity-50">🔍</span>
|
||||
|
||||
</div>
|
||||
<input
|
||||
v-model="searchQuery"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue