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>
|
||||||
<MudTh>
|
<MudTh>
|
||||||
<MudTableSortLabel SortBy="@(new Func<Title, object>(x => x.TitleName))">
|
<MudTableSortLabel SortBy="@(new Func<Title, object>(x => x.TitleName))">
|
||||||
Name
|
Title
|
||||||
</MudTableSortLabel>
|
</MudTableSortLabel>
|
||||||
</MudTh>
|
</MudTh>
|
||||||
</HeaderContent>
|
</HeaderContent>
|
||||||
<RowTemplate>
|
<RowTemplate>
|
||||||
<MudTd DataLabel="Id" Class="cursor-pointer">@context.TitleId</MudTd>
|
<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>
|
</RowTemplate>
|
||||||
<PagerContent>
|
<PagerContent>
|
||||||
<MudTablePager/>
|
<MudTablePager/>
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
<MudItem xs="12" md="8">
|
<MudItem xs="12" md="8">
|
||||||
<MudTextField @bind-Value="@response.Title" Label="Title"/>
|
<MudTextField @bind-Value="@response.Title" Label="Title"/>
|
||||||
<MudButton Color="Color.Primary" Class="mt-1" Size="Size.Small" OnClick="@((e)=>OpenChooseTitleDialog())">
|
<MudButton Color="Color.Primary" Class="mt-1" Size="Size.Small" OnClick="@((e)=>OpenChooseTitleDialog())">
|
||||||
Choose a built in title
|
Select a Title
|
||||||
</MudButton>
|
</MudButton>
|
||||||
</MudItem>
|
</MudItem>
|
||||||
<MudItem xs="12" md="4">
|
<MudItem xs="12" md="4">
|
||||||
|
Loading…
Reference in New Issue
Block a user