feat(quest): add full CRUD and image handling for hunt quests

This commit is contained in:
2026-07-31 01:03:54 +02:00
parent 77becc453e
commit 24632742ef
15 changed files with 1228 additions and 7 deletions
+4 -2
View File
@@ -8,8 +8,7 @@ import { useTitleStore } from '~/stores/title';
import { fullDate } from '~~/server/utils/date';
definePageMeta({
middleware: ['auth'],
keepalive: false
middleware: ['auth']
});
const app = useNuxtApp();
@@ -380,6 +379,9 @@ async function deleteImage() {
</VaButtonGroup>
</div>
<VaDivider />
<AdminQuestList :hunt-id="id" />
<VaDivider />
<h2 class="text-2xl">Hunt admin members:</h2>
<div