Restyle home and common components

This commit is contained in:
Nicola Spadari
2025-02-08 14:27:49 +01:00
parent aa3fcc3960
commit 120e756b8d
13 changed files with 173 additions and 110 deletions

View File

@@ -35,6 +35,11 @@
</template>
<script lang="ts" setup>
definePageMeta({
name: "Notifications",
icon: "lucide:message-square-more"
});
const notificationTitle = ref("");
const notificationBody = ref("");
const permissionError = ref(false);