feat: introduce core e-learning frontend pages and components for dashboard, profile, classroom, and layout.

This commit is contained in:
supalerk-ar66 2026-02-09 10:37:42 +07:00
parent 3f93dc8ab5
commit eb248f7ca2
12 changed files with 137 additions and 135 deletions

View file

@ -105,18 +105,18 @@ onMounted(() => {
</script>
<template>
<div class="p-6 max-w-[1400px] mx-auto">
<div class="page-container">
<!-- CATALOG VIEW: Browse courses -->
<div v-if="!showDetail">
<!-- Top Header Area -->
<div class="flex flex-col md:flex-row md:items-center justify-between gap-4 mb-8">
<div class="flex flex-col md:flex-row md:items-center justify-between gap-6 mb-10">
<!-- Title -->
<h2 class="text-2xl font-bold text-slate-900 dark:text-white">
<h1 class="text-3xl font-black text-slate-900 dark:text-white">
{{ $t('discovery.title') }}
</h2>
</h1>
<!-- Right Side: Search & Sort -->
<div class="flex items-center gap-3">