Heroicons-Picker für Projektphasen ergänzen
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user