rework alternate schedule and playout template editors (#2142)

* rework alternate schedules editor

* rework playout templates editor
This commit is contained in:
Jason Dove
2025-07-12 18:51:44 +00:00
committed by GitHub
parent 174c743cb7
commit f2c49bd0fd
31 changed files with 478 additions and 669 deletions
@@ -8,7 +8,7 @@
<MudForm Style="max-height: 100%">
<MudPaper Square="true" Style="display: flex; height: 64px; min-height: 64px; width: 100%; z-index: 100; align-items: center">
<MudButton Variant="Variant.Filled" Color="Color.Primary" Class="ml-8" StartIcon="@Icons.Material.Filled.Save" OnClick="@(_ => SaveChanges())">
<MudButton Variant="Variant.Filled" Color="Color.Primary" Class="ml-6" StartIcon="@Icons.Material.Filled.Save" OnClick="@(_ => SaveChanges())">
Save Changes
</MudButton>
</MudPaper>