From 65d37ea4e8613dd571e2ac26f43bb09f86b34188 Mon Sep 17 00:00:00 2001 From: "Aaron (Qilong)" Date: Thu, 7 Mar 2024 23:30:38 -0500 Subject: [PATCH] Update to enable clickable Copilot commands --- .../DynamoAssistantWindow.xaml | 36 ++++++----- .../DynamoAssistantWindow.xaml.cs | 12 +++- .../DynamoAssistantWindowViewModel.cs | 62 +++++++++++++------ 3 files changed, 72 insertions(+), 38 deletions(-) diff --git a/src/DynamoAssistantViewExtension/DynamoAssistantWindow.xaml b/src/DynamoAssistantViewExtension/DynamoAssistantWindow.xaml index 0c28e29..6dbddaa 100644 --- a/src/DynamoAssistantViewExtension/DynamoAssistantWindow.xaml +++ b/src/DynamoAssistantViewExtension/DynamoAssistantWindow.xaml @@ -24,7 +24,7 @@ VerticalAlignment="Stretch" Grid.Row="0"> - + @@ -35,20 +35,20 @@ - + + ItemsSource="{Binding Messages}" + FontFamily="Arial" + Padding="10" + FontWeight="Medium" + FontSize="15" + Background="#2d2d2d" + Foreground="White" + Grid.Row="0" + Grid.Column="0" + Width="Auto" + ScrollViewer.HorizontalScrollBarVisibility="Disabled" + ScrollViewer.CanContentScroll="True"> @@ -61,7 +61,8 @@ Height="50" Background="#2d2d2d" Foreground="White" - Grid.Row="1"/> + Grid.Row="1" + Click="DescribeGraphButton_Click"/>