Zwischenstand

This commit is contained in:
2026-03-21 22:13:19 +01:00
parent b009ac845f
commit 68b2cbb0ee
64 changed files with 739 additions and 596 deletions

View File

@@ -162,7 +162,7 @@ const sendEmail = async () => {
if(!res.success) {
toast.add({title: "Fehler beim Absenden der E-Mail", color: "rose"})
toast.add({title: "Fehler beim Absenden der E-Mail", color: "error"})
} else {
navigateTo("/")
@@ -220,7 +220,7 @@ const sendEmail = async () => {
v-model="emailData.account"
/>
</UFormGroup>
<UDivider class="my-3"/>
<USeparator class="my-3"/>
<UFormGroup
label="Empfänger"
>
@@ -255,7 +255,7 @@ const sendEmail = async () => {
/>
</UFormGroup>
</div>
<UDivider class="my-3"/>
<USeparator class="my-3"/>
<div id="parentAttachments" class="flex flex-col justify-center mt-3">
<span class="font-medium mb-2 text-xl">Anhänge</span>
<!-- <UIcon