feat: Add AppHeader component for the application layout, including menu toggle, branding, optional search, language switcher, and user menu.

This commit is contained in:
supalerk-ar66 2026-02-09 15:01:31 +07:00
parent 38969c7169
commit 2d30b40328

View file

@ -20,9 +20,8 @@ const searchText = ref('')
<template>
<q-toolbar class="bg-transparent text-slate-800 dark:text-white h-16 px-4">
<!-- Mobile Menu Toggle -->
<!-- Menu Toggle (Always Visible) -->
<q-btn
v-show="$q.screen.lt.md"
flat
round
dense