Merge branch 'dev' into beta

This commit is contained in:
2025-04-14 10:15:30 +02:00

View File

@@ -48,7 +48,7 @@ setup()
<template #header>
<span class="font-bold">{{messageToShow.title}}</span>
</template>
<p class="text-justify my-2">{{messageToShow.description}}</p>
<p class="text-justify my-2" v-html="messageToShow.description"></p>
<UButton
variant="outline"
@click="markMessageAsRead"