Улучшен плеер

This commit is contained in:
FrigaT
2026-04-14 06:52:38 +03:00
parent fd3ed2f317
commit 4b3036364b
9 changed files with 55 additions and 26 deletions

View File

@@ -29,7 +29,7 @@
}
else
{
<MudTable Items="@FilteredPlaylists" Hover="true" Breakpoint="Breakpoint.Sm">
<MudTable Items="@FilteredPlaylists">
<HeaderContent>
<MudTh>Название</MudTh>
<MudTh>Треков</MudTh>
@@ -37,9 +37,9 @@
<MudTh></MudTh>
</HeaderContent>
<RowTemplate>
<MudTd><MudText>@context.Title</MudText></MudTd>
<MudTd>@context.TrackCount</MudTd>
<MudTd>
<MudTd DataLabel="Название"><MudText>@context.Title</MudText></MudTd>
<MudTd DataLabel="Треков">@context.TrackCount</MudTd>
<MudTd DataLabel="Статус">
<!-- Явно указываем T="string" для MudChip -->
@if (context.IsShared)
{