Refactor AddEntryDialog and AccountDetail for improved UI consistency; remove unused AddYearDialog; enhance Dashboard layout and button styles
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user