Added Notifications

Added Mentions in HistoryItems
This commit is contained in:
2024-11-08 20:17:56 +01:00
parent 928e4d0ca9
commit f69b30b5ba
6 changed files with 169 additions and 15 deletions

View File

@@ -265,7 +265,7 @@ const isLight = computed({
v-model="itemInfo.employeeNumber"
/>
</UFormGroup>
<UFormGroup
<UFormGroup
label="E-Mail"
class="flex-auto"
>
@@ -273,6 +273,14 @@ const isLight = computed({
v-model="itemInfo.email"
/>
</UFormGroup>
<UFormGroup
label="Benutzername"
class="flex-auto"
>
<UInput
v-model="itemInfo.username"
/>
</UFormGroup>
</InputGroup>
<InputGroup class="w-full">
<UFormGroup