Upgraded to ShadcnBlazor 1.0.10. Started implementing instance management ui page

This commit is contained in:
2026-01-26 16:49:25 +01:00
parent 4e96905fb2
commit deb69e6014
11 changed files with 72 additions and 17 deletions

View File

@@ -25,7 +25,7 @@
<div class="grid gap-2">
<Label for="username">Username</Label>
<InputField
<TextInputField
@bind-Value="Request.Username"
id="username"
placeholder="Name of the user"/>
@@ -33,7 +33,7 @@
<div class="grid gap-2">
<Label for="emailAddress">Email Address</Label>
<InputField
<TextInputField
@bind-Value="Request.Email"
id="emailAddress"
Type="email"