diff --git a/tools/SetupFlow/DevHome.SetupFlow/Strings/en-us/Resources.resw b/tools/SetupFlow/DevHome.SetupFlow/Strings/en-us/Resources.resw index f65fdb1356..e00543a956 100644 --- a/tools/SetupFlow/DevHome.SetupFlow/Strings/en-us/Resources.resw +++ b/tools/SetupFlow/DevHome.SetupFlow/Strings/en-us/Resources.resw @@ -1167,10 +1167,6 @@ Your changes won't be applied until the end Tooltip for the next button in the repo page. - - Number of tasks completed progress bar - Description of the progress bar for screen readers - Edit Clone Path for Repository {0} Dynamic description for the edit clone path button diff --git a/tools/SetupFlow/DevHome.SetupFlow/Views/LoadingView.xaml b/tools/SetupFlow/DevHome.SetupFlow/Views/LoadingView.xaml index ffe0a5a17d..babce2056c 100644 --- a/tools/SetupFlow/DevHome.SetupFlow/Views/LoadingView.xaml +++ b/tools/SetupFlow/DevHome.SetupFlow/Views/LoadingView.xaml @@ -1,16 +1,16 @@ - - + + @@ -19,11 +19,14 @@ - - @@ -34,184 +37,253 @@ - - + + - + - - - + + + + RowSpacing="20"> - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - + + + + + + + - + Margin="0,0,0,10"> + - - - + + + - + - - + + - + - - + + - - + + - + VerticalScrollBarVisibility="Auto"> - - + + - + - - + + - + + IsTextSelectionEnabled="True" + Text="{x:Bind MessageToShow, Mode=OneWay}" + TextWrapping="Wrap" /> - + - - + + - - + + - + + IsTextSelectionEnabled="True" + Text="{x:Bind MessageToShow, Mode=OneWay}" + TextWrapping="Wrap" /> - - - + + - - + + - - + + - - + Margin="0,0,0,10" + Padding="20" + Background="{ThemeResource CardBackgroundFillColorDefault}" + CornerRadius="10" + Visibility="{x:Bind PrimaryMessage, Converter={StaticResource EmptyObjectToObjectConverter}}"> + - + Content="{x:Bind ExtensionAdaptiveCardPanel}" + CornerRadius="10" + Unloaded="ContentControl_Unloaded" />