Улучшен плеер
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user