feat(admin ui): add modifying game descriptions

This commit is contained in:
DecDuck
2024-12-27 19:52:59 +11:00
parent b75ebd13b7
commit e505e58192
4 changed files with 214 additions and 16 deletions

View File

@ -17,7 +17,7 @@
<div class="fixed inset-0 z-10 w-screen overflow-y-auto">
<div
class="flex min-h-full items-end justify-center p-4 text-center sm:items-center sm:p-0"
class="flex min-h-full items-start justify-center p-4 text-center sm:items-center sm:p-0"
>
<TransitionChild
as="template"
@ -120,6 +120,7 @@ import {
} from "@headlessui/vue";
import { ExclamationTriangleIcon } from "@heroicons/vue/24/outline";
import { ArrowUpTrayIcon } from "@heroicons/vue/20/solid";
import { XCircleIcon } from "@heroicons/vue/24/solid";
const open = defineModel<boolean>();