♻️ Moved the components to use naive ui + daisyui

This commit is contained in:
2025-11-27 00:02:21 +08:00
parent 0ed0dbcab0
commit 8af7037b24
18 changed files with 324 additions and 308 deletions

View File

@@ -1,12 +1,14 @@
<template>
<v-app :theme="colorMode.preference">
<v-main>
<div class="min-h-screen" :data-theme="colorMode.preference">
<main>
<slot />
</v-main>
</main>
<nuxt-link to="/">
<v-footer app fixed flat height="48">
<v-container class="mx-auto d-flex align-center justify-between">
<footer
class="footer items-center h-12 px-4 bg-neutral text-neutral-content sticky bottom-0"
>
<div class="container mx-auto flex items-center">
<img
:src="Icon"
alt="Cloudy Lamb"
@@ -15,10 +17,10 @@
class="mr-2"
/>
<p class="text-sm">Solar Network</p>
</v-container>
</v-footer>
</div>
</footer>
</nuxt-link>
</v-app>
</div>
</template>
<script lang="ts" setup>