feat(frontend): Add DeleteModal

This commit is contained in:
2025-03-16 08:11:09 +01:00
parent 66dabc329d
commit 6f86208f92
7 changed files with 114 additions and 34 deletions

View File

@@ -15,7 +15,7 @@
</template>
<template #body>
<div class="flex flex-col gap-4 sm:gap-6 lg:gap-12 w-full lg:max-w-2xl mx-auto">
<div class="flex flex-col gap-4 sm:gap-6 lg:gap-12 w-full lg:max-w-4xl mx-auto">
<UPageCard title="Ampelstatus" variant="naked" orientation="horizontal" class="mb-4">
{{ ampelStatusEmoji }}
</UPageCard>