feat: Initialize project with core Nuxt configuration, Quasar layouts, global Tailwind CSS, and essential components.
This commit is contained in:
parent
1b9119e606
commit
76b64a30ae
10 changed files with 311 additions and 160 deletions
|
|
@ -69,15 +69,7 @@ const searchText = ref('')
|
|||
<!-- Right Actions -->
|
||||
<div class="flex items-center gap-2 sm:gap-4 text-gray-500">
|
||||
<!-- Search Icon -->
|
||||
<q-btn flat round dense icon="search" class="hover:text-purple-600 transition-colors" />
|
||||
|
||||
<!-- Cart Icon -->
|
||||
<q-btn flat round dense icon="shopping_cart" class="hover:text-purple-600 transition-colors" />
|
||||
|
||||
<!-- Notifications -->
|
||||
<q-btn flat round dense icon="notifications_none" class="hover:text-purple-600 transition-colors">
|
||||
<q-badge color="red" floating rounded dense v-if="false">2</q-badge>
|
||||
</q-btn>
|
||||
|
||||
<!-- Language -->
|
||||
<LanguageSwitcher />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue