block scheduling ui cleanup (#2316)

* sort block tree views

* fix naming validation for block scheduling

* show deco group name in deco editor

* show block group name in block editor

* show template group name in template editor

* show deco template group name in deco template editor

* fix template rename crash

* fix block rename crash

* fix deco template rename crash
This commit is contained in:
Jason Dove
2025-08-14 01:37:21 +00:00
committed by GitHub
parent 93bb7a0531
commit 62e140ec98
56 changed files with 12977 additions and 103 deletions
@@ -4,6 +4,8 @@ namespace ErsatzTV.ViewModels;
public class BlockItemsEditViewModel
{
public int GroupId { get; set; }
public string GroupName { get; set; }
public string Name { get; set; }
public int Minutes { get; set; }
public BlockStopScheduling StopScheduling { get; set; }