From 0da51e194915595c9460e5d841f08e167c2b0203 Mon Sep 17 00:00:00 2001 From: Greg Dennis Date: Mon, 17 Jun 2024 17:09:20 +1200 Subject: [PATCH] lots of lessons for path; show full data in results --- .../Controls/Editor.xaml | 4 +- .../Controls/Editor.xaml.cs | 6 +- .../MainWindow.xaml | 6 +- .../MainWindow.xaml.cs | 1 - .../ProvidedSolutionTests.cs | 2 +- LearnJsonEverything/Pages/Path.razor | 2 +- LearnJsonEverything/Pages/Schema.razor | 2 +- LearnJsonEverything/Services/HelpContent.cs | 6 +- .../{Runners => Hosts}/ILessonHost.cs | 2 +- .../Services/{Runners => Hosts}/PathHost.cs | 4 +- .../Services/{Runners => Hosts}/SchemaHost.cs | 4 +- LearnJsonEverything/Shared/Header.razor | 3 - LearnJsonEverything/Shared/Teacher.razor | 2 +- .../wwwroot/data/lessons/path.json | 454 ++++++++++++++++++ 14 files changed, 475 insertions(+), 23 deletions(-) rename LearnJsonEverything/Services/{Runners => Hosts}/ILessonHost.cs (56%) rename LearnJsonEverything/Services/{Runners => Hosts}/PathHost.cs (87%) rename LearnJsonEverything/Services/{Runners => Hosts}/SchemaHost.cs (87%) diff --git a/LearnJsonEverything.LessonEditor/Controls/Editor.xaml b/LearnJsonEverything.LessonEditor/Controls/Editor.xaml index fac4833..8720c2e 100644 --- a/LearnJsonEverything.LessonEditor/Controls/Editor.xaml +++ b/LearnJsonEverything.LessonEditor/Controls/Editor.xaml @@ -55,7 +55,7 @@ - + @@ -78,7 +78,7 @@ CodeContent="{Binding SelectedLesson.InitialCode, ElementName=Self, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"/> -