feat: Implement initial application layout, header, course discovery, and dashboard pages with Thai localization.

This commit is contained in:
supalerk-ar66 2026-02-09 14:47:02 +07:00
parent 0fc67bf9c3
commit 38969c7169
5 changed files with 11 additions and 7 deletions

View file

@ -22,12 +22,13 @@ const searchText = ref('')
<q-toolbar class="bg-transparent text-slate-800 dark:text-white h-16 px-4">
<!-- Mobile Menu Toggle -->
<q-btn
v-show="$q.screen.lt.md"
flat
round
dense
icon="menu"
@click="emit('toggleSidebar')"
class="md:hidden mr-2 text-slate-700 dark:text-white"
class="mr-2 text-slate-700 dark:text-white"
aria-label="Menu"
/>