Refactor Delete

Add Scheduler
This commit is contained in:
2025-10-03 09:29:28 -04:00
parent 338eab0294
commit 9152c86d41
14 changed files with 517 additions and 389 deletions
+15
View File
@@ -0,0 +1,15 @@
@using WebApp.Models
<MudPaper>
<h3>Legend</h3>
<MudContainer>
<ul>
<li>@AppIcons.LevelOfEffortIcon(1) - Level of Effort </li>
<li>@AppIcons.IndividualEvent - Individual Event </li>
<li>@AppIcons.RegionalEvent - Regional </li>
<li>@AppIcons.OnSiteActivity - On-site Activity</li>
<li>@AppIcons.PresubmissionEvent - Pre-submission</li>
<li>@AppIcons.PresentationEvent - Interview Or Presentation</li>
</ul>
</MudContainer>
</MudPaper>