application-dp-upgrade #66

Merged
Ajdj100 merged 10 commits from application-dp-upgrade into main 2025-12-12 10:16:57 -06:00
Showing only changes of commit d7908570b2 - Show all commits

View File

@@ -314,13 +314,11 @@ async function onDialogToggle(state: boolean) {
</div>
<Dialog :open="showCoC" @update:open="onDialogToggle">
<DialogContent>
<DialogContent class="sm:max-w-fit">
<DialogHeader>
<DialogTitle>Community Code of Conduct</DialogTitle>
<DialogDescription>
<div v-html="CoCString">
</div>
<DialogDescription class="w-full max-h-[75vh]">
<div v-html="CoCString" class="bookstack-container w-full"></div>
</DialogDescription>
</DialogHeader>
</DialogContent>