File tree Expand file tree Collapse file tree 5 files changed +8
-14
lines changed
Expand file tree Collapse file tree 5 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <VersionPrefix >1.0.0</VersionPrefix >
4- <VersionSuffix >preview.18 </VersionSuffix >
4+ <VersionSuffix >preview.19 </VersionSuffix >
55 <Authors >Wiesław Šoltés</Authors >
66 <Company >Wiesław Šoltés</Company >
77 <Copyright >Copyright © Wiesław Šoltés 2023</Copyright >
1919 <CommunityToolkitMvvmVersion >8.1.0</CommunityToolkitMvvmVersion >
2020 <MicrosoftExtensionsDependencyInjectionVersion >7.0.0</MicrosoftExtensionsDependencyInjectionVersion >
2121 <MarkdownAvaloniaVersion >11.0.0-b1</MarkdownAvaloniaVersion >
22- <AvaloniaHtmlRendererVersion >11.0.0-preview5 </AvaloniaHtmlRendererVersion >
22+ <AvaloniaHtmlRendererVersion >11.0.0-preview6 </AvaloniaHtmlRendererVersion >
2323 <SystemCommandLineVersion >2.0.0-beta1.20104.2</SystemCommandLineVersion >
2424 <XUnitVersion >2.4.1</XUnitVersion >
2525 <XUnitAbstractionsVersion >2.0.3</XUnitAbstractionsVersion >
Original file line number Diff line number Diff line change 2424 <!-- <PackageReference Include="NodeEditorAvalonia" Version="$(NodeEditorVersion)" />-->
2525 <!-- <PackageReference Include="NodeEditorAvalonia.Mvvm" Version="$(NodeEditorVersion)" />-->
2626 <PackageReference Include =" Markdown.Avalonia" Version =" $(MarkdownAvaloniaVersion)" />
27- <!-- TODO: -->
28- <!-- <PackageReference Include="Avalonia.HtmlRenderer" Version="$(AvaloniaHtmlRendererVersion)" />-->
27+ <PackageReference Include =" Avalonia.HtmlRenderer" Version =" $(AvaloniaHtmlRendererVersion)" />
2928 </ItemGroup >
3029 <ItemGroup >
3130 <ProjectReference Include =" ..\ChatGPT.Core\ChatGPT.Core.csproj" />
Original file line number Diff line number Diff line change 7272 </DataTemplate >
7373 <!-- Html -->
7474 <DataTemplate x : DataType =" vm:ChatMessageViewModel" x : Key =" HtmlDataTemplate" >
75- <!-- TODO: -->
76- <!-- <messages:ChatHtmlMessageView /> -->
77- <messages : ChatTextMessageView />
75+ <messages : ChatHtmlMessageView />
7876 </DataTemplate >
7977 </dt : DataTemplateSelector .Resources>
8078 </dt : DataTemplateSelector >
Original file line number Diff line number Diff line change 1- <!-- TODO: -->
2- <!-- <UserControl xmlns="https://github.com/avaloniaui"
1+ <UserControl xmlns =" https://github.com/avaloniaui"
32 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
43 xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
54 xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
1615 IsVisible =" {Binding Message, Converter={x:Static ObjectConverters.IsNotNull}}"
1716 ScrollViewer.HorizontalScrollBarVisibility=" Disabled"
1817 Classes.error=" {Binding IsError}" />
19- </UserControl>-->
20- <UserControl xmlns =" https://github.com/avaloniaui" />
18+ </UserControl >
Original file line number Diff line number Diff line change 1- // TODO:
2- /*using Avalonia.Controls;
1+ using Avalonia . Controls ;
32
43namespace ChatGPT . Views . Chat . Messages ;
54
@@ -9,4 +8,4 @@ public ChatHtmlMessageView()
98 {
109 InitializeComponent ( ) ;
1110 }
12- }*/
11+ }
You can’t perform that action at this time.
0 commit comments