Доработан UI

This commit is contained in:
FrigaT
2026-04-14 14:33:43 +03:00
parent dcb2efbedb
commit 9e8bb0db75
8 changed files with 53 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
@page "/favorites"
@using PlaylistShared.Shared.Shared
@attribute [Authorize]
@using PlaylistShared.Shared.DTO
@inject HttpClient Http
@inject ISnackbar Snackbar
@inject NavigationManager Navigation
@@ -33,7 +33,6 @@
<HeaderContent>
<MudTh>Название</MudTh>
<MudTh>Владелец</MudTh>
<MudTh>Треков</MudTh>
<MudTh></MudTh>
</HeaderContent>
<RowTemplate>
@@ -43,7 +42,6 @@
</MudLink>
</MudTd>
<MudTd DataLabel="Владелец">@context.Creator?.UserName</MudTd>
<MudTd DataLabel="Треков">@context.TrackCount</MudTd>
<MudTd DataLabel="">
<MudIconButton Icon="@Icons.Material.Filled.Delete"
Color="Color.Error"