Made save button a FAB
This commit is contained in:
parent
a0145a83dc
commit
c1eb0adf4d
1 changed files with 2 additions and 4 deletions
|
@ -45,15 +45,13 @@
|
||||||
<ActionEditor Actions="Game.Actions" ArchiveId="Game.Archives.OrderByDescending(a => a.CreatedOn).First().Id" />
|
<ActionEditor Actions="Game.Actions" ArchiveId="Game.Archives.OrderByDescending(a => a.CreatedOn).First().Id" />
|
||||||
|
|
||||||
<MultiplayerModeEditor Game="Game" />
|
<MultiplayerModeEditor Game="Game" />
|
||||||
|
|
||||||
<div class="d-flex align-center justify-space-between">
|
|
||||||
<MudButton Variant="Variant.Filled" Color="Color.Primary" Disabled="@(!Success)" OnClick="Save">Save</MudButton>
|
|
||||||
</div>
|
|
||||||
</MudForm>
|
</MudForm>
|
||||||
</MudPaper>
|
</MudPaper>
|
||||||
</MudItem>
|
</MudItem>
|
||||||
</MudGrid>
|
</MudGrid>
|
||||||
|
|
||||||
|
<MudFab Color="Color.Primary" Disabled="@(!Success)" OnClick="Save" StartIcon="@Icons.Material.Filled.Save" Style="position: fixed; right: 32px; bottom: 32px;" />
|
||||||
|
|
||||||
@code {
|
@code {
|
||||||
[Parameter] public Guid Id { get; set; }
|
[Parameter] public Guid Id { get; set; }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue