Kleinere optische Anpassungen
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
<PageTitle>Aktivitäten</PageTitle>
|
||||
|
||||
<h4>Aktivitäten</h4>
|
||||
<h2>Aktivitäten</h2>
|
||||
|
||||
<DataGrid TItem="Audit"
|
||||
Data="@Audits"
|
||||
|
||||
@@ -8,7 +8,9 @@
|
||||
<PageTitle>Profil</PageTitle>
|
||||
|
||||
<div style="width: 100%; max-width: 500px;">
|
||||
<h4>Mein Profil</h4>
|
||||
|
||||
<h2>Mein Profil</h2>
|
||||
|
||||
<Button Color="Color.Primary" Clicked="SaveProfile">Speichern</Button>
|
||||
<Fields Class="my-3">
|
||||
<Validations @ref="ValidationsRef">
|
||||
@@ -24,7 +26,7 @@
|
||||
<Field ColumnSize="ColumnSize.Is12">
|
||||
<FieldLabel>Info über dich</FieldLabel>
|
||||
<FieldBody>
|
||||
<MemoEdit Rows="3" Placeholder="z.B. Bieb bei Rewe Musterhausen" @bind-Text="User.Memo" />
|
||||
<MemoEdit Rows="3" Placeholder="z.B. Bieb bei Rewe Musterhausen" @bind-Text="User.Memo"/>
|
||||
</FieldBody>
|
||||
</Field>
|
||||
</Validation>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
<PageTitle>Einarbeitungen</PageTitle>
|
||||
|
||||
<h4>Aktuelle Einarbeitungen</h4>
|
||||
<h2>Aktuelle Einarbeitungen</h2>
|
||||
|
||||
<Button
|
||||
Color="Color.Primary"
|
||||
@@ -26,7 +26,7 @@
|
||||
{
|
||||
<hr />
|
||||
<h4>Aktuell:</h4>
|
||||
<div class="row">
|
||||
<div class="row m-0">
|
||||
<Repeater Items="@activeProspects">
|
||||
<ProspectContainer Prospect="context" InteractionModal="InteractionModal" ProspectModal="ProspectModal" RemoveInteraction="@RemoveInteraction"></ProspectContainer>
|
||||
</Repeater>
|
||||
@@ -41,7 +41,7 @@
|
||||
{
|
||||
<hr />
|
||||
<h4>Abgeschlossen:</h4>
|
||||
<div class="row">
|
||||
<div class="row m-0">
|
||||
<Repeater Items="@completedProspects">
|
||||
<ProspectContainer Prospect="context" InteractionModal="InteractionModal" ProspectModal="ProspectModal" RemoveInteraction="@RemoveInteraction"></ProspectContainer>
|
||||
</Repeater>
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
@bind-SelectedRow="SelectedUser"
|
||||
RowDoubleClicked="arg => UserDataGrid.Edit(arg.Item)"
|
||||
Editable
|
||||
Responsive>
|
||||
Responsive="true">
|
||||
<DataGridColumns>
|
||||
<DataGridCommandColumn TItem="User" Width="100px" CellClass="@(_ => "px-0 d-flex align-items-center justify-content-center")">
|
||||
<NewCommandTemplate>
|
||||
|
||||
Reference in New Issue
Block a user