Merge remote-tracking branch 'origin/CostumeUI' into CostumeUI
# Conflicts: # TaikoWebUI/Pages/Dialogs/ChooseTitleDialog.razor
This commit is contained in:
commit
b52544c3ac
@ -22,13 +22,13 @@
|
||||
</MudTh>
|
||||
<MudTh>
|
||||
<MudTableSortLabel SortBy="@(new Func<Title, object>(x => x.TitleName))">
|
||||
Name
|
||||
Title
|
||||
</MudTableSortLabel>
|
||||
</MudTh>
|
||||
</HeaderContent>
|
||||
<RowTemplate>
|
||||
<MudTd DataLabel="Id" Class="cursor-pointer">@context.TitleId</MudTd>
|
||||
<MudTd DataLabel="Name" Class="cursor-pointer">@context.TitleName</MudTd>
|
||||
<MudTd DataLabel="Title" Class="cursor-pointer">@context.TitleName</MudTd>
|
||||
</RowTemplate>
|
||||
<PagerContent>
|
||||
<MudTablePager/>
|
||||
|
@ -24,7 +24,7 @@
|
||||
<MudItem xs="12" md="8">
|
||||
<MudTextField @bind-Value="@response.Title" Label="Title"/>
|
||||
<MudButton Color="Color.Primary" Class="mt-1" Size="Size.Small" OnClick="@((e)=>OpenChooseTitleDialog())">
|
||||
Choose a built in title
|
||||
Select a Title
|
||||
</MudButton>
|
||||
</MudItem>
|
||||
<MudItem xs="12" md="4">
|
||||
|
Loading…
Reference in New Issue
Block a user