added toml file with prompts and changed the ui slightly
This commit is contained in:
@@ -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..."/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user