Refactor AddEntryDialog and AccountDetail for improved UI consistency; remove unused AddYearDialog; enhance Dashboard layout and button styles

This commit is contained in:
2026-04-03 09:16:59 +02:00
parent a02b0e9436
commit 719b33bb71
5 changed files with 49 additions and 38 deletions

View File

@@ -5,7 +5,8 @@
<h5>@(EditEntry != null ? "Eintrag bearbeiten" : "Neuer Eintrag")</h5>
<div class="form-container">
@if(EditEntry == null) {
@if (EditEntry == null)
{
<label class="form-label">Art</label>
<select @bind="entryType">
<option value="@EntryType.Income">Einnahme</option>

View File

@@ -1 +0,0 @@
@* AddYearDialog is no longer used - year management has been removed from the data model. *@