feat: Added MudBlazor and reworked MainLayout

This commit is contained in:
2026-02-16 22:34:53 +01:00
parent c6355d47df
commit 44cbfc9c55
8 changed files with 111 additions and 221 deletions
@@ -25,7 +25,7 @@
</button>
</div>
<div>
<!-- <div>
<QuickGrid Items="@gridUsers.AsQueryable()">
<PropertyColumn Title="#" Property="@(u => u.Index)" />
<PropertyColumn Title="Username" Property="@(u => u.UserName)" />
@@ -38,7 +38,7 @@
}
</TemplateColumn>
</QuickGrid>
</div>
</div> -->
<!-- #region UserCreate Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true" style="color: black">
<div class="modal-dialog modal-dialog-centered">