diff --git a/src/GmRelay.Web/Components/Pages/GroupStats.razor b/src/GmRelay.Web/Components/Pages/GroupStats.razor index c8d386b..43ea763 100644 --- a/src/GmRelay.Web/Components/Pages/GroupStats.razor +++ b/src/GmRelay.Web/Components/Pages/GroupStats.razor @@ -3,6 +3,7 @@ @using GmRelay.Shared.Domain @using Microsoft.AspNetCore.Authorization @using Microsoft.AspNetCore.Components.Authorization +@using System.Security.Claims @attribute [Authorize] @inject ISessionStore SessionStore @inject AuthenticationStateProvider AuthStateProvider @@ -67,14 +68,14 @@ - - - - - - - - + + + + + + + +
Игрок @(SortIndicator("player"))Всего @(SortIndicator("total"))✅ @(SortIndicator("confirmed"))❌ @(SortIndicator("declined"))💤 @(SortIndicator("noresponse"))⏳ @(SortIndicator("waitlist"))% @(SortIndicator("rate"))🚫 @(SortIndicator("cancelled"))Игрок @(sortColumn == "player" ? (sortDesc ? "▼" : "▲") : "")Всего @(sortColumn == "total" ? (sortDesc ? "▼" : "▲") : "")✅ @(sortColumn == "confirmed" ? (sortDesc ? "▼" : "▲") : "")❌ @(sortColumn == "declined" ? (sortDesc ? "▼" : "▲") : "")💤 @(sortColumn == "noresponse" ? (sortDesc ? "▼" : "▲") : "")⏳ @(sortColumn == "waitlist" ? (sortDesc ? "▼" : "▲") : "")% @(sortColumn == "rate" ? (sortDesc ? "▼" : "▲") : "")🚫 @(sortColumn == "cancelled" ? (sortDesc ? "▼" : "▲") : "")