rezepte hinzugefügt

This commit is contained in:
2026-04-24 17:58:10 +02:00
parent 5de0778e20
commit 28338fa240
3 changed files with 43 additions and 3 deletions

View File

@@ -11,12 +11,17 @@
<div class="window" x-data="daten">
<div class="actionbar">
<button type="button" @click="reset()">Alles zurücksetzen</button>
<span class="search">
<input
type="text"
class="search"
placeholder="Suche..."
x-model="filter"
/>
<template x-if="filter.length > 0">
<button type="reset" @click="filter = ''">&times;</button>
</template>
</span>
</div>
<div class="grid">
<template x-for="(z) in zutaten_filter">