V 2.0.2 Nun mit Tabs

Anzahl in der Liste als const
This commit is contained in:
rxf
2026-03-06 13:36:21 +01:00
parent 204bf3bf8b
commit a7863c519f
4 changed files with 104 additions and 67 deletions

View File

@@ -50,7 +50,7 @@ export default function AusgabenList({ entries, onDelete, onEdit }: AusgabenList
<th className="border-b-2 border-black p-2 w-12">Kat.</th>
<th className="border-b-2 border-black p-2 w-8">Betrag</th>
<th className="border-b-2 border-black p-2 w-16">Wie</th>
<th className="border-b-2 border-black p-2 w-38">Aktion</th>
<th className="border-b-2 border-black p-2 w-48">Aktion</th>
</tr>
</thead>
<tbody>
@@ -79,7 +79,7 @@ export default function AusgabenList({ entries, onDelete, onEdit }: AusgabenList
onClick={() => onEdit(entry)}
className="text-blue-600 hover:text-blue-800 px-3 py-1 rounded text-sm mr-2"
>
Bearbeiten
Editieren
</button>
<button
onClick={() => setConfirmId(entry.ID)}