From ede38d4cb72c73549d6675009ec07a36fba0fe7d Mon Sep 17 00:00:00 2001 From: Corvin Szimion Date: Thu, 24 Oct 2024 10:55:03 +0200 Subject: [PATCH 1/5] Cleanup of launchSettings and Cards Page in Demo --- src/MainDemo.Wpf/Cards.xaml | 16 ---------------- src/MainDemo.Wpf/Properties/launchSettings.json | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/src/MainDemo.Wpf/Cards.xaml b/src/MainDemo.Wpf/Cards.xaml index 236182eefb..c04fd8251f 100644 --- a/src/MainDemo.Wpf/Cards.xaml +++ b/src/MainDemo.Wpf/Cards.xaml @@ -24,22 +24,6 @@ - - - - - - - - - - - diff --git a/src/MainDemo.Wpf/Properties/launchSettings.json b/src/MainDemo.Wpf/Properties/launchSettings.json index d7f7960d01..3b8cbc0041 100644 --- a/src/MainDemo.Wpf/Properties/launchSettings.json +++ b/src/MainDemo.Wpf/Properties/launchSettings.json @@ -2,7 +2,7 @@ "profiles": { "Demo App": { "commandName": "Project", - "commandLineArgs": "-p Card -t Light -f LeftToRight" + "commandLineArgs": "-p Home -t Inherit -f LeftToRight" } } } From 8c8644aa726ad8751b3ecd942a1b7bb8ff600109 Mon Sep 17 00:00:00 2001 From: Corvin Szimion Date: Thu, 24 Oct 2024 11:04:43 +0200 Subject: [PATCH 2/5] Revert "Cleanup of launchSettings and Cards Page in Demo" This reverts commit ede38d4cb72c73549d6675009ec07a36fba0fe7d. --- src/MainDemo.Wpf/Cards.xaml | 16 ++++++++++++++++ src/MainDemo.Wpf/Properties/launchSettings.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/src/MainDemo.Wpf/Cards.xaml b/src/MainDemo.Wpf/Cards.xaml index c04fd8251f..236182eefb 100644 --- a/src/MainDemo.Wpf/Cards.xaml +++ b/src/MainDemo.Wpf/Cards.xaml @@ -24,6 +24,22 @@ + + + + + + + + + + + diff --git a/src/MainDemo.Wpf/Properties/launchSettings.json b/src/MainDemo.Wpf/Properties/launchSettings.json index 3b8cbc0041..d7f7960d01 100644 --- a/src/MainDemo.Wpf/Properties/launchSettings.json +++ b/src/MainDemo.Wpf/Properties/launchSettings.json @@ -2,7 +2,7 @@ "profiles": { "Demo App": { "commandName": "Project", - "commandLineArgs": "-p Home -t Inherit -f LeftToRight" + "commandLineArgs": "-p Card -t Light -f LeftToRight" } } } From ab060b1d67304e33f1b5940b808f5df83f420b8e Mon Sep 17 00:00:00 2001 From: Corvin Szimion Date: Fri, 20 Dec 2024 15:00:57 +0100 Subject: [PATCH 3/5] added a new DialogHost to showcase the blurred background of a DialogHost in the demo app --- src/MainDemo.Wpf/Dialogs.xaml | 42 ++++++++++++++++++++++++++++++++ src/MainDemo.Wpf/Dialogs.xaml.cs | 10 ++++++++ 2 files changed, 52 insertions(+) diff --git a/src/MainDemo.Wpf/Dialogs.xaml b/src/MainDemo.Wpf/Dialogs.xaml index 18eae533d0..db54b27eda 100644 --- a/src/MainDemo.Wpf/Dialogs.xaml +++ b/src/MainDemo.Wpf/Dialogs.xaml @@ -315,5 +315,47 @@ + + + + + + + + + + + + + + + +