channel logo and watermark fixes (#2100)

* channel logo and watermark fixes

* update changelog
This commit is contained in:
Jason Dove
2025-07-01 13:40:30 +00:00
committed by GitHub
parent e2ffa70529
commit f6249d9fa4
39 changed files with 23584 additions and 76 deletions
+2 -2
View File
@@ -43,9 +43,9 @@
<RowTemplate>
<MudTd DataLabel="Number">@context.Number</MudTd>
<MudTd DataLabel="Logo">
@if (!string.IsNullOrWhiteSpace(context.Logo))
@if (!string.IsNullOrWhiteSpace(context.Logo?.Path))
{
<MudElement HtmlTag="img" src="@context.Logo" Style="max-height: 50px"/>
<MudElement HtmlTag="img" src="@context.Logo.UrlWithContentType" Style="max-height: 50px"/>
}
else
{