Heroicons-Picker für Projektphasen ergänzen

This commit is contained in:
2026-09-09 13:07:22 +02:00
parent 48199b0ed7
commit 6297480b89
2 changed files with 397 additions and 1 deletions

View File

@@ -316,7 +316,7 @@ const archiveItem = async () => {
<UInput v-model="phase.label" class="w-full" placeholder="Phasenname" />
</UFormField>
<UFormField label="Icon">
<UInput v-model="phase.icon" class="w-full" placeholder="i-heroicons-…" />
<HeroiconPicker v-model="phase.icon" />
</UFormField>
<UFormField label="Beschreibung" class="xl:col-span-2">
<UInput v-model="phase.description" class="w-full" placeholder="Optionale Beschreibung" />