1
0
mirror of synced 2024-11-27 16:10:53 +01:00

Merge remote-tracking branch 'origin/CostumeUI' into CostumeUI

# Conflicts:
#	TaikoWebUI/Pages/Dialogs/ChooseTitleDialog.razor
This commit is contained in:
asesidaa 2022-09-16 00:07:52 +08:00
commit b52544c3ac
2 changed files with 3 additions and 3 deletions

View File

@ -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/>

View File

@ -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">