From 298de8e8dc2f522005ea55f8c255312a691f9b86 Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Sat, 3 Feb 2024 21:08:32 +0000 Subject: [PATCH 01/14] add fluent progress dialog --- Bloxstrap/Enums/BootstrapperStyle.cs | 3 +- .../Bootstrapper/ProgressFluentDialog.xaml | 68 ++++++++++ .../Bootstrapper/ProgressFluentDialog.xaml.cs | 117 ++++++++++++++++++ Bloxstrap/UI/Frontend.cs | 1 + .../BootstrapperDialogViewModel.cs | 6 + 5 files changed, 194 insertions(+), 1 deletion(-) create mode 100644 Bloxstrap/UI/Elements/Bootstrapper/ProgressFluentDialog.xaml create mode 100644 Bloxstrap/UI/Elements/Bootstrapper/ProgressFluentDialog.xaml.cs diff --git a/Bloxstrap/Enums/BootstrapperStyle.cs b/Bloxstrap/Enums/BootstrapperStyle.cs index 2d1b063..6b1d36b 100644 --- a/Bloxstrap/Enums/BootstrapperStyle.cs +++ b/Bloxstrap/Enums/BootstrapperStyle.cs @@ -7,6 +7,7 @@ LegacyDialog2011, ProgressDialog, FluentDialog, - ByfronDialog + ByfronDialog, + ProgressFluentDialog, } } diff --git a/Bloxstrap/UI/Elements/Bootstrapper/ProgressFluentDialog.xaml b/Bloxstrap/UI/Elements/Bootstrapper/ProgressFluentDialog.xaml new file mode 100644 index 0000000..77ccc24 --- /dev/null +++ b/Bloxstrap/UI/Elements/Bootstrapper/ProgressFluentDialog.xaml @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + +