fixed build

This commit is contained in:
2025-05-30 08:31:24 +02:00
parent ceb5f43f15
commit 9bb88a253d
14 changed files with 425 additions and 166 deletions

View File

@ -8,7 +8,6 @@
</template>
<script setup lang="ts">
const { currentTheme } = storeToRefs(useUiStore())
</script>

View File

@ -3,6 +3,7 @@
v-model:open="open"
:title="t('title')"
class="btn btn-primary btn-outline shadow-md md:btn-lg shrink-0 flex-1 whitespace-nowrap flex-nowrap"
@click="open = true"
>
<template #trigger>
<Icon name="mdi:plus" />

View File

@ -4,11 +4,11 @@
<UiDropdownLocale @select="setLocale" />
</div>
<div class="flex flex-col justify-center items-center gap-5 max-w-3xl">
<img
<!-- <img
src="/logo.svg"
class="bg-primary p-3 size-16 rounded-full"
alt="HaexVault Logo"
>
/> -->
<span
class="flex flex-wrap font-bold text-pretty text-xl gap-2 justify-center"

View File

@ -19,11 +19,11 @@ export default defineNuxtPlugin(() => {
}, 50)
})
if (import.meta.client) {
/* if (import.meta.client) {
setTimeout(() => {
if (window.HSStaticMethods) {
window.HSStaticMethods.autoInit()
}
}, 50)
}
} */
})