lots of mobile updates including detail pages (#2135)
* update artist page layout * update season page layout * rework collection view * cleanup * update collection editor
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
using ErsatzTV.ViewModels;
|
||||
using FluentValidation;
|
||||
|
||||
namespace ErsatzTV.Validators;
|
||||
|
||||
public class CollectionEditViewModelValidator : AbstractValidator<CollectionEditViewModel>
|
||||
{
|
||||
public CollectionEditViewModelValidator() => RuleFor(c => c.Name).NotEmpty();
|
||||
}
|
||||
Reference in New Issue
Block a user