Refactor terminology in dialogs and tables for consistency; update styles for number inputs and footer links

This commit is contained in:
2026-04-03 09:32:14 +02:00
parent 719b33bb71
commit 0923c037eb
7 changed files with 56 additions and 11 deletions

View File

@@ -22,7 +22,7 @@
<input type="text" class="form-control" @bind="title" placeholder="Beschreibung der Umbuchung" />
<label class="form-label">Betrag (€)</label>
<input type="number" class="form-control" @bind="amount" step="0.01" min="0.01" />
<input type="number" class="form-control no-spinner" @bind="amount" step="0.01" min="0.01" />
</div>
<div class="d-flex justify-content-end gap-2">