Skip to content

Commit

Permalink
Removed MudChips
Browse files Browse the repository at this point in the history
  • Loading branch information
bpmerkel committed Aug 25, 2024
1 parent 009b858 commit 4525b77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Client/Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,14 @@
<MudTabPanel Text="@GetAreaName(area.Name)" BadgeDot="@(!area.Comments.Any(c => c.Selected))" BadgeData="@area.Comments.Count(c => c.Selected)" BadgeColor="@(area.Comments.Any(c => c.Selected) ? Color.Error : Color.Transparent)">
@if (!FilterOn)
{
@*
<MudChipSet T="Tag" MultiSelection="true" Filter="true" @bind-SelectedChips="selected">
@foreach (var tag in area.Tags)
{
<MudChip T="Tag" Variant="Variant.Text" Color="Color.Warning" Size="@(fontSize == null ? Size.Large : fontSize == true ? Size.Small : Size.Medium)">@tag.Text (@tag.Count)</MudChip>
}
</MudChipSet>
*@
<MudText Typo="@(fontSize == null ? Typo.h5 : fontSize == true ? Typo.body1 : Typo.h6)" GutterBottom="false" Inline="true">
Balance positive with constructive feedback.
Be specific rather than generalizing, and make sure the team
Expand Down

0 comments on commit 4525b77

Please sign in to comment.