add search fields to filter collections and schedules tables (#2439)

This commit is contained in:
Jason Dove
2025-09-18 10:44:11 +00:00
committed by GitHub
parent aa5ba5a78e
commit ecacf3960f
18 changed files with 198 additions and 72 deletions
@@ -0,0 +1,3 @@
namespace ErsatzTV.Application.ProgramSchedules;
public record PagedProgramSchedulesViewModel(int TotalCount, List<ProgramScheduleViewModel> Page);