fix: make yearly theme editable and stop printing events twice

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-17 22:00:37 -04:00
co-authored by Cursor
parent 980a7213a4
commit 74fc542630
7 changed files with 19 additions and 83 deletions
@@ -44,6 +44,12 @@
MaxLength="4"
Required="true" />
</MudItem>
<MudItem xs="12" md="6">
<MudTextField @bind-Value="_settings.YearlyTheme"
Label="Yearly Theme"
Variant="Variant.Outlined"
HelperText="National TSA yearly theme (e.g., Unity Through Community)" />
</MudItem>
<MudItem xs="12" md="6">
<MudSelect T="SchoolLevel?" @bind-Value="_settings.SchoolLevel"
Label="School Level"