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

@@ -3,7 +3,7 @@
<h5 class="mb-3">Übertrag bearbeiten</h5>
<div class="form-container">
<label class="form-label">Übertrag (€)</label>
<input type="number" class="form-control" step="0.01" @bind="amount" />
<input type="number" class="form-control no-spinner" step="0.01" @bind="amount" />
</div>
<div class="d-flex justify-content-end gap-2">
<button class="btn btn-success" @onclick="Save"><i class="bi bi-check-lg"></i> Speichern</button>