added toml file with prompts and changed the ui slightly

This commit is contained in:
grimsace
2026-06-29 13:02:05 -05:00
parent 0b86a52ec5
commit b178513870
4 changed files with 304 additions and 0 deletions
+8
View File
@@ -43,6 +43,14 @@
<Button Grid.Column="1" Content="Refresh" Command="{Binding RefreshModelsCommand}" Margin="5,0,0,0"/>
</Grid>
<Label Content="Category:"/>
<ComboBox HorizontalAlignment="Stretch"
ItemsSource="{Binding Categories}"
SelectedItem="{Binding SelectedCategory}"/>
<Label Content="Name:"/>
<TextBox Text="{Binding Name}" PlaceholderText="Enter name..."/>
<Label Content="Description:"/>
<TextBox Text="{Binding Description}" AcceptsReturn="True" Height="100" PlaceholderText="Enter description here..."/>