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

@@ -59,7 +59,7 @@
<div class="grid grid-cols-1 lg:grid-cols-2 gap-5">
<div class="col-span-1 grid gap-2">
<Label for="themeName">Name</Label>
<InputField
<TextInputField
@bind-Value="Request.Name"
id="themeName"
placeholder="My cool theme"/>
@@ -67,7 +67,7 @@
<div class="col-span-1 grid gap-2">
<Label for="themeVersion">Version</Label>
<InputField
<TextInputField
@bind-Value="Request.Version"
id="themeVersion"
Type="text"
@@ -76,7 +76,7 @@
<div class="col-span-1 grid gap-2">
<Label for="themeAuthor">Author</Label>
<InputField
<TextInputField
@bind-Value="Request.Author"
id="themeAuthor"
Type="text"