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> </div>
<Dialog :open="showCoC" @update:open="onDialogToggle"> <Dialog :open="showCoC" @update:open="onDialogToggle">
<DialogContent> <DialogContent class="sm:max-w-fit">
<DialogHeader> <DialogHeader>
<DialogTitle>Community Code of Conduct</DialogTitle> <DialogTitle>Community Code of Conduct</DialogTitle>
<DialogDescription> <DialogDescription class="w-full max-h-[75vh]">
<div v-html="CoCString"> <div v-html="CoCString" class="bookstack-container w-full"></div>
</div>
</DialogDescription> </DialogDescription>
</DialogHeader> </DialogHeader>
</DialogContent> </DialogContent>