File tree Expand file tree Collapse file tree
StabilityMatrix.Avalonia/Views/Dialogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 Orientation =" Horizontal" />
6767 </ui : ItemsRepeater .Layout>
6868 <ui : ItemsRepeater .ItemTemplate>
69- <DataTemplate >
69+ <DataTemplate x : DataType = " models:SafetensorMetadata+Tag " >
7070 <Button
7171 Command =" {Binding $parent[ui:ItemsRepeater].((dialogs:SafetensorMetadataViewModel)DataContext).CopyTagToClipboardCommand}"
7272 CommandParameter =" {Binding Name}"
100100 IsVisible =" {Binding !!Metadata.OtherMetadata.Count}"
101101 ItemsSource =" {Binding Metadata.OtherMetadata}" >
102102 <ui : ItemsRepeater .ItemTemplate>
103- <DataTemplate >
103+ <DataTemplate x : DataType = " models:SafetensorMetadata+Metadata " >
104104 <StackPanel Margin =" 5" Orientation =" Vertical" >
105105 <TextBlock FontWeight =" SemiBold" Text =" {Binding Name}" />
106106 <TextBlock Text =" {Binding Value}" />
You can’t perform that action at this time.
0 commit comments